1. b8741bd OS X kernel support (see https://github.com/aquynh/capstone/pull/528) by Pb · 9 years ago
  2. 250ac09 do not modify config.mk by Nguyen Anh Quynh · 9 years ago
  3. 86e8450 renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt by baguette · 10 years ago
  4. 52a8d2a enable disabled archs by Nguyen Anh Quynh · 10 years ago
  5. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  6. 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 10 years ago
  7. e31327d rename USE_SYS_DYN_MEM to CAPSTONE_USE_SYS_DYN_MEM for consistency with other options by Nguyen Anh Quynh · 10 years ago
  8. dc09a9a allow user to customize USE_SYS_DYN_MEM, DIET & X86_REDUCE when compile with make.sh, so there is no need to edit config.mk by Nguyen Anh Quynh · 10 years ago
  9. 4f2049b allow to set archs to be compiled in from environment variable CAPSTONE_ARCHS by Nguyen Anh Quynh · 10 years ago
  10. 6d3c711 correct config.mk since X86-reduce now supports VMX/SVM by Nguyen Anh Quynh · 10 years ago
  11. 477c568 config.mk: set X86_REDUCE back to 'no' as default value by Nguyen Anh Quynh · 10 years ago
  12. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  13. 5fbcc9e config.mk: add more instruction for X86 compact mode by Nguyen Anh Quynh · 10 years ago
  14. 01d8a49 config.mk: explain all the shortnames of X86 instruction sets to be removed for x86-compact by Nguyen Anh Quynh · 10 years ago
  15. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 10 years ago
  16. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 10 years ago
  17. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 10 years ago
  18. b6ece8d fix typo for vsnprintf in config.mk by Nguyen Anh Quynh · 10 years ago
  19. 838b378 minor fixes for config.mk by Nguyen Anh Quynh · 10 years ago
  20. d03edf4 add more instructions to config.mk by Nguyen Anh Quynh · 10 years ago
  21. 833823a config.mk: add missing vnsprintf() to list of dyn memory management functions by Nguyen Anh Quynh · 10 years ago
  22. 951e8e5 minor fix on instructions for config.mk by Nguyen Anh Quynh · 10 years ago
  23. 3b53fc4 Add a comment for config.mk saying we build all archs by default by Nguyen Anh Quynh · 10 years ago
  24. d5ca145 minor fix for config.mk by Nguyen Anh Quynh · 10 years ago
  25. 86ac7ea fix for config.mk by Nguyen Anh Quynh · 10 years ago
  26. 7e5a6b5 config.mk: move more popular options to the top, less to the bottom by Nguyen Anh Quynh · 10 years ago
  27. a1b740f more comment updated in config.mk regarding the 'diet' mode by Nguyen Anh Quynh · 10 years ago
  28. 9ff0990 fix comments in config.mk regarding the 'diet' mode by Nguyen Anh Quynh · 10 years ago
  29. fc83a43 add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40% by Nguyen Anh Quynh · 10 years ago
  30. f6060b8 x86: compress Opcode tables to make data size 3 times smaller. this is without performance sacrifice by using some extra index tables by Nguyen Anh Quynh · 10 years ago
  31. cf4df4b some minor fixes for config.mk by Nguyen Anh Quynh · 10 years ago
  32. 59492c2 enable system's my_malloc/calloc/realloc/free via compile time option by Nguyen Anh Quynh · 10 years ago
  33. 0f9cb0f fix English in config.mk by Nguyen Anh Quynh · 10 years ago
  34. f954f87 initialize all_arch in constructors by Nguyen Anh Quynh · 10 years ago
  35. 0877747 cs_version() can accept NULL arguments. this is useful if you dont care about major/minor, but only want to get returned combined version by Nguyen Anh Quynh · 10 years ago
  36. 5219f64 make it less error-prone to handle config.mk by Nguyen Anh Quynh · 10 years ago
  37. 2c5ba2a Revert to allow multiple arch compilations by danghvu · 10 years ago
  38. 00f01f1 add comments for config.mk by Nguyen Anh Quynh · 10 years ago
  39. 02db488 Either all arch or only one of them by danghvu · 10 years ago
  40. 6f52bf9 Move arch config into config.mk by danghvu · 10 years ago