1. f1c3acb add COMPILE_CMAKE.TXT & update COMPILE.TXT by Nguyen Anh Quynh · 10 years ago
  2. ecc5ffb cmake: use USE_SYS_DYN_MEM instead of USE_DEFAULT_ALLOC for consistency by Nguyen Anh Quynh · 10 years ago
  3. 7343848 cmake: build shared library libcapstone & static library libcapstone_static by Nguyen Anh Quynh · 10 years ago
  4. a71a27b cmake: only compile X86ATTInstPrinter.c in non-diet mode by Nguyen Anh Quynh · 10 years ago
  5. b67e030 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  6. 56e4efd cmake: cleanup by Nguyen Anh Quynh · 10 years ago
  7. 6a899ff cmake: add test_skipdata by Nguyen Anh Quynh · 10 years ago
  8. cfc691e cmake: X86_REDUCE is OFF by default by Nguyen Anh Quynh · 10 years ago
  9. 31ec542 cmake: support X86_REDUCE mode by Nguyen Anh Quynh · 10 years ago
  10. b70e121 x86: FP instructions are only available when X86_REDUCE mode is off by Nguyen Anh Quynh · 10 years ago
  11. e7f251b cmake: Diet mode is OFF by default by Nguyen Anh Quynh · 10 years ago
  12. d002319 cmake: support Sparc, SystemZ & XCore by Nguyen Anh Quynh · 10 years ago
  13. 3a5965e xcore: fix some warnings with Diet mode by Nguyen Anh Quynh · 10 years ago
  14. 0150f06 x86: fix a warning on Diet mode by Nguyen Anh Quynh · 10 years ago
  15. 2f661e0 cmake: correct the definition of USE_SYS_DYN_MEM with new macro name CAPSTONE_USE_SYS_DYN_MEM by Nguyen Anh Quynh · 10 years ago
  16. 9786566 msvc: fix some Nmake warnings by Nguyen Anh Quynh · 10 years ago
  17. f6af509 cmake: rename library from capstone to libcapstone by Nguyen Anh Quynh · 10 years ago
  18. 96ecc33 created cmake makefile by daniel · 10 years ago
  19. 583baba remove more dead code by Nguyen Anh Quynh · 10 years ago
  20. 9148420 replace strcasecmp() with strcmp() by Nguyen Anh Quynh · 10 years ago
  21. 19146e9 replace strcasecmp() with strcmp(). this also simlifies MSVC support a bit by Nguyen Anh Quynh · 10 years ago
  22. d69f9de x86: delete dead code by Nguyen Anh Quynh · 10 years ago
  23. b2e566a xcore: use strcpy() rather than strncpy() by Nguyen Anh Quynh · 10 years ago
  24. 2a33afe msvc: make MSVC shutup on strncpy() by Nguyen Anh Quynh · 10 years ago
  25. dc1af54 msvc: fix warnings by Nguyen Anh Quynh · 10 years ago
  26. 2b68355 msvc: support strcpy() with strcpy_s() by Nguyen Anh Quynh · 10 years ago
  27. 112556d msvc: rename test_arm.vcxproj to test_xcore.vcxproj by Nguyen Anh Quynh · 10 years ago
  28. c54b7ac python: add test_xcore.py by Nguyen Anh Quynh · 10 years ago
  29. cfc7ca6 python & java: update constants for Xcore after the last change in the core by Nguyen Anh Quynh · 10 years ago
  30. be2b788 xcore: handle details for some special tricky instructions by Nguyen Anh Quynh · 10 years ago
  31. 8c1c36f update TODO by Nguyen Anh Quynh · 10 years ago
  32. 4d00986 java: add Xcore support by Nguyen Anh Quynh · 10 years ago
  33. 2eff6a3 msvc: support XCore by Nguyen Anh Quynh · 10 years ago
  34. f721e31 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  35. 8f50ba8 Merge branch 'next' into xcore by Nguyen Anh Quynh · 10 years ago
  36. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  37. 2cf9c52 x86: MOV64rr belongs to GRP_MODE64 group. bug reported by Jason Oster by Nguyen Anh Quynh · 10 years ago
  38. d0f3e15 python: fix Xcore bug by Nguyen Anh Quynh · 10 years ago
  39. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  40. 52a8d2a enable disabled archs by Nguyen Anh Quynh · 10 years ago
  41. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  42. 3dc080c systemz: cleanup SystemZGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  43. 5a5d8a7 python & java: fix Sparc's CC constants after the last change in the core by Nguyen Anh Quynh · 10 years ago
  44. 5d6383e sparc: SPARC_CC_ICC_N should not have the same value as SPARC_CC_INVALID. bug reported by Jason Oster by Nguyen Anh Quynh · 10 years ago
  45. 708d151 Merge pull request #127 from parasyte/bug/SystemZ/r0l-reg by Nguyen Anh Quynh · 10 years ago
  46. 6380446 Add `r0l` register to SystemZMapping.c by Jason Oster · 10 years ago
  47. 0ebbf1e python: ArmOpValue.imm uses int32 type after the last change in the core by Nguyen Anh Quynh · 10 years ago
  48. eddf47c Merge pull request #125 from parasyte/ticket-124 by Nguyen Anh Quynh · 10 years ago
  49. aa60b8c [#124] ARM: Make `imm` detail field signed. by Jason Oster · 10 years ago
  50. e96e34d python: test_x86.py print prefixes with a space between consecutive bytes by Nguyen Anh Quynh · 10 years ago
  51. 4ebd062 x86: cleanup unused code by Nguyen Anh Quynh · 10 years ago
  52. fed098f x86: eliminate irrelevant prefixes in x86.prefix[] - such as f2/f3 prefixed irrelevant instructions by Nguyen Anh Quynh · 10 years ago
  53. 1e93adf x86: add CL operand into details for 'SHL *, CL' instruction by Nguyen Anh Quynh · 10 years ago
  54. 7a65ad7 x86: detail operands for 'fstpnce st(0), st(0)' & 'fstpst(7), st(0)' by Nguyen Anh Quynh · 10 years ago
  55. b6e3f01 x86: handle REP MOVSD/CMPSD/SCASD/LODSD/STOSD properly (due to confused 128bit media instructions having the same mnemonics) by Nguyen Anh Quynh · 10 years ago
  56. 3a86d92 x86: correct instructions related to REP prefix by Nguyen Anh Quynh · 10 years ago
  57. 1d6f7ee x86: prefix REP/REPNE are only relevant for MOVS/CMPS/SCAS/LDOS/STOS/INS/OUTS instructions by Nguyen Anh Quynh · 10 years ago
  58. 7a75baa Merge pull request #122 from parasyte/next by Nguyen Anh Quynh · 10 years ago
  59. 984ed7e MIPS: Add HI, LO, and PC registers to MipsMapping.c by Jason Oster · 10 years ago
  60. 2c61656 tests: correct the prototype of mycallback() in test_skipdata by Nguyen Anh Quynh · 10 years ago
  61. 50fdc6c Merge with upstream by danghvu · 10 years ago
  62. 69a7c2d Make test_skipdata performs tests by default by danghvu · 10 years ago
  63. 7b91574 TODO: remove Python3 & MSVC from wanted features by Nguyen Anh Quynh · 10 years ago
  64. 6f9b113 update COMPILE_MSVC.TXT by Nguyen Anh Quynh · 10 years ago
  65. 6456481 x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax by Nguyen Anh Quynh · 10 years ago
  66. f338657 x86: set syntax variable when changing syntax with cs_option() by Nguyen Anh Quynh · 10 years ago
  67. f260c20 fix some conflicts when merging msvc2 into next by Nguyen Anh Quynh · 10 years ago
  68. 1922b2f arm64: clean reg_name_maps[] by Nguyen Anh Quynh · 10 years ago
  69. 61882e5 msvc: update documentation for VS2010 by Nguyen Anh Quynh · 10 years ago
  70. 9693450 arm64: do not consider WZR & XZR alias registers by Nguyen Anh Quynh · 10 years ago
  71. cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
  72. 688efe3 python: properly handle SIB's registers on irrelevant cases (zero value) of test_x86.py by Nguyen Anh Quynh · 10 years ago
  73. 1aa60d0 python: handle invalid argument (zero) for reg_name() & insn_name() of class CsInsn by Nguyen Anh Quynh · 10 years ago
  74. 1098329 python: refactor tests, so it is possible to reuse print_insn_detail() of all archs by Nguyen Anh Quynh · 10 years ago
  75. fc3636a python: update test_all.py by Nguyen Anh Quynh · 10 years ago
  76. 7dcb1dd Merge branch 'test' into msvc2 by Nguyen Anh Quynh · 10 years ago
  77. 015849d update .gitignore for VS2010 by Nguyen Anh Quynh · 10 years ago
  78. c3d0d22 msvc: fix for VS2010 by Nguyen Anh Quynh · 10 years ago
  79. 0273468 msvc: support VS2010 by Nguyen Anh Quynh · 10 years ago
  80. bf7df4b update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  81. cb59106 remove some more forgotten stdbool.h by Nguyen Anh Quynh · 10 years ago
  82. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  83. e2d9416 msvc: add inttypes.h for pre-VS2012 compiler (without C99 support) by Nguyen Anh Quynh · 10 years ago
  84. 9389353 tests: fix warnings caused by unused variable/function in test_skipdata.c by Nguyen Anh Quynh · 10 years ago
  85. 171eb75 stdbool.h is only available in C99-supported compiler by Nguyen Anh Quynh · 10 years ago
  86. e76abf4 move prototype of strcasecmp for MSVC into utils.h, and remove platform.h by Nguyen Anh Quynh · 10 years ago
  87. e079f10 remove more redundant code in platform.h by Nguyen Anh Quynh · 10 years ago
  88. 8d8cd79 remove redundant code in platform.h by Nguyen Anh Quynh · 10 years ago
  89. dcc6ebe msvc: add included directory by Nguyen Anh Quynh · 10 years ago
  90. 1d2e69b msvc: remove headers/ directory & replace it with include/platform.h by Nguyen Anh Quynh · 10 years ago
  91. 35713b1 Merge branch 'msvc2' of https://github.com/aquynh/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  92. 01f4839 update instructions in COMPILE* by Nguyen Anh Quynh · 10 years ago
  93. 1127504 msvc: rename msvc-2012.sln to capstone.sln by Nguyen Anh Quynh · 10 years ago
  94. d0c38d5 msvc: rename libraries: capstone.lib to libcapstone.lib, capstone.dll to libcapstone.dll. this is to be consistent with the libs generated by cross-platform compilation on *nix by Nguyen Anh Quynh · 10 years ago
  95. 78a7d36 Merge branch 'msvc2' of https://github.com/aquynh/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  96. e27d101 msvc: bool date type should have 1 byte size, not 4. C++ compiler exposed this issue. bug reported by Axel Souchet by Nguyen Anh Quynh · 10 years ago
  97. 7bab8dc x86: AT&T syntax is irrelevant in Diet mode, so setting this syntax should return CS_ERR_DIET error by Nguyen Anh Quynh · 10 years ago
  98. f785026 x86: enable AT&T code only when DIET mode is off by Nguyen Anh Quynh · 10 years ago
  99. 16d9c6c update .gitignore by Nguyen Anh Quynh · 10 years ago
  100. 811963e msvc: replace - with _ in filenames & dirs for consistency by Nguyen Anh Quynh · 10 years ago