Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-30Add <intrin.h> for MSVCHEADmasterHalton Huo
2019-09-30Add CMake supportMikhail Paulyshka
2017-05-26Added CLang supportbecrux
2017-05-23Clean up README.md.Tsuda Kageyu
2017-01-06Fix the release date of v1.3.3.Tsuda Kageyu
2017-01-01Update the license info to 2017.Tsuda Kageyu
2016-12-31Merge branch 'master' of https://github.com/TsudaKageyu/minhookTsuda Kageyu
2016-12-31Update README.md.Tsuda Kageyu
2016-12-20Update README.mdTsuda Kageyu
2016-12-05Support GCC predefined macros to detect x64 mode.Tsuda Kageyu
2016-12-05Check the CPU architecture in hde32.c/hde64.c.Tsuda Kageyu
2016-12-01Suppress a false-positive warning about an uninitialized variable.Tsuda Kageyu
2016-12-01Check the CPU architecture in hde32.c/hde64.c.Tsuda Kageyu
2016-11-22Update the platform toolset of VS2017 projects to v141_xp.Tsuda Kageyu
2016-11-09Remove _WIN32_WINNT macros to avoid useless conflicts.Tsuda Kageyu
2016-11-09Define STRICT as a project-wide macro.Tsuda Kageyu
2016-11-09Remove STRICT macros which will be defined automatically.Tsuda Kageyu
2016-11-09Remove a NOMINMAX macro which has been useless for years.Tsuda Kageyu
2016-11-08Merge pull request #34 from ifarbod/patch-1Tsuda Kageyu
2016-11-08Fix NOMINMAX macro redefinition compiler warningiFarbod
2016-09-17Ignore more Visual Studio files.Tsuda Kageyu
2016-09-17Lowercase the path in MinGW Makefile too.Tsuda Kageyu
2016-09-16Remove duplicate directory which has been created accidentally.Tsuda Kageyu
2016-09-16Lowercase the HDE folder to work with case sensitive systems.Tsuda Kageyu
2016-09-13Update the DLL version resource to v1.3.3.Tsuda Kageyu
2016-09-13Add Visual Studio Code files to .gitignore.Tsuda Kageyu
2016-09-13Update README.mdTsuda Kageyu
2016-09-13Add a missing export entry to MinHook.def.Tsuda Kageyu
2016-06-21Small fix in style.Tsuda Kageyu
2016-06-17Update the license info to 2016.Tsuda Kageyu
2016-06-16Use sizeof(varname) rather than sizeof(type).Tsuda Kageyu
2016-06-16Fix some odd comments.Tsuda Kageyu
2016-04-01Add preliminary support for VS15 preview.Tsuda Kageyu
2016-03-31Merge pull request #29 from berserkovich/masterTsuda Kageyu
2016-03-29Make bitfield int values explicitly unsignedberserkovich
2016-03-04Merge pull request #27 from AliAssAssInLFG/MH_CreateHookApi_PosTsuda Kageyu
2016-03-04Changed position of MH_CreateHookApiAliAssAssIn
2016-02-22Add MH_CreateHookApiEx() function.Tsuda Kageyu
2015-12-31Update README.mdTsuda Kageyu
2015-11-09Update README.mdTsuda Kageyu
2015-11-09Update README.mdTsuda Kageyu
2015-10-26Update README.mdTsuda Kageyu
2015-09-22Update README.mdTsuda Kageyu
2015-09-14Update README.mdTsuda Kageyu
2015-09-06Update README.mdTsuda Kageyu
2015-08-30Update README.mdTsuda Kageyu
2015-08-27Revert "Fix GCC options to correct the usage of bitfields."Tsuda Kageyu
2015-08-27Widen a bit field to ignore its sign.Tsuda Kageyu
2015-08-24Update README.mdTsuda Kageyu
2015-08-18Add some supplementary comments.Tsuda Kageyu