1. 1922b2f arm64: clean reg_name_maps[] by Nguyen Anh Quynh · 10 years ago
  2. 61882e5 msvc: update documentation for VS2010 by Nguyen Anh Quynh · 10 years ago
  3. 9693450 arm64: do not consider WZR & XZR alias registers by Nguyen Anh Quynh · 10 years ago
  4. cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
  5. 688efe3 python: properly handle SIB's registers on irrelevant cases (zero value) of test_x86.py by Nguyen Anh Quynh · 10 years ago
  6. 1aa60d0 python: handle invalid argument (zero) for reg_name() & insn_name() of class CsInsn by Nguyen Anh Quynh · 10 years ago
  7. 1098329 python: refactor tests, so it is possible to reuse print_insn_detail() of all archs by Nguyen Anh Quynh · 10 years ago
  8. fc3636a python: update test_all.py by Nguyen Anh Quynh · 10 years ago
  9. 7dcb1dd Merge branch 'test' into msvc2 by Nguyen Anh Quynh · 10 years ago
  10. 015849d update .gitignore for VS2010 by Nguyen Anh Quynh · 10 years ago
  11. c3d0d22 msvc: fix for VS2010 by Nguyen Anh Quynh · 10 years ago
  12. 0273468 msvc: support VS2010 by Nguyen Anh Quynh · 10 years ago
  13. bf7df4b update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  14. cb59106 remove some more forgotten stdbool.h by Nguyen Anh Quynh · 10 years ago
  15. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  16. e2d9416 msvc: add inttypes.h for pre-VS2012 compiler (without C99 support) by Nguyen Anh Quynh · 10 years ago
  17. 9389353 tests: fix warnings caused by unused variable/function in test_skipdata.c by Nguyen Anh Quynh · 10 years ago
  18. 171eb75 stdbool.h is only available in C99-supported compiler by Nguyen Anh Quynh · 10 years ago
  19. e76abf4 move prototype of strcasecmp for MSVC into utils.h, and remove platform.h by Nguyen Anh Quynh · 10 years ago
  20. e079f10 remove more redundant code in platform.h by Nguyen Anh Quynh · 10 years ago
  21. 8d8cd79 remove redundant code in platform.h by Nguyen Anh Quynh · 10 years ago
  22. dcc6ebe msvc: add included directory by Nguyen Anh Quynh · 10 years ago
  23. 1d2e69b msvc: remove headers/ directory & replace it with include/platform.h by Nguyen Anh Quynh · 10 years ago
  24. 35713b1 Merge branch 'msvc2' of https://github.com/aquynh/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  25. 01f4839 update instructions in COMPILE* by Nguyen Anh Quynh · 10 years ago
  26. 1127504 msvc: rename msvc-2012.sln to capstone.sln by Nguyen Anh Quynh · 10 years ago
  27. 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
  28. 78a7d36 Merge branch 'msvc2' of https://github.com/aquynh/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  29. 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
  30. 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
  31. f785026 x86: enable AT&T code only when DIET mode is off by Nguyen Anh Quynh · 10 years ago
  32. 16d9c6c update .gitignore by Nguyen Anh Quynh · 10 years ago
  33. 811963e msvc: replace - with _ in filenames & dirs for consistency by Nguyen Anh Quynh · 10 years ago
  34. 7cc5e9b Makefile: clean target should delete libs created by all ways of building by Nguyen Anh Quynh · 10 years ago
  35. 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
  36. 0ffd811 merge next branch by Nguyen Anh Quynh · 10 years ago
  37. b2a88df MSVC added some code picked up by MingW, so cross-win32/74 compile is broken. this fixes the issue by Nguyen Anh Quynh · 10 years ago
  38. 5068908 x86: assembly syntax is irrelevant in Diet mode. this optimization reduces library size to only 180KB on OSX by Nguyen Anh Quynh · 10 years ago
  39. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  40. 9c02b27 update COMPILE_MSVC.TXT by Nguyen Anh Quynh · 10 years ago
  41. ba37f33 msvc: update COMPILE_MSVC.TXT for more detail instructions by Nguyen Anh Quynh · 10 years ago
  42. 8c2e2db fix an warning on unused local variable in fill-insn() when CAPSTONE_DIET is defined by Nguyen Anh Quynh · 10 years ago
  43. 928e113 msvc: add 2 predefined macros CAPSTONE_DIET_NO & CAPSTONE_X86_REDUCE_NO by Nguyen Anh Quynh · 10 years ago
  44. d8301d6 rename the project names in order to be consisten with *nix's ones by Axel 0vercl0k Souchet · 10 years ago
  45. 0a9a9df added capstone-dll, renamed the static lib output (capstone.lib now) by Axel 0vercl0k Souchet · 10 years ago
  46. 1f0615f the tests won't build if the library hasn't been generated now by Axel 0vercl0k Souchet · 10 years ago
  47. eb2e840 x86: fix C89 issues for X86GenAsmWriter1_reduce.inc & X86GenAsmWriter_reduce.inc by Nguyen Anh Quynh · 10 years ago
  48. cfcace3 arm: make checkDecoderPredicate() handle boolean casting for MSVC (redone in more systematic way for autogen code) by Nguyen Anh Quynh · 10 years ago
  49. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  50. ef3e450 arm: checkDecoderPredicate() needs to handle Bool data type in the way that MSVC can understand by Nguyen Anh Quynh · 10 years ago
  51. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  52. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  53. 638835a fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  54. 3878ff0 skipdata: change data type of callback's offset to uint64_t by Nguyen Anh Quynh · 10 years ago
  55. abffe02 sparc: recover autogen code in arch/Sparc/SparcGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  56. bb0744d do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC by Nguyen Anh Quynh · 10 years ago
  57. 14ebaaf cleaned up the msvc tree by Axel 0vercl0k Souchet · 10 years ago
  58. 2d34251 x86: handle 16bit segment bound for JMP. bug reported by Pancake & Anton Kochkov by Nguyen Anh Quynh · 10 years ago
  59. 91a1923 Makefile: do not overwritte LDFLAGS with null value by Nguyen Anh Quynh · 10 years ago
  60. 55b8ecd Makefile: do not overwritte LDFLAGS with null value by Nguyen Anh Quynh · 10 years ago
  61. 2c35123 Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  62. 726f99c COMPILE_MSVC.TXT: 80 columns by Nguyen Anh Quynh · 10 years ago
  63. 75bd04b Merge pull request #114 from nanomad/next by Nguyen Anh Quynh · 10 years ago
  64. 314893c Ignore .d files and tests/test_skipdata by Giovanni Condello · 10 years ago
  65. cbd1940 some more by Axel 0vercl0k Souchet · 10 years ago
  66. 2ea1e22 forgot to add the new project files by Axel 0vercl0k Souchet · 10 years ago
  67. 27e9cc4 rename the solution & the project to make more sense ; add some build instructions by Axel 0vercl0k Souchet · 10 years ago
  68. b07523f Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  69. 6063b90 add COMPILE_MSVC.TXT by Nguyen Anh Quynh · 10 years ago
  70. 87a3f69 Makefile: define CAPSTONE_USE_SYS_DYN_MEM macro for consistency by Nguyen Anh Quynh · 10 years ago
  71. 60849ff added support for release/debug win64 by Axel 0vercl0k Souchet · 10 years ago
  72. 84fecf2 added the debug configuration + correct the macro name for consistency by Axel 0vercl0k Souchet · 10 years ago
  73. 47401af oops, use the correct macro name by Axel 0vercl0k Souchet · 10 years ago
  74. 595386c do not overwrite LDFLAGS in tests/Makefile by Nguyen Anh Quynh · 10 years ago
  75. 0596e11 arm64: fix a wrong int type of a local var in printLabelOperand. this bug was introduced when we fixed C89 issue for MSVC by Nguyen Anh Quynh · 10 years ago
  76. 6a4e8ca fixed absolute paths in relative ones to be more generic by Axel 0vercl0k Souchet · 10 years ago
  77. de2dff4 fixed test_skipdata.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  78. d3eb98b fixed test_detail.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  79. e116c51 fixed test_ppc.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  80. a072459 fixed test_mips.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  81. ca16d0c fixed test_arm64.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  82. 6b2395f fixed test_arm.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  83. d2a7fae add the solution + the project for test_x86 by Axel 0vercl0k Souchet · 10 years ago
  84. e47b812 test_x86.c now works on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  85. 35c8467 still want that to compile on other systems by Axel 0vercl0k Souchet · 10 years ago
  86. 2cca1d4 we want that code to compile on other system than windows by Axel 0vercl0k Souchet · 10 years ago
  87. 605faf1 moved the hardcoded macros in the vcproj & just disable the warning for the crt by Axel 0vercl0k Souchet · 10 years ago
  88. b5e7db5 Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  89. d27b015 arm: add BLX_pred into the list of relative branch instructions by Nguyen Anh Quynh · 10 years ago
  90. bc80b3d arm: fix some more Thumb relative branch instructions. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  91. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  92. 336bf29 Merge branch 'next' of https://github.com/0vercl0k/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  93. d43187d arm: BLXi is another relative branch instruction to be fixed. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  94. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  95. fef06c8 Merge pull request #109 from danghvu/next by Nguyen Anh Quynh · 10 years ago
  96. 80c8c1f Remove unneeded -fPIC in tests by danghvu · 10 years ago
  97. 6150a72 Initialize CFLAGS and LDFLAGS properly for test by danghvu · 10 years ago
  98. 49a1cb3 arm: fix another relative jump issue. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  99. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  100. 30e4d7f Disassembler -> Disassembly. also delete an orphaned file by Nguyen Anh Quynh · 10 years ago