aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-08v0.5v0.5Zeex1-2/+2
2018-09-08Add missing apt packages to .travis.ymlZeex1-0/+2
2018-09-08Fix CMake 2.8.12 error and bump min CMake versionZeex2-11/+11
2018-09-08Fix compile errors and remove uses of nullptrZeex1-2/+3
2018-09-07Fix C++ test crash because of misaligned stackZeex7-15/+20
2018-09-07Improve ABS() macroZeex1-1/+1
2018-09-06Rename "options" to "flags"Zeex7-76/+159
2018-09-06Rename 64-bit jump code constantsZeex1-9/+9
2018-09-06Don't check for jmp offset overflow in 32-bit build (#33)Zeex1-6/+6
2018-09-06Fix missing return statement in 64-bit buildZeex1-2/+2
2018-09-06Rename test executable target to subhook_test and test -> testsZeex9-10/+12
2018-09-06Make build vars use default values from parent scope if definedZeex1-6/+14
2018-09-03Add -Wall -Wextra to compile flags for GCC/ClangZeex1-0/+5
2018-09-03Clean up and improve commentsZeex8-41/+44
2018-09-02v0.4.2v0.4.2Zeex1-2/+2
2018-09-01Fix idiotic syntax errors in .travis.yamlZeex1-2/+2
2018-09-01Fix FindYasm error on WindowsZeex1-2/+2
2018-09-01Add installation notes to READMEZeex1-0/+10
2018-09-01Invert SUBHOOK_NO_* build variablesZeex1-4/+5
2018-09-01Add FindYasm packageZeex3-6/+12
2018-09-01Fix yasm commandZeex1-1/+1
2018-09-01Replace non-existent 'brew' addon with before_installZeex1-5/+4
2018-09-01Remove debug messageZeex1-1/+0
2018-09-01Attempt to fix package installation errors in macOS CI buildZeex1-6/+11
2018-09-01Enable macOS build on Travis CIZeex1-0/+3
2018-09-01Fix issues with 64-bit build of test_exeZeex12-38/+139
2018-09-01Remove SUBHOOK_BUILD_ASM_TEST variableZeex1-2/+0
2018-09-01Tell CMake to skip C++ compiler setupZeex1-1/+1
2018-09-01Clean up CI configsZeex2-16/+2
2018-09-01Fix wrong obj formatZeex1-1/+1
2018-09-01Fix yasm not being found in CI buildsZeex2-1/+4
2018-09-01Add "Known issues" section to READMEZeex1-0/+19
2018-09-01Mention macOS support in READMEZeex1-2/+2
2018-09-01Replace test_exe with asm_test_exeZeex3-130/+46
2018-09-01Fix asm_test build error on macOSZeex2-23/+29
2018-08-31Improve test programsZeex2-10/+24
2018-08-14v0.4.1v0.4.1Zeex1-1/+1
2018-08-14Add policy existence checkZeex1-2/+4
2018-04-11Make build variables visible in CMake GUIZeex2-1/+7
2018-04-07Add NOP macros from nasm-utilsZeex1-1/+13
2018-04-07Set up asm compilation for occasional manual testingZeex7-79/+223
2018-03-23Add support for NOP (one-byte version) (#28)Zeex1-1/+2
2017-10-31Remove broken version badgeZeex1-3/+0
2017-10-31Replace 0 with NULLZeex3-18/+18
2017-10-31Fix CMake warning about @rpathZeex1-0/+2
2017-10-31Merge pull request #27 from Y-Less/masterZeex3-4/+23
2017-07-28Made all subhook calls NULL safe, not just one destructor.Y_Less3-4/+23
2017-06-23Merge pull request #26 from tharindud/masterZeex1-2/+2
2017-06-19Fixing a compiler error in the example C++ code in README.md due to '<<' bein...Tharindu Dissanayake1-2/+2
2017-03-31Merge pull request #23 from gocha/fix-dtor-nullrefZeex1-2/+4