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