1. 5b556e5 tests: C89 by Nguyen Anh Quynh · 10 years ago
  2. 3d5b6f3 update capstone.h to add some minor details for SKIPDATA mode by Nguyen Anh Quynh · 10 years ago
  3. e124513 update docs to add link to SKIPDATA mode by Nguyen Anh Quynh · 10 years ago
  4. bef0749 Merge branch 'skipdata' into next by Nguyen Anh Quynh · 10 years ago
  5. b64d1cf refine the comments for Skipdata sample code by Nguyen Anh Quynh · 10 years ago
  6. 301d740 python: rename skipdata_opt to skipdata_setup & handle callback properly by Nguyen Anh Quynh · 10 years ago
  7. 9df79af systemz: cleanup by Nguyen Anh Quynh · 10 years ago
  8. 2579a3f systemz: add a missing operand for instructions involving PCRel by Nguyen Anh Quynh · 10 years ago
  9. c825819 tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore by Nguyen Anh Quynh · 10 years ago
  10. 1eccbab python: minor fix for test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  11. 49f8f22 python: handle SKIPDATA mode properly in test code by Nguyen Anh Quynh · 10 years ago
  12. 11ec881 core: add CS_ERR_SKIPDATA error code to report when code access irrelevant info in SKIPDATA mode by Nguyen Anh Quynh · 10 years ago
  13. 7eff377 tests: fix typo referencing X86 in test_systemz.c. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  14. c2638ce python: disable setup to skipdata_opt in test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  15. f0c577f python: support SKIPDATA option. this also adds test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  16. 07ffd64 SKIPDATA: @offset of callback function should indicate the position of examining byte in input buffer by Nguyen Anh Quynh · 10 years ago
  17. 34456af python: temprorarily comment out the code removing old package in setup.py & setup_cython.py. this should be moved somewhere later by Nguyen Anh Quynh · 10 years ago
  18. a89383e number of bytes skipped by SKIPDATA option depends on arch by Nguyen Anh Quynh · 10 years ago
  19. c75a909 rename SKIPDATA_MNEM to .byte to make it different from normal instructions by Nguyen Anh Quynh · 10 years ago
  20. 54015f4 tests: add sanity check on insn->detail, since it can be NULL when SKIPDATA option is ON by Nguyen Anh Quynh · 10 years ago
  21. d3ffe37 API: support SKIPDATA option (off by default) by Nguyen Anh Quynh · 10 years ago
  22. 70ec05d Makefile: fix lib64 setup for x64 non-OSX (including Linux) by Nguyen Anh Quynh · 10 years ago
  23. 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
  24. b6961b6 packages: update Macport package by Nguyen Anh Quynh · 10 years ago
  25. f08ed97 support cross-compile for Android by Nguyen Anh Quynh · 10 years ago
  26. 19df1f1 packages: update Brew formula by Nguyen Anh Quynh · 10 years ago
  27. 2eecc6c add instructions on cross-compile for iOS to COMPILE.TXT by Nguyen Anh Quynh · 10 years ago
  28. 2f43c39 update Changelog for 2.1.2 by Nguyen Anh Quynh · 10 years ago
  29. 81a6df4 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 10 years ago
  30. 40f72fd arm: do not update target branch with relative offset by Nguyen Anh Quynh · 10 years ago
  31. 50ebb68 make.sh: support building for iOS by Nguyen Anh Quynh · 10 years ago
  32. 4011d73 revert pkgconfig.mk by Nguyen Anh Quynh · 10 years ago
  33. 918f8fb Merge branch 'bsd-next' of https://github.com/opntr/capstone into bsd by Nguyen Anh Quynh · 10 years ago
  34. 0fba6c6 packages: updated MASTER_SITES by opn · 10 years ago
  35. c3fd527 fix make.sh by Nguyen Anh Quynh · 10 years ago
  36. 0b7b731 packages: bump freebsd ports version to 2.1.2 by Oliver Pinter · 10 years ago
  37. 0d90b2a packages: remove generated distinfo file, and added to .gitignore by Oliver Pinter · 10 years ago
  38. 025a345 Changelog for 2.1.2 by Nguyen Anh Quynh · 10 years ago
  39. 110944a RELEASE_NOTES: update for 2.1.2 by Nguyen Anh Quynh · 10 years ago
  40. 719e9da Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 10 years ago
  41. cad464d Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 10 years ago
  42. 2d20134 Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 10 years ago
  43. 927b2ad Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 10 years ago
  44. e7314e9 packages: update homebrew formula by Nguyen Anh Quynh · 10 years ago
  45. c7d7884 packages: update homebrew formula by Nguyen Anh Quynh · 10 years ago
  46. 59a53c1 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX by Nguyen Anh Quynh · 10 years ago
  47. 189e83a Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) by Nguyen Anh Quynh · 10 years ago
  48. aca71c0 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX by Nguyen Anh Quynh · 10 years ago
  49. 6606ebd Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) by Nguyen Anh Quynh · 10 years ago
  50. 3ed3f57 bump package version to 2.1.2 by Nguyen Anh Quynh · 10 years ago
  51. e3ecb0a x86: do not print memory offset in negative form. bug reported by Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  52. 6baf084 x86: print offset value in memory reference instruction properly when offset is negative. bug reported by Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  53. 2be9b87 x86: do not print negative immediate. request of Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  54. 7626808d Merge branch 'x86imm' into next by Nguyen Anh Quynh · 10 years ago
  55. 235a274 Makefile: move UNAME_S calculation advance by Nguyen Anh Quynh · 10 years ago
  56. 1d44753 Makefile: no lib64 for OSX by Nguyen Anh Quynh · 10 years ago
  57. bc78f3a Makefile: move UNAME_S calculation advance by Nguyen Anh Quynh · 10 years ago
  58. dbe2784 Makefile: no lib64 for OSX by Nguyen Anh Quynh · 10 years ago
  59. 6d3d800 x86: do not print memory offset in negative form. bug reported by Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  60. 125f504 x86: print offset value in memory reference instruction properly when offset is negative. bug reported by Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  61. e20b2ae ppc: disable some redundant functions when Diet option is enable by Nguyen Anh Quynh · 10 years ago
  62. 2eb37ee ppc: disable some redundant functions when Diet option is enable by Nguyen Anh Quynh · 10 years ago
  63. 0b81a91 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  64. 81d930a Makefile: X86-reduce & Diet options should compile with size optimization by Nguyen Anh Quynh · 10 years ago
  65. 71264b2 no more diet.h by Nguyen Anh Quynh · 10 years ago
  66. c78ed98 Revert "no more diet.h" by Nguyen Anh Quynh · 10 years ago
  67. 02d0469 no more diet.h by Nguyen Anh Quynh · 10 years ago
  68. 5721d1b no more diet.h by Nguyen Anh Quynh · 10 years ago
  69. 731f73f Makefile: make config.mk the dependency of object files by Nguyen Anh Quynh · 10 years ago
  70. aeb0c40 Makefile: make config.mk the dependency of object files by Nguyen Anh Quynh · 10 years ago
  71. 12e6ebc remove the useless diet.h by Nguyen Anh Quynh · 10 years ago
  72. 901631e remove the useless diet.h by Nguyen Anh Quynh · 10 years ago
  73. 3c5ab99 docs: indentation by Nguyen Anh Quynh · 10 years ago
  74. 6d3c711 correct config.mk since X86-reduce now supports VMX/SVM by Nguyen Anh Quynh · 10 years ago
  75. d325b1a x86: reduce mode support VMX/SVM instructions now by Nguyen Anh Quynh · 10 years ago
  76. e51cf36 x86: do not print negative immediate. request of Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  77. 477c568 config.mk: set X86_REDUCE back to 'no' as default value by Nguyen Anh Quynh · 10 years ago
  78. 1dce9c2 docs: add X86-reduce link by Nguyen Anh Quynh · 10 years ago
  79. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  80. ca0319d arm: more fix to print negative numbers in more friendly way by Nguyen Anh Quynh · 10 years ago
  81. a3c9bd6 sparc: more fix to print negative numbers in more friendly way by Nguyen Anh Quynh · 10 years ago
  82. ffff756 arm: more fix to print negative numbers in more friendly way by Nguyen Anh Quynh · 10 years ago
  83. 5fbcc9e config.mk: add more instruction for X86 compact mode by Nguyen Anh Quynh · 10 years ago
  84. a3cfe4a .gitignore: add test_systemz by Nguyen Anh Quynh · 10 years ago
  85. 01d8a49 config.mk: explain all the shortnames of X86 instruction sets to be removed for x86-compact by Nguyen Anh Quynh · 10 years ago
  86. 0d9440c python: expose CS_SUPPORT_X86_COMPACT by Nguyen Anh Quynh · 10 years ago
  87. 6211ab8 arm64: fix the rest code printing out negative numbers like big decimal positive numbers by Nguyen Anh Quynh · 10 years ago
  88. 9677136 arm64: fix the rest code printing out negative numbers like big decimal positive numbers by Nguyen Anh Quynh · 10 years ago
  89. 6f48402 arm64: properly print immediate in friendly format in printSImm7ScaledOperand(). bug reported by Amanieu by Nguyen Anh Quynh · 10 years ago
  90. 08e8d61 arm64: properly print immediate in friendly format in printSImm7ScaledOperand(). bug reported by Amanieu by Nguyen Anh Quynh · 10 years ago
  91. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 10 years ago
  92. a8fb48c support dylib versioning for OSX by Nguyen Anh Quynh · 10 years ago
  93. e2bdcf0 support dylib versioning for OSX by Nguyen Anh Quynh · 10 years ago
  94. 1c9b1a6 Makefile: move the calculation of API_MAJOR advance. this fixes versioning lib for OSX by Nguyen Anh Quynh · 10 years ago
  95. bac8cc7 Use versioned library names on Darwin too by pancake · 10 years ago
  96. 6d09b90 Fix proper versioned lib symlink for linux by pancake · 10 years ago
  97. 066791e Use relative path in versioned symlink lib by pancake · 10 years ago
  98. 315f02d Makefile: move the calculation of API_MAJOR advance. this fixes versioning lib for OSX by Nguyen Anh Quynh · 10 years ago
  99. 6db860a systemz: indentation by Nguyen Anh Quynh · 10 years ago
  100. 477e6bf Makefile: do not need to calculate UNAME_S two times by Nguyen Anh Quynh · 10 years ago