1. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  2. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  3. a973ef6 tests: commit the Makefile forgotten in the last commit by Nguyen Anh Quynh · 9 years ago
  4. 7bb3508 suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  5. cdd677f Add debug build target and fuzz testing harness. by Felix Grobert · 9 years ago
  6. 968ec56 tests: remove orphan binaries due to renaming of test.c to test_basic.c by Nguyen Anh Quynh · 9 years ago
  7. 2c07346 Added test build target, fixed CMake warning by Yegor Derevenets · 9 years ago
  8. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  9. 0a2eca7 modify API cs_disasm_iter() and add new API cs_malloc(). also adds sample code test_iter.c by Nguyen Anh Quynh · 10 years ago
  10. 910a4df tests: compile without -O3 flag. this is to make it easier to maintain FreeBSD package by Nguyen Anh Quynh · 10 years ago
  11. ffc8aaa Fix minor style inconsistency by Ole André Vadla Ravnås · 10 years ago
  12. b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago
  13. 6583f06 Fix universal build support for Mac and iOS by Ole André Vadla Ravnås · 10 years ago
  14. 8c0ab86 rename CCLD to LINK by Nguyen Anh Quynh · 10 years ago
  15. 0936b56 rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib for Windows platform by Nguyen Anh Quynh · 10 years ago
  16. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  17. 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
  18. 595386c do not overwrite LDFLAGS in tests/Makefile by Nguyen Anh Quynh · 10 years ago
  19. 80c8c1f Remove unneeded -fPIC in tests by danghvu · 10 years ago
  20. 6150a72 Initialize CFLAGS and LDFLAGS properly for test by danghvu · 10 years ago
  21. 58a0047 Makefile: put common functions into functions.mk by Nguyen Anh Quynh · 10 years ago
  22. 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 10 years ago
  23. f536d40 Makefile: implement a "silent rules" approach by Ole André Vadla Ravnås · 10 years ago
  24. 7a73439 Makefile: allow `BUILDDIR` to be a relative path by Ole André Vadla Ravnås · 10 years ago
  25. 544ba8b Makefile: fix implicit rule pre-requisite by Ole André Vadla Ravnås · 10 years ago
  26. c920daf Makefile: fix out-of-tree build regression by Ole André Vadla Ravnås · 10 years ago
  27. 5519a68 Makefile: fix clean targets and put all test binaries under BUILDIR/tests/ by Nguyen Anh Quynh · 10 years ago
  28. 35f937d Adapt core build system to allow building out-of-tree by Ole André Vadla Ravnås · 10 years ago
  29. c825819 tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore by Nguyen Anh Quynh · 10 years ago
  30. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 10 years ago
  31. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 10 years ago
  32. 8abb345 tests: only compile tests for selected archs. bug reported by @osxreverser by Nguyen Anh Quynh · 10 years ago
  33. d80cede last change to support BSD broke cross-comple. fix Makefile so cross-compile work again by Nguyen Anh Quynh · 11 years ago
  34. 73b6068 build: switch from hardcoded gcc to default c compiler by opn · 11 years ago
  35. bdd1e34 remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option by Nguyen Anh Quynh · 11 years ago
  36. d159a03 tests: proper extensions for newly added static executables by Nguyen Anh Quynh · 11 years ago
  37. 7864786 Add test binary for static link by danghvu · 11 years ago
  38. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  39. e29eaf9 tests: use LDFLAGS to link test files - this is to make Gentoo happy by Nguyen Anh Quynh · 11 years ago
  40. 0d001bb tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  41. 34ce2a5 tests: dummy setup LDFLAGS for Gentoo by Nguyen Anh Quynh · 11 years ago
  42. 4ca8511 tests: do not use -L option for clang by Nguyen Anh Quynh · 11 years ago
  43. 9286504 now the clean target deletes all binaries from all targets by Daniel Godas-Lopez · 11 years ago
  44. 0f7c432 unified the targets for *nix and windows by Daniel Godas-Lopez · 11 years ago
  45. 2e19d93 More generic name for *nix target by danghvu · 11 years ago
  46. a0f93bd Shorten tests/Makefile by danghvu · 11 years ago
  47. ad3cbaf Use proper Makefile targets in tests by pancake · 11 years ago
  48. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago