1. 229593d mingw build: cstool fails to build with mingw (#941) by Adrian Herrera · 7 years ago
  2. ce3f0d0 Rename test.c to test_basic.c with corresponding executable name change. (#923) by Nick Briggs · 7 years ago
  3. f4c5d5e Makefile: do not delete capstone.pc.in by Nguyen Anh Quynh · 7 years ago
  4. 648b398 improve dependency on header files *.h, and remove clean from make.sh. see PR #793 by Nguyen Anh Quynh · 8 years ago
  5. 3460327 cstool: compile/clean/install/uninstall from Makefile by Nguyen Anh Quynh · 8 years ago
  6. 798821f Fix check target for Unix-like environment by Akihiko Odaki · 8 years ago
  7. d086384 fix building on 10.6.8 without breaking other versions by Ron Pinz · 8 years ago
  8. 534746b fix building on 10.6.8 by Ron Pinz · 8 years ago
  9. b8741bd OS X kernel support (see https://github.com/aquynh/capstone/pull/528) by Pb · 9 years ago
  10. 453b41a Allow to build capstone in pkgsrc for FreeBSD and DragonflyBSD by Kamil Rytarowski · 9 years ago
  11. bcf09f4 Add support to embed Capstone into OS X kernel extensions. by reverser · 9 years ago
  12. d83bf84 Limit exported symbols by Hilko Bengen · 9 years ago
  13. 19af3ec Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency by Nguyen Anh Quynh · 9 years ago
  14. 243d41e fix BUILD_CORE_ONLY option of Makefile, so we can do 'BUILD_CORE_ONLY=yes make.sh' by Nguyen Anh Quynh · 9 years ago
  15. 3d6e56a python: fix conflict when merging pypi branch to v3 branch by Nguyen Tan Cong · 9 years ago
  16. b16dc85 Makefile: check target should also run test_iter by Nguyen Anh Quynh · 10 years ago
  17. fff1307 Makefile: simplify generate-pkgcfg by using INCDIR. reviewed by Pancake by Nguyen Anh Quynh · 10 years ago
  18. e702b55 Makefile: do not remove old libs in install 'target' by Nguyen Anh Quynh · 10 years ago
  19. 984d450 Makefile: add 'check' target by Nguyen Anh Quynh · 10 years ago
  20. 86e8450 renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt by baguette · 10 years ago
  21. b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago
  22. 6583f06 Fix universal build support for Mac and iOS by Ole André Vadla Ravnås · 10 years ago
  23. 8c0ab86 rename CCLD to LINK by Nguyen Anh Quynh · 10 years ago
  24. 0936b56 rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib for Windows platform by Nguyen Anh Quynh · 10 years ago
  25. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  26. f260c20 fix some conflicts when merging msvc2 into next by Nguyen Anh Quynh · 10 years ago
  27. e1c7a21 Avoid modifying the raw LDFLAGS directly by danghvu · 10 years ago
  28. 7cc5e9b Makefile: clean target should delete libs created by all ways of building by Nguyen Anh Quynh · 10 years ago
  29. 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
  30. 5068908 x86: assembly syntax is irrelevant in Diet mode. this optimization reduces library size to only 180KB on OSX by Nguyen Anh Quynh · 10 years ago
  31. ad66420 Switch to cd && make from make -C by danghvu · 10 years ago
  32. 91a1923 Makefile: do not overwritte LDFLAGS with null value by Nguyen Anh Quynh · 10 years ago
  33. 55b8ecd Makefile: do not overwritte LDFLAGS with null value by Nguyen Anh Quynh · 10 years ago
  34. b07523f Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  35. 87a3f69 Makefile: define CAPSTONE_USE_SYS_DYN_MEM macro for consistency by Nguyen Anh Quynh · 10 years ago
  36. 595386c do not overwrite LDFLAGS in tests/Makefile by Nguyen Anh Quynh · 10 years ago
  37. 58a0047 Makefile: put common functions into functions.mk by Nguyen Anh Quynh · 10 years ago
  38. 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 10 years ago
  39. f536d40 Makefile: implement a "silent rules" approach by Ole André Vadla Ravnås · 10 years ago
  40. c20b049 Makefile: detect Apple toolchain instead of relying on uname by Ole André Vadla Ravnås · 10 years ago
  41. 24094ee Makefile: fix install target when building out-of-tree by Ole André Vadla Ravnås · 10 years ago
  42. 375f03c Makefile: build tests in the old way if BUILDDIR is not defined. this fixes a bug introduced by some recent changes by Ole André Vadla Ravnås by Nguyen Anh Quynh · 10 years ago
  43. 7a73439 Makefile: allow `BUILDDIR` to be a relative path by Ole André Vadla Ravnås · 10 years ago
  44. 6ae472f Makefile: avoid redefining BUILDDIR, so we can remove its directory in clean target by Nguyen Anh Quynh · 10 years ago
  45. 5519a68 Makefile: fix clean targets and put all test binaries under BUILDIR/tests/ by Nguyen Anh Quynh · 10 years ago
  46. df60ada Merge branch 'feature/build-out-of-tree' of https://github.com/frida/capstone into config by Nguyen Anh Quynh · 10 years ago
  47. 35f937d Adapt core build system to allow building out-of-tree by Ole André Vadla Ravnås · 10 years ago
  48. e31327d rename USE_SYS_DYN_MEM to CAPSTONE_USE_SYS_DYN_MEM for consistency with other options by Nguyen Anh Quynh · 10 years ago
  49. 77af9fb Allow user to specify compiler optimization flags via CFLAGS at compile time. suggested by Ole André Vadla Ravnås by Nguyen Anh Quynh · 10 years ago
  50. 360bf1e handle special systems putting x86_64 libs into lib64/ in make.sh, not in Makefile by Nguyen Anh Quynh · 10 years ago
  51. af0e937 make.sh: copy capstone.pc to the right dir for pkgconfig. adapted from patches of Ben Nagy & Pancake by Nguyen Anh Quynh · 10 years ago
  52. 9b4b377 Makefile: rename to PKGCFCGDIR to PKGCFGDIR. patch by Pancake by Nguyen Anh Quynh · 10 years ago
  53. e3606d9 Makefile: no more pkgconfig hack by Nguyen Anh Quynh · 10 years ago
  54. 70ec05d Makefile: fix lib64 setup for x64 non-OSX (including Linux) by Nguyen Anh Quynh · 10 years ago
  55. ad6cc98 Makefile: on x64, prefer /usr/lib64, if it is existent, over /usr/lib. bug reported & fix suggested by @chaostheory88 by Nguyen Anh Quynh · 10 years ago
  56. 4011d73 revert pkgconfig.mk by Nguyen Anh Quynh · 10 years ago
  57. 719e9da Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 10 years ago
  58. cad464d Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 10 years ago
  59. 2d20134 Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 10 years ago
  60. 927b2ad Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 10 years ago
  61. 59a53c1 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX by Nguyen Anh Quynh · 10 years ago
  62. 189e83a Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) by Nguyen Anh Quynh · 10 years ago
  63. aca71c0 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX by Nguyen Anh Quynh · 10 years ago
  64. 6606ebd Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) by Nguyen Anh Quynh · 10 years ago
  65. 235a274 Makefile: move UNAME_S calculation advance by Nguyen Anh Quynh · 10 years ago
  66. 1d44753 Makefile: no lib64 for OSX by Nguyen Anh Quynh · 10 years ago
  67. bc78f3a Makefile: move UNAME_S calculation advance by Nguyen Anh Quynh · 10 years ago
  68. dbe2784 Makefile: no lib64 for OSX by Nguyen Anh Quynh · 10 years ago
  69. 0b81a91 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  70. 81d930a Makefile: X86-reduce & Diet options should compile with size optimization by Nguyen Anh Quynh · 10 years ago
  71. 71264b2 no more diet.h by Nguyen Anh Quynh · 10 years ago
  72. c78ed98 Revert "no more diet.h" by Nguyen Anh Quynh · 10 years ago
  73. 02d0469 no more diet.h by Nguyen Anh Quynh · 10 years ago
  74. 5721d1b no more diet.h by Nguyen Anh Quynh · 10 years ago
  75. 731f73f Makefile: make config.mk the dependency of object files by Nguyen Anh Quynh · 10 years ago
  76. aeb0c40 Makefile: make config.mk the dependency of object files by Nguyen Anh Quynh · 10 years ago
  77. 12e6ebc remove the useless diet.h by Nguyen Anh Quynh · 10 years ago
  78. 901631e remove the useless diet.h by Nguyen Anh Quynh · 10 years ago
  79. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  80. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 10 years ago
  81. a8fb48c support dylib versioning for OSX by Nguyen Anh Quynh · 10 years ago
  82. e2bdcf0 support dylib versioning for OSX by Nguyen Anh Quynh · 10 years ago
  83. 1c9b1a6 Makefile: move the calculation of API_MAJOR advance. this fixes versioning lib for OSX by Nguyen Anh Quynh · 10 years ago
  84. bac8cc7 Use versioned library names on Darwin too by pancake · 10 years ago
  85. 6d09b90 Fix proper versioned lib symlink for linux by pancake · 10 years ago
  86. 066791e Use relative path in versioned symlink lib by pancake · 10 years ago
  87. 315f02d Makefile: move the calculation of API_MAJOR advance. this fixes versioning lib for OSX by Nguyen Anh Quynh · 10 years ago
  88. 477e6bf Makefile: do not need to calculate UNAME_S two times by Nguyen Anh Quynh · 10 years ago
  89. 3bb71e7 build: added DragonFly BSD by Oliver Pinter · 10 years ago
  90. dc5a2b1 build: simplify by Oliver Pinter · 10 years ago
  91. f01fb5b build: improve build by Oliver Pinter · 10 years ago
  92. 9ef5f39 Makefile: remove old libs before installing by Nguyen Anh Quynh · 10 years ago
  93. 9361e91 link version lib to .so file for Linux by Nguyen Anh Quynh · 10 years ago
  94. 017f184 fix soname for Linux - get it right now by Nguyen Anh Quynh · 10 years ago
  95. 1ed8bb6 typo by Nguyen Anh Quynh · 10 years ago
  96. f4f7253 make dist should also generate ZIP file by Nguyen Anh Quynh · 10 years ago
  97. a5f42cf fix soname to use CS_API_MAJOR for library versioning (linux) by Nguyen Anh Quynh · 10 years ago
  98. 56db639 update for 2.1.1 stable release by Nguyen Anh Quynh · 10 years ago
  99. abd7790 fix soname by Nguyen Anh Quynh · 10 years ago
  100. c79ad39 set proper SONAME to libray versioning by Nguyen Anh Quynh · 10 years ago