1. 572a4ae cleanup makefile (#1038) by Stephen · 7 years ago
  2. 7a274e2 Add posibility to disable universal build for osx by Jonas · 7 years ago
  3. 1910fd5 mingw build: cstool fails to build with mingw (#941) by Adrian Herrera · 7 years ago
  4. cbc1c03 Makefile: do not delete capstone.pc.in by Nguyen Anh Quynh · 7 years ago
  5. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  6. d46a4f2 Makefile install works even when pkg-config is missing by Nguyen Anh Quynh · 7 years ago
  7. 5a4dabd Silent CC warnings by pancake · 7 years ago
  8. 1b4d805 Make sure bindir exists before installing to it. by Hank Leininger · 8 years ago
  9. 3ba8c4d improve dependency on header files *.h, and remove clean from make.sh. see PR #793 by Nguyen Anh Quynh · 8 years ago
  10. ce7c9a8 Makefile: remove extra / letter for install target by Nguyen Anh Quynh · 8 years ago
  11. f36b3f4 cstool: compile/clean/install/uninstall from Makefile by Nguyen Anh Quynh · 8 years ago
  12. ec40753 Fix check target for Unix-like environment by Akihiko Odaki · 8 years ago
  13. 54f8925 Fix linking step for new lib name by Pranith Kumar · 8 years ago
  14. fbf1cd7 Fix generated library name by Pranith Kumar · 8 years ago
  15. 31f55f9 Fix library install for tests by Pranith Kumar · 8 years ago
  16. 96866c1 Merge pull request #592 from pranith/fix_check by Nguyen Anh Quynh · 8 years ago
  17. 7c7a53c arm64: add AArch64MappingInsnOp.inc as dependency to Makefile by Nguyen Anh Quynh · 8 years ago
  18. 83fb35c Update available tests by Pranith Kumar · 8 years ago
  19. 82ceac5 fix setting cross compilation variables by kevemueller · 9 years ago
  20. bcdab9b Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  21. 06ab24f Merge branch 'next' of https://github.com/07151129/capstone into 07151129-next by Nguyen Anh Quynh · 9 years ago
  22. bfc0566 Merge pull request #532 from radare/destdir-fix by Nguyen Anh Quynh · 9 years ago
  23. 91659c0 Fix #184 - properly handle DESTDIR in pkgconfig file by pancake · 9 years ago
  24. 2769c77 Correct build settings for xnu kext. Changed calloc name to avoid potential conflicts by Pb · 9 years ago
  25. 0d394aa Makefile: x86 depends on X86ImmSize.inc by Nguyen Anh Quynh · 9 years ago
  26. f01e0c9 [M68K] remove reference to M68KConf.h file by Nicolas PLANEL · 9 years ago
  27. 8deb6d9 m68k: rename M68Kconf.h to M68KConf.h for consistency by Nguyen Anh Quynh · 9 years ago
  28. 7d5badd m68k: more cleanup & fix code style by Nguyen Anh Quynh · 9 years ago
  29. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  30. b08f461 Allow to build capstone in pkgsrc for FreeBSD and DragonflyBSD by Kamil Rytarowski · 9 years ago
  31. f0677ab pkg-config can be unavailable, leading to empty PKGCFGDIR, thus 'mkdir -p' fails. fixed by checking if PKGCFGDIR is empty by Nguyen Anh Quynh · 9 years ago
  32. 495a4f5 Improve the pkgconfig generation logic by Ole André Vadla Ravnås · 9 years ago
  33. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 9 years ago
  34. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  35. 19ba71a Makefile: add X86MappingInsnOp_reduce.inc to DEP_X86 by Nguyen Anh Quynh · 9 years ago
  36. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 9 years ago
  37. 367d438 Merge branch 'makesh' of https://github.com/radare/capstone into test3 by Nguyen Anh Quynh · 9 years ago
  38. 96ee76f Merge branch 'next' of https://github.com/radare/capstone into test2 by Nguyen Anh Quynh · 9 years ago
  39. 63414a4 Rewrite make.sh to make it shorter, faster and more portable by pancake · 9 years ago
  40. e0352d6 Limit exported symbols by Hilko Bengen · 9 years ago
  41. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  42. 794a706 Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency by Nguyen Anh Quynh · 10 years ago
  43. 8aa6fce Revert "Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes" by Nguyen Anh Quynh · 10 years ago
  44. 35d4e44 Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes by Nguyen Anh Quynh · 10 years ago
  45. c00bc35 fix BUILD_CORE_ONLY option of Makefile, so we can do 'BUILD_CORE_ONLY=yes make.sh' by Nguyen Anh Quynh · 10 years ago
  46. 39fd154 Edit setup.py to build python binding with make.sh by Nguyen Tan Cong · 10 years ago
  47. b16dc85 Makefile: check target should also run test_iter by Nguyen Anh Quynh · 10 years ago
  48. fff1307 Makefile: simplify generate-pkgcfg by using INCDIR. reviewed by Pancake by Nguyen Anh Quynh · 10 years ago
  49. e702b55 Makefile: do not remove old libs in install 'target' by Nguyen Anh Quynh · 10 years ago
  50. 984d450 Makefile: add 'check' target by Nguyen Anh Quynh · 10 years ago
  51. 86e8450 renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt by baguette · 10 years ago
  52. b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago
  53. 6583f06 Fix universal build support for Mac and iOS by Ole André Vadla Ravnås · 10 years ago
  54. 8c0ab86 rename CCLD to LINK by Nguyen Anh Quynh · 10 years ago
  55. 0936b56 rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib for Windows platform by Nguyen Anh Quynh · 10 years ago
  56. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  57. f260c20 fix some conflicts when merging msvc2 into next by Nguyen Anh Quynh · 10 years ago
  58. e1c7a21 Avoid modifying the raw LDFLAGS directly by danghvu · 10 years ago
  59. 7cc5e9b Makefile: clean target should delete libs created by all ways of building by Nguyen Anh Quynh · 10 years ago
  60. 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
  61. 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
  62. ad66420 Switch to cd && make from make -C by danghvu · 10 years ago
  63. 91a1923 Makefile: do not overwritte LDFLAGS with null value by Nguyen Anh Quynh · 10 years ago
  64. 55b8ecd Makefile: do not overwritte LDFLAGS with null value by Nguyen Anh Quynh · 10 years ago
  65. b07523f Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  66. 87a3f69 Makefile: define CAPSTONE_USE_SYS_DYN_MEM macro for consistency by Nguyen Anh Quynh · 10 years ago
  67. 595386c do not overwrite LDFLAGS in tests/Makefile by Nguyen Anh Quynh · 10 years ago
  68. 58a0047 Makefile: put common functions into functions.mk by Nguyen Anh Quynh · 10 years ago
  69. 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 10 years ago
  70. f536d40 Makefile: implement a "silent rules" approach by Ole André Vadla Ravnås · 10 years ago
  71. c20b049 Makefile: detect Apple toolchain instead of relying on uname by Ole André Vadla Ravnås · 10 years ago
  72. 24094ee Makefile: fix install target when building out-of-tree by Ole André Vadla Ravnås · 10 years ago
  73. 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
  74. 7a73439 Makefile: allow `BUILDDIR` to be a relative path by Ole André Vadla Ravnås · 10 years ago
  75. 6ae472f Makefile: avoid redefining BUILDDIR, so we can remove its directory in clean target by Nguyen Anh Quynh · 10 years ago
  76. 5519a68 Makefile: fix clean targets and put all test binaries under BUILDIR/tests/ by Nguyen Anh Quynh · 10 years ago
  77. df60ada Merge branch 'feature/build-out-of-tree' of https://github.com/frida/capstone into config by Nguyen Anh Quynh · 10 years ago
  78. 35f937d Adapt core build system to allow building out-of-tree by Ole André Vadla Ravnås · 10 years ago
  79. e31327d rename USE_SYS_DYN_MEM to CAPSTONE_USE_SYS_DYN_MEM for consistency with other options by Nguyen Anh Quynh · 10 years ago
  80. 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
  81. 360bf1e handle special systems putting x86_64 libs into lib64/ in make.sh, not in Makefile by Nguyen Anh Quynh · 10 years ago
  82. 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
  83. 9b4b377 Makefile: rename to PKGCFCGDIR to PKGCFGDIR. patch by Pancake by Nguyen Anh Quynh · 10 years ago
  84. e3606d9 Makefile: no more pkgconfig hack by Nguyen Anh Quynh · 10 years ago
  85. 70ec05d Makefile: fix lib64 setup for x64 non-OSX (including Linux) by Nguyen Anh Quynh · 10 years ago
  86. 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
  87. 4011d73 revert pkgconfig.mk by Nguyen Anh Quynh · 10 years ago
  88. 719e9da Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 10 years ago
  89. cad464d Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 10 years ago
  90. 2d20134 Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 10 years ago
  91. 927b2ad Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 10 years ago
  92. 59a53c1 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX by Nguyen Anh Quynh · 10 years ago
  93. 189e83a Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) by Nguyen Anh Quynh · 10 years ago
  94. aca71c0 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX by Nguyen Anh Quynh · 10 years ago
  95. 6606ebd Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) by Nguyen Anh Quynh · 10 years ago
  96. 235a274 Makefile: move UNAME_S calculation advance by Nguyen Anh Quynh · 10 years ago
  97. 1d44753 Makefile: no lib64 for OSX by Nguyen Anh Quynh · 10 years ago
  98. bc78f3a Makefile: move UNAME_S calculation advance by Nguyen Anh Quynh · 10 years ago
  99. dbe2784 Makefile: no lib64 for OSX by Nguyen Anh Quynh · 10 years ago
  100. 0b81a91 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago