Commit Graph

32 Commits

Author SHA1 Message Date
udan1107 ceb5a9a84a Fixed minor documentation issue. 2013-05-17 19:57:53 +03:00
Zeex a6784e2db5 Fix intptr_t redefinition on non-MSVC 2013-04-03 22:41:14 +07:00
Zeex 9faf51929c Revert "Change output name of the static library on Windows"
This reverts commit d0999b89f8.
2013-03-29 21:36:32 +07:00
Zeex d0999b89f8 Change output name of the static library on Windows
Since both static and import libraries have the same file extension
on Windows (.lib), except when building with MinGW or Cygwin, we have
to somewhoe distinguish between them. A common practice is to append
a suffix to the filename, such as "_static"., so the resulting binary
will be "subhook_static.lib".
2013-03-27 16:55:05 +07:00
Zeex bb7b010c5f Include SUBHOOK_STATIC in CMake cache 2013-03-27 16:43:24 +07:00
Zeex 6e79a92088 Add subhook DLL path to PATH for the test 2013-03-27 16:36:34 +07:00
Zeex c0757e565a Use cached variables instead of options 2013-03-04 08:40:42 +07:00
Zeex 53e1af008f Replace spaces with tabs in test code 2013-02-06 13:01:44 +07:00
Zeex 46f70a4ac6 Fix functions still appearing in outer DLL's exports for static build 2013-02-01 15:20:41 +07:00
Zeex d5513b91e7 Replace _WIN32 with SUBHOOK_WINDOWS 2013-01-25 18:39:14 +07:00
Zeex ae203134fd Add ARCHIVE DESTINATION for static builds 2013-01-22 05:09:36 +07:00
Zeex f139789725 Ignore CMakeLists.txt.user created by QtCreator 2013-01-19 01:55:57 +07:00
Zeex 909303dfd4 Add a test program 2013-01-19 01:50:36 +07:00
Zeex 03e6b766e5 Experimental support for x86-64 2013-01-19 00:25:39 +07:00
Zeex a766bd4828 Add SubHook::GetSrc() and SubHook::GetDst() 2013-01-17 06:07:06 +07:00
Zeex b6ef2992f8 Add SubHook::ReadDst(void *src) 2013-01-17 06:04:23 +07:00
Zeex 24f2197a64 Use lower case language identidifer in code blocks 2013-01-16 16:15:57 +07:00
Zeex 5de14897f3 Add SUBHOOK_INSTALL and SUBHOOK_PACKAGE to options 2013-01-16 03:08:26 +07:00
Zeex 968291e389 Add SUBHOOK_PACKAGE var 2013-01-16 03:06:13 +07:00
Zeex e97e886776 Replace size_t with intptr_t 2013-01-16 02:56:47 +07:00
Zeex 3d0c4f9c84 Update year 2013-01-16 02:41:49 +07:00
Zeex 29bdbf735d Set RUNTIME install path for the case of shared library build 2013-01-16 00:07:26 +07:00
Zeex 94319e51b5 Disable copying and assignment of ScopedInstall/ScopedRemove 2013-01-15 05:21:14 +07:00
Zeex 4599d630a8 Fix C++ example 2013-01-15 05:14:54 +07:00
Zeex a2d0166a55 Rewrite README 2013-01-15 04:40:12 +07:00