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