1. 22b4d0e M680X: Target ready for pull request (#1034) by Wolfgang Schwotzer · 7 years ago
  2. cbf274c cmake: do not set libsuffix=64 on MacOS. fix issue #963 by Nguyen Anh Quynh · 7 years ago
  3. 4be19c3 detect 64bit library location. compatibility for 64bit systems. (#963) by Fernie · 7 years ago
  4. 7917523 cmake: build static MSVCRT by default by Nguyen Anh Quynh · 7 years ago
  5. 5dccc62 cmake - fix SOVERSION property used for libcapstone.so (#914) by Gabor Buella · 7 years ago
  6. 150ac00 cmake: install pkg config file by Gabor Buella · 7 years ago
  7. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  8. a96e8fe cmake: Add a check of MSVC variable before setting flags that link the library. ported from PR #814 by Nguyen Anh Quynh · 8 years ago
  9. a773887 cstool: prepare for multiple C sources by Nguyen Anh Quynh · 8 years ago
  10. 130eb7e cstool: compile with CMake using CMakeLists.txt in root dir by Nguyen Anh Quynh · 8 years ago
  11. eb34f6e cstool: support CMake by Nguyen Anh Quynh · 8 years ago
  12. 45e5eab port Windows driver support by tandasat · 8 years ago
  13. e8a4e98 Fixed missing includes + changed CMakeLists.txt by Daniel Collin · 9 years ago
  14. 1e97504 CMake: better support for M68K by Nguyen Anh Quynh · 9 years ago
  15. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  16. 9a638e6 Resolve cmake project version policy warning by Taras Tsugrii · 9 years ago
  17. 72403a5 Fix policy warning by Taras Tsugrii · 9 years ago
  18. 753f529 Fix bug in option propagation. by Taras Tsugrii · 9 years ago
  19. 63fbf8e Include tests only for supported architectures. by Taras Tsugrii · 9 years ago
  20. 6739f9f Remove reference to missing osxkernel_inttypes.h from CMakeLists.txt by Yegor Derevenets · 9 years ago
  21. 2c07346 Added test build target, fixed CMake warning by Yegor Derevenets · 9 years ago
  22. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  23. 3ff5dc5 Also include the common headers. by learn_more · 9 years ago
  24. b68d6a9 Split headers and source in CMake Headers and source are grouped per project. by learn_more · 9 years ago
  25. 21a2695 whitespace, as requested. by learn_more · 9 years ago
  26. 147d95b Change msvc ImportLib for static target to 'capstone_dll.lib' by learn_more · 9 years ago
  27. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 9 years ago
  28. 70453c8 CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME by Nguyen Anh Quynh · 9 years ago
  29. c0f69e1 CMake: bump version to 4.0 by Nguyen Anh Quynh · 10 years ago
  30. d91f964 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that by flyingsymbols · 10 years ago
  31. a8fd71f CMake: fix option CAPSTONE_X86_ATT_DISABLE. bug reported by Yegor Derevenets by Nguyen Anh Quynh · 10 years ago
  32. 0a2eca7 modify API cs_disasm_iter() and add new API cs_malloc(). also adds sample code test_iter.c by Nguyen Anh Quynh · 10 years ago
  33. ebc4ced Fixed a typo in a CMake option name by Yegor Derevenets · 10 years ago
  34. 17176cd platform.h must be also installed by Yegor Derevenets · 10 years ago
  35. 8f67ec2 Added CAPSTONE prefix to CMake options by Nguyen Anh Quynh · 10 years ago
  36. b4d78d9 Added CAPSTONE prefix to CMake options by Yegor Derevenets · 10 years ago
  37. d17e28c cmake: rename static library libcapstone.lib to capstone.lib by Nguyen Anh Quynh · 10 years ago
  38. 86e8450 renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt by baguette · 10 years ago
  39. 10053ba Modified CMakeLists.txt to re-enable support for building both static and shared versions of the library. by Ali Rizvi-Santiago · 10 years ago
  40. 1969b83 windows: expose public APIs with dllimport for user apps by Nguyen Anh Quynh · 10 years ago
  41. 07c3693 cmake: properly export public APIs in capstone.DLL. thanks to Daniel Pistelli for helping to fix this issue by Nguyen Anh Quynh · 10 years ago
  42. d765ab2 cmake: define macro CAPSTONE_USE_SYS_DYN_MEM when USE_DEFAULT_ALLOC is defined by Nguyen Anh Quynh · 10 years ago
  43. de8c689 cmake: bump version by Nguyen Anh Quynh · 10 years ago
  44. 758fcbe cmake: fix CMakeLists.txt: rename library to 'capstone' & build static/shared libs in unified way. patch by Daniel Pistelli by Nguyen Anh Quynh · 10 years ago
  45. ecc5ffb cmake: use USE_SYS_DYN_MEM instead of USE_DEFAULT_ALLOC for consistency by Nguyen Anh Quynh · 10 years ago
  46. 7343848 cmake: build shared library libcapstone & static library libcapstone_static by Nguyen Anh Quynh · 10 years ago
  47. a71a27b cmake: only compile X86ATTInstPrinter.c in non-diet mode by Nguyen Anh Quynh · 10 years ago
  48. 56e4efd cmake: cleanup by Nguyen Anh Quynh · 10 years ago
  49. 6a899ff cmake: add test_skipdata by Nguyen Anh Quynh · 10 years ago
  50. cfc691e cmake: X86_REDUCE is OFF by default by Nguyen Anh Quynh · 10 years ago
  51. 31ec542 cmake: support X86_REDUCE mode by Nguyen Anh Quynh · 10 years ago
  52. e7f251b cmake: Diet mode is OFF by default by Nguyen Anh Quynh · 10 years ago
  53. d002319 cmake: support Sparc, SystemZ & XCore by Nguyen Anh Quynh · 10 years ago
  54. 2f661e0 cmake: correct the definition of USE_SYS_DYN_MEM with new macro name CAPSTONE_USE_SYS_DYN_MEM by Nguyen Anh Quynh · 10 years ago
  55. f6af509 cmake: rename library from capstone to libcapstone by Nguyen Anh Quynh · 10 years ago
  56. 96ecc33 created cmake makefile by daniel · 10 years ago