Commit Graph

23 Commits

Author SHA1 Message Date
wj32 45b9dd68fb * added some concurrency SAL annotations and fixed some annotations
* added PhBufferToHexStringEx
* fixlib: updated code

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5562 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-13 23:32:14 +00:00
wj32 36a4284b8d converted all annotations to SAL 2.0
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5548 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-10 06:25:03 +00:00
xhmikosr 5c75561ff5 Clean up project files.
* remove the obsolete _ProjectFileVersion property
* remove EnableEnhancedInstructionSet for Debug and x64 configurations (x64 is always SSE2)
* remove unused Midl properties

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5485 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-10-22 18:05:15 +00:00
xhmikosr 50604873dc cleaned up project files
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5468 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-10-21 10:46:53 +00:00
dmex 7499532792 Upgraded project to Visual Studio 2013
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5466 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-10-20 20:15:00 +00:00
wj32 d0df5194a9 * re-added XP support
* added x86 dynamic (KPH) data for Windows 8

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5098 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-29 12:10:37 +00:00
dmex be41a749f9 Updated all solutions to Visual Studio 2012 and .NET 4.5, removed duplicate definitions.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5090 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-10-21 06:50:45 +00:00
wj32 5e0d5c469e patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4359 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-26 10:28:55 +00:00
wj32 b45d561410 patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4348 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-23 11:02:19 +00:00
wj32 42ec373158 * updated NT header files
* replaced rev.h with winmisc.h
* removed MinimalRebuild from project files

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4346 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-23 02:08:23 +00:00
wj32 72354277ef patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4241 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 02:44:46 +00:00
wj32 216ee0ada2 * added tests
* deleted useless vcproj files

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3928 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-24 03:27:11 +00:00
wj32 86510d6ce2 updated fixlib.exe
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3915 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-21 10:27:55 +00:00
wj32 733ae94ffb switched to VS 2010
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3773 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-22 04:04:03 +00:00
wj32 678fa906aa fixed argument specifications
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3465 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-04 06:14:51 +00:00
wj32 f0a2afd0cb * fixed command line handling
* refreshed fixlib.exe and libs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3442 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-28 06:06:28 +00:00
wj32 16b1f68092 updated ntdll.lib and fixlib.exe
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3416 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-24 01:41:12 +00:00
wj32 4641d2a953 ntdll32 -> lib32; ntdll64 -> lib64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3415 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-24 01:38:01 +00:00
wj32 c696695896 * fixed PhCreateFileWin32 with relative names
* complete refresh of libs and fixlib.exe

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3314 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-09 08:01:30 +00:00
wj32 4f79c54013 updated fixlib.exe
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3313 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-09 07:24:25 +00:00
wj32 172af2dff9 added use of #pragma comment(lib, "...") to phbase.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2978 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-03-25 03:46:06 +00:00
wj32 15531ded6f added PH_COMMAND_LINE_IGNORE_FIRST_PART option
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2957 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-03-14 07:06:18 +00:00
wj32 535e398b4d * added fixlib utility
* added ntdll.def/ntdll.lib files

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2954 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-03-14 05:26:17 +00:00