1. 33bf2d1 bump version to 3.0.4 by Nguyen Anh Quynh · 9 years ago
  2. 77ff056 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  3. 3dd6416 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  4. 1bfa480 bump version to 3.0.3 by Nguyen Anh Quynh · 9 years ago
  5. caf47a5 Include common headers in cmake projects. by learn_more · 9 years ago
  6. 6e76037 small mixup by learn_more · 9 years ago
  7. 0749930 missed option by learn_more · 9 years ago
  8. 317682b Include the headers per arch by learn_more · 9 years ago
  9. 9592a4c missing c file. by learn_more · 9 years ago
  10. 43f8ac1 split cmake sources out in groups. fix indenting to be consistent. by learn_more · 9 years ago
  11. 455fa06 whitespace, as requested. by learn_more · 9 years ago
  12. c85e3c3 Change msvc ImportLib for static target to 'capstone_dll.lib' by learn_more · 9 years ago
  13. bcf09f4 Add support to embed Capstone into OS X kernel extensions. by reverser · 9 years ago
  14. cd3d186 bump version to 3.0.2 for next stable release by Nguyen Anh Quynh · 9 years ago
  15. 4822f99 CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME by Nguyen Anh Quynh · 9 years ago
  16. e4c0f6c CMake: bump version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  17. d91f964 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that by flyingsymbols · 10 years ago
  18. a8fd71f CMake: fix option CAPSTONE_X86_ATT_DISABLE. bug reported by Yegor Derevenets by Nguyen Anh Quynh · 10 years ago
  19. 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
  20. ebc4ced Fixed a typo in a CMake option name by Yegor Derevenets · 10 years ago
  21. 17176cd platform.h must be also installed by Yegor Derevenets · 10 years ago
  22. 8f67ec2 Added CAPSTONE prefix to CMake options by Nguyen Anh Quynh · 10 years ago
  23. b4d78d9 Added CAPSTONE prefix to CMake options by Yegor Derevenets · 10 years ago
  24. d17e28c cmake: rename static library libcapstone.lib to capstone.lib by Nguyen Anh Quynh · 10 years ago
  25. 86e8450 renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt by baguette · 10 years ago
  26. 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
  27. 1969b83 windows: expose public APIs with dllimport for user apps by Nguyen Anh Quynh · 10 years ago
  28. 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
  29. d765ab2 cmake: define macro CAPSTONE_USE_SYS_DYN_MEM when USE_DEFAULT_ALLOC is defined by Nguyen Anh Quynh · 10 years ago
  30. de8c689 cmake: bump version by Nguyen Anh Quynh · 10 years ago
  31. 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
  32. ecc5ffb cmake: use USE_SYS_DYN_MEM instead of USE_DEFAULT_ALLOC for consistency by Nguyen Anh Quynh · 10 years ago
  33. 7343848 cmake: build shared library libcapstone & static library libcapstone_static by Nguyen Anh Quynh · 10 years ago
  34. a71a27b cmake: only compile X86ATTInstPrinter.c in non-diet mode by Nguyen Anh Quynh · 10 years ago
  35. 56e4efd cmake: cleanup by Nguyen Anh Quynh · 10 years ago
  36. 6a899ff cmake: add test_skipdata by Nguyen Anh Quynh · 10 years ago
  37. cfc691e cmake: X86_REDUCE is OFF by default by Nguyen Anh Quynh · 10 years ago
  38. 31ec542 cmake: support X86_REDUCE mode by Nguyen Anh Quynh · 10 years ago
  39. e7f251b cmake: Diet mode is OFF by default by Nguyen Anh Quynh · 10 years ago
  40. d002319 cmake: support Sparc, SystemZ & XCore by Nguyen Anh Quynh · 10 years ago
  41. 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
  42. f6af509 cmake: rename library from capstone to libcapstone by Nguyen Anh Quynh · 10 years ago
  43. 96ecc33 created cmake makefile by daniel · 10 years ago