1. 1969b83 windows: expose public APIs with dllimport for user apps by Nguyen Anh Quynh · 10 years ago
  2. 0ea020e cmake: do not define dllimport by Nguyen Anh Quynh · 10 years ago
  3. 814240c msvc: export public APIs for capstone_dll by Nguyen Anh Quynh · 10 years ago
  4. 07c3693 cmake: properly export public APIs in capstone.DLL. thanks to Daniel Pistelli for helping to fix this issue by Nguyen Anh Quynh · 10 years ago
  5. d765ab2 cmake: define macro CAPSTONE_USE_SYS_DYN_MEM when USE_DEFAULT_ALLOC is defined by Nguyen Anh Quynh · 10 years ago
  6. de8c689 cmake: bump version by Nguyen Anh Quynh · 10 years ago
  7. 758fcbe cmake: fix CMakeLists.txt: rename library to 'capstone' & build static/shared libs in unified way. patch by Daniel Pistelli by Nguyen Anh Quynh · 10 years ago
  8. 527fcf0 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  9. 5e2e660 fix some warnings reported by Coverity by Nguyen Anh Quynh · 10 years ago
  10. 2c20a1b ppc: wrong comparison in printOperand(). bug found by Coverity by Nguyen Anh Quynh · 10 years ago
  11. 40012f1 Update COMPILE_CMAKE.TXT by Nguyen Anh Quynh · 10 years ago
  12. ea16de9 correct COMPILE_CMAKE.TXT on how to customize compile-time options. suggested by Daniel Pistelli by Nguyen Anh Quynh · 10 years ago
  13. f1c3acb add COMPILE_CMAKE.TXT & update COMPILE.TXT by Nguyen Anh Quynh · 10 years ago
  14. ecc5ffb cmake: use USE_SYS_DYN_MEM instead of USE_DEFAULT_ALLOC for consistency by Nguyen Anh Quynh · 10 years ago
  15. 7343848 cmake: build shared library libcapstone & static library libcapstone_static by Nguyen Anh Quynh · 10 years ago
  16. a71a27b cmake: only compile X86ATTInstPrinter.c in non-diet mode by Nguyen Anh Quynh · 10 years ago
  17. b67e030 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  18. 56e4efd cmake: cleanup by Nguyen Anh Quynh · 10 years ago
  19. 6a899ff cmake: add test_skipdata by Nguyen Anh Quynh · 10 years ago
  20. cfc691e cmake: X86_REDUCE is OFF by default by Nguyen Anh Quynh · 10 years ago
  21. 31ec542 cmake: support X86_REDUCE mode by Nguyen Anh Quynh · 10 years ago
  22. b70e121 x86: FP instructions are only available when X86_REDUCE mode is off by Nguyen Anh Quynh · 10 years ago
  23. e7f251b cmake: Diet mode is OFF by default by Nguyen Anh Quynh · 10 years ago
  24. d002319 cmake: support Sparc, SystemZ & XCore by Nguyen Anh Quynh · 10 years ago
  25. 3a5965e xcore: fix some warnings with Diet mode by Nguyen Anh Quynh · 10 years ago
  26. 0150f06 x86: fix a warning on Diet mode by Nguyen Anh Quynh · 10 years ago
  27. 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
  28. 9786566 msvc: fix some Nmake warnings by Nguyen Anh Quynh · 10 years ago
  29. f6af509 cmake: rename library from capstone to libcapstone by Nguyen Anh Quynh · 10 years ago
  30. 96ecc33 created cmake makefile by daniel · 10 years ago
  31. 583baba remove more dead code by Nguyen Anh Quynh · 10 years ago
  32. 9148420 replace strcasecmp() with strcmp() by Nguyen Anh Quynh · 10 years ago
  33. 19146e9 replace strcasecmp() with strcmp(). this also simlifies MSVC support a bit by Nguyen Anh Quynh · 10 years ago
  34. d69f9de x86: delete dead code by Nguyen Anh Quynh · 10 years ago
  35. b2e566a xcore: use strcpy() rather than strncpy() by Nguyen Anh Quynh · 10 years ago
  36. 2a33afe msvc: make MSVC shutup on strncpy() by Nguyen Anh Quynh · 10 years ago
  37. dc1af54 msvc: fix warnings by Nguyen Anh Quynh · 10 years ago
  38. 2b68355 msvc: support strcpy() with strcpy_s() by Nguyen Anh Quynh · 10 years ago
  39. 112556d msvc: rename test_arm.vcxproj to test_xcore.vcxproj by Nguyen Anh Quynh · 10 years ago
  40. c54b7ac python: add test_xcore.py by Nguyen Anh Quynh · 10 years ago
  41. cfc7ca6 python & java: update constants for Xcore after the last change in the core by Nguyen Anh Quynh · 10 years ago
  42. be2b788 xcore: handle details for some special tricky instructions by Nguyen Anh Quynh · 10 years ago
  43. 8c1c36f update TODO by Nguyen Anh Quynh · 10 years ago
  44. 4d00986 java: add Xcore support by Nguyen Anh Quynh · 10 years ago
  45. 2eff6a3 msvc: support XCore by Nguyen Anh Quynh · 10 years ago
  46. f721e31 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  47. 8f50ba8 Merge branch 'next' into xcore by Nguyen Anh Quynh · 10 years ago
  48. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  49. 2cf9c52 x86: MOV64rr belongs to GRP_MODE64 group. bug reported by Jason Oster by Nguyen Anh Quynh · 10 years ago
  50. d0f3e15 python: fix Xcore bug by Nguyen Anh Quynh · 10 years ago
  51. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  52. 52a8d2a enable disabled archs by Nguyen Anh Quynh · 10 years ago
  53. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  54. 3dc080c systemz: cleanup SystemZGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  55. 5a5d8a7 python & java: fix Sparc's CC constants after the last change in the core by Nguyen Anh Quynh · 10 years ago
  56. 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
  57. 708d151 Merge pull request #127 from parasyte/bug/SystemZ/r0l-reg by Nguyen Anh Quynh · 10 years ago
  58. 6380446 Add `r0l` register to SystemZMapping.c by Jason Oster · 10 years ago
  59. 0ebbf1e python: ArmOpValue.imm uses int32 type after the last change in the core by Nguyen Anh Quynh · 10 years ago
  60. eddf47c Merge pull request #125 from parasyte/ticket-124 by Nguyen Anh Quynh · 10 years ago
  61. aa60b8c [#124] ARM: Make `imm` detail field signed. by Jason Oster · 10 years ago
  62. e96e34d python: test_x86.py print prefixes with a space between consecutive bytes by Nguyen Anh Quynh · 10 years ago
  63. 4ebd062 x86: cleanup unused code by Nguyen Anh Quynh · 10 years ago
  64. fed098f x86: eliminate irrelevant prefixes in x86.prefix[] - such as f2/f3 prefixed irrelevant instructions by Nguyen Anh Quynh · 10 years ago
  65. 1e93adf x86: add CL operand into details for 'SHL *, CL' instruction by Nguyen Anh Quynh · 10 years ago
  66. 7a65ad7 x86: detail operands for 'fstpnce st(0), st(0)' & 'fstpst(7), st(0)' by Nguyen Anh Quynh · 10 years ago
  67. 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
  68. 3a86d92 x86: correct instructions related to REP prefix by Nguyen Anh Quynh · 10 years ago
  69. 1d6f7ee x86: prefix REP/REPNE are only relevant for MOVS/CMPS/SCAS/LDOS/STOS/INS/OUTS instructions by Nguyen Anh Quynh · 10 years ago
  70. 7a75baa Merge pull request #122 from parasyte/next by Nguyen Anh Quynh · 10 years ago
  71. 984ed7e MIPS: Add HI, LO, and PC registers to MipsMapping.c by Jason Oster · 10 years ago
  72. 2c61656 tests: correct the prototype of mycallback() in test_skipdata by Nguyen Anh Quynh · 10 years ago
  73. 50fdc6c Merge with upstream by danghvu · 10 years ago
  74. 69a7c2d Make test_skipdata performs tests by default by danghvu · 10 years ago
  75. 7b91574 TODO: remove Python3 & MSVC from wanted features by Nguyen Anh Quynh · 10 years ago
  76. 6f9b113 update COMPILE_MSVC.TXT by Nguyen Anh Quynh · 10 years ago
  77. 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
  78. f338657 x86: set syntax variable when changing syntax with cs_option() by Nguyen Anh Quynh · 10 years ago
  79. f260c20 fix some conflicts when merging msvc2 into next by Nguyen Anh Quynh · 10 years ago
  80. 1922b2f arm64: clean reg_name_maps[] by Nguyen Anh Quynh · 10 years ago
  81. 61882e5 msvc: update documentation for VS2010 by Nguyen Anh Quynh · 10 years ago
  82. 9693450 arm64: do not consider WZR & XZR alias registers by Nguyen Anh Quynh · 10 years ago
  83. cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
  84. 688efe3 python: properly handle SIB's registers on irrelevant cases (zero value) of test_x86.py by Nguyen Anh Quynh · 10 years ago
  85. 1aa60d0 python: handle invalid argument (zero) for reg_name() & insn_name() of class CsInsn by Nguyen Anh Quynh · 10 years ago
  86. 1098329 python: refactor tests, so it is possible to reuse print_insn_detail() of all archs by Nguyen Anh Quynh · 10 years ago
  87. fc3636a python: update test_all.py by Nguyen Anh Quynh · 10 years ago
  88. 7dcb1dd Merge branch 'test' into msvc2 by Nguyen Anh Quynh · 10 years ago
  89. 015849d update .gitignore for VS2010 by Nguyen Anh Quynh · 10 years ago
  90. c3d0d22 msvc: fix for VS2010 by Nguyen Anh Quynh · 10 years ago
  91. 0273468 msvc: support VS2010 by Nguyen Anh Quynh · 10 years ago
  92. bf7df4b update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  93. cb59106 remove some more forgotten stdbool.h by Nguyen Anh Quynh · 10 years ago
  94. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  95. e2d9416 msvc: add inttypes.h for pre-VS2012 compiler (without C99 support) by Nguyen Anh Quynh · 10 years ago
  96. 9389353 tests: fix warnings caused by unused variable/function in test_skipdata.c by Nguyen Anh Quynh · 10 years ago
  97. 171eb75 stdbool.h is only available in C99-supported compiler by Nguyen Anh Quynh · 10 years ago
  98. e76abf4 move prototype of strcasecmp for MSVC into utils.h, and remove platform.h by Nguyen Anh Quynh · 10 years ago
  99. e079f10 remove more redundant code in platform.h by Nguyen Anh Quynh · 10 years ago
  100. 8d8cd79 remove redundant code in platform.h by Nguyen Anh Quynh · 10 years ago