1. 6bf747e Addressed compile errors occur when built as C++11 by tandasat · 8 years ago
  2. cf731a2 improve type safety, use ppc_reg instead of unsigned int by kevemueller · 9 years ago
  3. 9d60607 inttypes.h fix by Cr4sh · 9 years ago
  4. 5c0d9a4 Add '4*cri+cond' to operand list by kratolp · 10 years ago
  5. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  6. 7e57e79 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  7. 0beb0d4 api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future by Nguyen Anh Quynh · 10 years ago
  8. 9be1f93 fixed warnings in MSVC x64 compilation by Mr. eXoDia · 10 years ago
  9. e116c51 fixed test_ppc.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  10. 5b556e5 tests: C89 by Nguyen Anh Quynh · 10 years ago
  11. 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
  12. 226d7dc change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle by Nguyen Anh Quynh · 10 years ago
  13. 4914691 tests: continue to next tests rather than quit when failing to initialize a test by Nguyen Anh Quynh · 10 years ago
  14. ceae16d tests: report error when cs_open() failure by Nguyen Anh Quynh · 10 years ago
  15. 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
  16. f122ae0 tests: simplify some accesses to insn's details, and fix some typo bugs by Nguyen Anh Quynh · 11 years ago
  17. 91e532d print out ppc_bh information in test_ppc.c & TestPpc.java by Nguyen Anh Quynh · 11 years ago
  18. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago