1. 2b63b07 fix the last patch on Macport path comparison by Nguyen Anh Quynh · 11 years ago
  2. 8f856c7 install pkgconfig.pc at the right place for OSX: considering Brew & Macport only by Nguyen Anh Quynh · 11 years ago
  3. fc83a43 add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40% by Nguyen Anh Quynh · 11 years ago
  4. 2694333 Use versioned library names on Darwin too by pancake · 11 years ago
  5. e030e18 Fix proper versioned lib symlink for linux by pancake · 11 years ago
  6. 3f15a9e Use relative path in versioned symlink lib by pancake · 11 years ago
  7. 99caa9b Makefile: do not need to calculate UNAME_S two times by Nguyen Anh Quynh · 10 years ago
  8. 3b94ec8 Merge branch 'next' of https://github.com/opntr/capstone into bsd by Nguyen Anh Quynh · 10 years ago
  9. 25efded build: added DragonFly BSD by Oliver Pinter · 10 years ago
  10. a83a887 build: simplify by Oliver Pinter · 10 years ago
  11. c5ecae5 build: improve build by Oliver Pinter · 10 years ago
  12. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 10 years ago
  13. 7df338c Makefile: remove old libs before installing by Nguyen Anh Quynh · 11 years ago
  14. c0c0d52 link version lib to .so file for Linux by Nguyen Anh Quynh · 11 years ago
  15. 6d5381e fix soname setup for linux by Nguyen Anh Quynh · 11 years ago
  16. ce371a7 Makefile: fix SONAME by Nguyen Anh Quynh · 11 years ago
  17. e05be68 fix soname by Nguyen Anh Quynh · 11 years ago
  18. a733fc4 Merge branch 'master' into next by Nguyen Anh Quynh · 11 years ago
  19. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 11 years ago
  20. 186d501 Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  21. f328f30 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  22. 9dfdae6 x86: add new instructions: FSETPM, SALC, GETSEC & INT1. bug reported by Pancake by Nguyen Anh Quynh · 11 years ago
  23. a580d92 make dist should distribute all source, and accept tagname (so we can do 'make dist TAG=2.0-rc1' by Nguyen Anh Quynh · 11 years ago
  24. 35cef7f add 'dist' make target by pancake · 11 years ago
  25. 64d4083 add solaris support, and add make.sh by Nguyen Anh Quynh · 11 years ago
  26. d80cede last change to support BSD broke cross-comple. fix Makefile so cross-compile work again by Nguyen Anh Quynh · 11 years ago
  27. 22062e0 build: update compile.sh to support bsd systems by Oliver Pinter · 11 years ago
  28. 9cc56a3 arm: update core by Nguyen Anh Quynh · 11 years ago
  29. 75ef242 mips: update core by Nguyen Anh Quynh · 11 years ago
  30. 701b850 Fix: bug that static link does not know constructor by danghvu · 11 years ago
  31. d63ddac Makefile: delete capstone.pc for clean target by Nguyen Anh Quynh · 11 years ago
  32. fedca34 remove the left-over csharp related stuff from Makefile by Nguyen Anh Quynh · 11 years ago
  33. 59492c2 enable system's my_malloc/calloc/realloc/free via compile time option by Nguyen Anh Quynh · 11 years ago
  34. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  35. 3524056 copy all include files for install target. bug spotted by Pancake by Nguyen Anh Quynh · 11 years ago
  36. c0b63dc Makefile: correctly set /usr/lib64 as installed dir for Gentoo 64-bit by Nguyen Anh Quynh · 11 years ago
  37. 5e107ab some minor fixes for Makefile by Nguyen Anh Quynh · 11 years ago
  38. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  39. a09bd63 remove old redundant module related macros in Makefile by Nguyen Anh Quynh · 11 years ago
  40. 4ebdd21 add SONAME for .so library. issue reported by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  41. 9f0e6c2 on x86_64, install libs to /usr/lib64 if /usr/lib is inexistent. bug reported by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  42. 0655fe4 revert a wrong push on PKGCFGF by Nguyen Anh Quynh · 11 years ago
  43. 8cd8c40 Revert to allow multiple arch compilations by danghvu · 11 years ago
  44. 39a42ed Change the way of supporting arch modularization by Nguyen Anh Quynh · 11 years ago
  45. f185180 cleaner implementation for arch modularization by Nguyen Anh Quynh · 11 years ago
  46. 31baeb5 Merge branch 'next' of https://github.com/aquynh/capstone into module by Nguyen Anh Quynh · 11 years ago
  47. 02db488 Either all arch or only one of them by danghvu · 11 years ago
  48. 6f52bf9 Move arch config into config.mk by danghvu · 11 years ago
  49. edc1ef9 Handle static linking with pkg-config archive variable by pancake · 11 years ago
  50. 34d49d9 Support compilation of individual arch by danghvu · 11 years ago
  51. e5c658c move PKG_* away from cs.c to CONFIG by Nguyen Anh Quynh · 11 years ago
  52. 80ff30b Makefile: use PKGCFGF for capstone.pc by Nguyen Anh Quynh · 11 years ago
  53. 8585469 Merge branch 'master' of https://github.com/radare/capstone into radare by Nguyen Anh Quynh · 11 years ago
  54. 162409e mips: upgrade core engine by Nguyen Anh Quynh · 11 years ago
  55. 731bf2a arm64: update core engine by Nguyen Anh Quynh · 11 years ago
  56. ca9f1b2 Makefile refactoring to fix 'make install' build of lib by pancake · 11 years ago
  57. d330bf2 use PKG_{MAJOR|MINOR} to generate capstone.pc. besides, use dynamic lib rather than static lib for its 'Libs' by Nguyen Anh Quynh · 11 years ago
  58. 44ce0fb Generate and install capstone.pc pkg-config file by pancake · 11 years ago
  59. 0e3defb arm64: remove asprintf.c and use static buffer instead for SysRegMapper_toString(). this fixes the bug on MSR insn reported by Patroklos Argyroudis by Nguyen Anh Quynh · 11 years ago
  60. 173ed2b arm: upgrade core engine by Nguyen Anh Quynh · 11 years ago
  61. 36d143b x86: update core engine by Nguyen Anh Quynh · 11 years ago
  62. b8394a4 add a note on gcc-multilib requirement for cross-compile to 'nix32' by Nguyen Anh Quynh · 11 years ago
  63. 0f7c432 unified the targets for *nix and windows by Daniel Godas-Lopez · 11 years ago
  64. 7545b9b Correct main Makefile back by danghvu · 11 years ago
  65. fe6ced4 quick hack to disable clean method of java binding. this enables 'make clean' work again on non-java machine by Nguyen Anh Quynh · 11 years ago
  66. 7fff908 Do not let the archive grow by pancake · 11 years ago
  67. 02cad6e Use standard DESTDIR/PREFIX and some Makefile cleanup by pancake · 11 years ago
  68. f1cbce2 Add 'archive' target to build static library by pancake · 11 years ago
  69. d02474c Makefile: another fix for cross-compiling for Windows with Mingw by Nguyen Anh Quynh · 11 years ago
  70. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago