0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 14 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace defines with static consts. More... over 7 years ago
Merge pull request #50 from fancycode/fix_64bit_warnings More... over 7 years ago
Added wrapper to run wine/wine64. More... over 7 years ago
Fix more potential conversion issues on 64bit. More... over 7 years ago
Fixed alignment of values/addresses on 64bit systems. More... over 7 years ago
Merge pull request #48 from fancycode/appveyor-vc9 More... over 7 years ago
Error on some type conversion warnings. More... over 7 years ago
Pass PLATFORM/UNICODE to cmake. More... over 7 years ago
Fixed detection of x64 platform. More... over 7 years ago
Merge pull request #49 from fancycode/appveyor-script More... over 7 years ago
Added .gitattributes file. More... over 7 years ago
Move AppVeyor test code to script. More... over 7 years ago
Also run CI against Visual Studio 9. More... over 7 years ago
Merge pull request #47 from sakurai-youhei/hotfix/issue-45-remove-stdint_h More... over 7 years ago
Remove stdint.h for VC++9.0 (VS2008) More... over 7 years ago
Merge pull request #33 from joankaradimov/custom-alloc-and-free More... about 8 years ago
Add some tests for the custom free and alloc functions More... about 8 years ago
Extract a `ReadLibrary` function in DllLoader.cpp More... about 8 years ago
Disable C4055 warning (data -> function pointer conversion). More... over 8 years ago
Explicitly include "stdint.h" to make sure "uintptr_t" is defined (fixes #34). More... over 8 years ago
Expose default callback functions. This was suggested in #33. More... over 8 years ago
Pass alloc/free functions to MemoryLoadLibraryEx More... over 8 years ago
Also build on MSVC 2015. More... over 8 years ago
Fix C4055 on MSVC. More... over 8 years ago
Fixed syntax error on MSVC. More... over 8 years ago
Define "_CRT_SECURE_NO_WARNINGS" when compiling examples/tests. More... over 8 years ago
Initialize variable (to make MSVC happy). More... over 8 years ago
Removed debug include. More... over 8 years ago
Fixed warning about unreferenced parameters. More... over 8 years ago
Add some checks to prevent overruns on broken input. More... over 8 years ago