summaryrefslogtreecommitdiff
path: root/vcproj-14
AgeCommit message (Collapse)AuthorFilesLines
2016-02-23Added pcre include path to the sample plugin VS projectsHaru1-2/+2
This is so the file can be used again as template for third party plugins. Thanks to Michi Signed-off-by: Haru <haru@dotalux.com>
2016-02-09Corrected HPMHooking_map include pathsHaru1-2/+2
- Fixes #1152 Signed-off-by: Haru <haru@dotalux.com>
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas7-14/+14
2015-12-12Renamed plugin-sample.dll to sample.dllHaru1-2/+2
- Fixes #909. Thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-12-12Updated filters and included files in the VS2015 projectHaru8-142/+303
Closes #795 Signed-off-by: Haru <haru@dotalux.com>
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru6-12/+12
- Follow-up to 300668d, thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-10-19rename malloc.c/h to memmgr.Andrei Karas8-16/+16
2015-10-17Fixed some VS project whitespace inconsistenciesHaru1-1/+1
- Fixes #792, special thanks to theultramage. Signed-off-by: Haru <haru@dotalux.com>
2015-08-19Fixed an issue preventing the VS2015 projects to compile in Release modeHaru4-4/+0
Signed-off-by: Haru <haru@dotalux.com>
2015-08-10Added support for visual Studio 2015Haru12-0/+2434
Please report any issues Signed-off-by: Haru <haru@dotalux.com>