1. 8d8cd79 remove redundant code in platform.h by Nguyen Anh Quynh · 10 years ago
  2. dcc6ebe msvc: add included directory by Nguyen Anh Quynh · 10 years ago
  3. 1d2e69b msvc: remove headers/ directory & replace it with include/platform.h by Nguyen Anh Quynh · 10 years ago
  4. 35713b1 Merge branch 'msvc2' of https://github.com/aquynh/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  5. 01f4839 update instructions in COMPILE* by Nguyen Anh Quynh · 10 years ago
  6. 1127504 msvc: rename msvc-2012.sln to capstone.sln by Nguyen Anh Quynh · 10 years ago
  7. 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
  8. 78a7d36 Merge branch 'msvc2' of https://github.com/aquynh/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  9. 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
  10. 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
  11. f785026 x86: enable AT&T code only when DIET mode is off by Nguyen Anh Quynh · 10 years ago
  12. 16d9c6c update .gitignore by Nguyen Anh Quynh · 10 years ago
  13. 811963e msvc: replace - with _ in filenames & dirs for consistency by Nguyen Anh Quynh · 10 years ago
  14. 7cc5e9b Makefile: clean target should delete libs created by all ways of building by Nguyen Anh Quynh · 10 years ago
  15. 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
  16. 0ffd811 merge next branch by Nguyen Anh Quynh · 10 years ago
  17. 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
  18. 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
  19. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  20. 9c02b27 update COMPILE_MSVC.TXT by Nguyen Anh Quynh · 10 years ago
  21. ba37f33 msvc: update COMPILE_MSVC.TXT for more detail instructions by Nguyen Anh Quynh · 10 years ago
  22. 8c2e2db fix an warning on unused local variable in fill-insn() when CAPSTONE_DIET is defined by Nguyen Anh Quynh · 10 years ago
  23. 928e113 msvc: add 2 predefined macros CAPSTONE_DIET_NO & CAPSTONE_X86_REDUCE_NO by Nguyen Anh Quynh · 10 years ago
  24. d8301d6 rename the project names in order to be consisten with *nix's ones by Axel 0vercl0k Souchet · 10 years ago
  25. 0a9a9df added capstone-dll, renamed the static lib output (capstone.lib now) by Axel 0vercl0k Souchet · 10 years ago
  26. 1f0615f the tests won't build if the library hasn't been generated now by Axel 0vercl0k Souchet · 10 years ago
  27. eb2e840 x86: fix C89 issues for X86GenAsmWriter1_reduce.inc & X86GenAsmWriter_reduce.inc by Nguyen Anh Quynh · 10 years ago
  28. cfcace3 arm: make checkDecoderPredicate() handle boolean casting for MSVC (redone in more systematic way for autogen code) by Nguyen Anh Quynh · 10 years ago
  29. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  30. ef3e450 arm: checkDecoderPredicate() needs to handle Bool data type in the way that MSVC can understand by Nguyen Anh Quynh · 10 years ago
  31. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  32. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  33. 638835a fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  34. 3878ff0 skipdata: change data type of callback's offset to uint64_t by Nguyen Anh Quynh · 10 years ago
  35. abffe02 sparc: recover autogen code in arch/Sparc/SparcGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  36. 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
  37. 14ebaaf cleaned up the msvc tree by Axel 0vercl0k Souchet · 10 years ago
  38. 2d34251 x86: handle 16bit segment bound for JMP. bug reported by Pancake & Anton Kochkov by Nguyen Anh Quynh · 10 years ago
  39. 91a1923 Makefile: do not overwritte LDFLAGS with null value by Nguyen Anh Quynh · 10 years ago
  40. 55b8ecd Makefile: do not overwritte LDFLAGS with null value by Nguyen Anh Quynh · 10 years ago
  41. 2c35123 Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  42. 726f99c COMPILE_MSVC.TXT: 80 columns by Nguyen Anh Quynh · 10 years ago
  43. 75bd04b Merge pull request #114 from nanomad/next by Nguyen Anh Quynh · 10 years ago
  44. 314893c Ignore .d files and tests/test_skipdata by Giovanni Condello · 10 years ago
  45. cbd1940 some more by Axel 0vercl0k Souchet · 10 years ago
  46. 2ea1e22 forgot to add the new project files by Axel 0vercl0k Souchet · 10 years ago
  47. 27e9cc4 rename the solution & the project to make more sense ; add some build instructions by Axel 0vercl0k Souchet · 10 years ago
  48. b07523f Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  49. 6063b90 add COMPILE_MSVC.TXT by Nguyen Anh Quynh · 10 years ago
  50. 87a3f69 Makefile: define CAPSTONE_USE_SYS_DYN_MEM macro for consistency by Nguyen Anh Quynh · 10 years ago
  51. 60849ff added support for release/debug win64 by Axel 0vercl0k Souchet · 10 years ago
  52. 84fecf2 added the debug configuration + correct the macro name for consistency by Axel 0vercl0k Souchet · 10 years ago
  53. 47401af oops, use the correct macro name by Axel 0vercl0k Souchet · 10 years ago
  54. 595386c do not overwrite LDFLAGS in tests/Makefile by Nguyen Anh Quynh · 10 years ago
  55. 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
  56. 6a4e8ca fixed absolute paths in relative ones to be more generic by Axel 0vercl0k Souchet · 10 years ago
  57. de2dff4 fixed test_skipdata.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  58. d3eb98b fixed test_detail.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  59. e116c51 fixed test_ppc.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  60. a072459 fixed test_mips.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  61. ca16d0c fixed test_arm64.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  62. 6b2395f fixed test_arm.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  63. d2a7fae add the solution + the project for test_x86 by Axel 0vercl0k Souchet · 10 years ago
  64. e47b812 test_x86.c now works on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  65. 35c8467 still want that to compile on other systems by Axel 0vercl0k Souchet · 10 years ago
  66. 2cca1d4 we want that code to compile on other system than windows by Axel 0vercl0k Souchet · 10 years ago
  67. 605faf1 moved the hardcoded macros in the vcproj & just disable the warning for the crt by Axel 0vercl0k Souchet · 10 years ago
  68. b5e7db5 Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  69. d27b015 arm: add BLX_pred into the list of relative branch instructions by Nguyen Anh Quynh · 10 years ago
  70. bc80b3d arm: fix some more Thumb relative branch instructions. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  71. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  72. 336bf29 Merge branch 'next' of https://github.com/0vercl0k/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  73. d43187d arm: BLXi is another relative branch instruction to be fixed. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  74. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  75. fef06c8 Merge pull request #109 from danghvu/next by Nguyen Anh Quynh · 10 years ago
  76. 80c8c1f Remove unneeded -fPIC in tests by danghvu · 10 years ago
  77. 6150a72 Initialize CFLAGS and LDFLAGS properly for test by danghvu · 10 years ago
  78. 49a1cb3 arm: fix another relative jump issue. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  79. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  80. 30e4d7f Disassembler -> Disassembly. also delete an orphaned file by Nguyen Anh Quynh · 10 years ago
  81. 48f6f7f Merge branch 'next' of https://github.com/nanomad/capstone into skdata by Nguyen Anh Quynh · 10 years ago
  82. 95657e0 cs.c : Conform to original indentation rules by Giovanni Condello · 10 years ago
  83. a715df1 Do not access instructions details if the instruction is marked as SKIPDATA or if the details are NULL by Giovanni Condello · 10 years ago
  84. 06aef6b update HACK.TXT on build/install instructions by Nguyen Anh Quynh · 10 years ago
  85. 1dbc959 x86: use strncpy() to update instruction mnemonic by Nguyen Anh Quynh · 10 years ago
  86. 79e1dcb arm: update target branch having relative offset. issue reported by Giovanni Condello by Nguyen Anh Quynh · 10 years ago
  87. e68ee70 x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it by Nguyen Anh Quynh · 10 years ago
  88. 16837f8 x86: MULPD instruction is unavailable in X86_REDUCE mode by Nguyen Anh Quynh · 10 years ago
  89. 288d6b3 x86: properly handle lock/rep prefixes when DIET option is enable by Nguyen Anh Quynh · 10 years ago
  90. 9bcca47 x86: avoid duplicating code when handling prefixes in X86_getInstruction() by Nguyen Anh Quynh · 10 years ago
  91. 45c77ae x86: handle tricky instructions related to MULPD at http://habrahabr.ru/company/intel/blog/200658/ by Nguyen Anh Quynh · 10 years ago
  92. 5c7f0c3 x86: REP & REPNE are mutually exclusive prefixes by Nguyen Anh Quynh · 10 years ago
  93. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  94. e106f70 x86: only handle 3DNow instructions when X86_REDUCE mode is disable by Nguyen Anh Quynh · 10 years ago
  95. 13d8c6f x86: support 3DNow instructions by Nguyen Anh Quynh · 10 years ago
  96. 57e784b x86: cleanup unused opcode tables for X86_REDUCE by Nguyen Anh Quynh · 10 years ago
  97. 7d96a30 Merge pull request #102 from nanomad/next by Nguyen Anh Quynh · 10 years ago
  98. 7c78778 Make capstone library compile with arm-none-eabi-gcc 4.8 by Giovanni Condello · 10 years ago
  99. 58a0047 Makefile: put common functions into functions.mk by Nguyen Anh Quynh · 10 years ago
  100. 39e1317 Merge branch 'feature/improved-build-system' of https://github.com/frida/capstone into aaa by Nguyen Anh Quynh · 10 years ago