1. afffa5d merge next to master by Nguyen Anh Quynh · 6 years ago
  2. 7e004bd .gitignore: add test binaries from next branch by Nguyen Anh Quynh · 7 years ago
  3. ed1246d add Ethereum VM architecture by Nguyen Anh Quynh · 7 years ago
  4. 22b4d0e M680X: Target ready for pull request (#1034) by Wolfgang Schwotzer · 7 years ago
  5. 6f8bd55 binding: add Ocaml & Java const files for TMS320C64x by Nguyen Anh Quynh · 8 years ago
  6. 9d5b81d ignore build directories by mrexodia · 8 years ago
  7. 7c945cd update .gitignore by Nguyen Anh Quynh · 8 years ago
  8. 14978f8 update .gitignore by Nguyen Anh Quynh · 8 years ago
  9. 777f0d3 ignore MSVC project upgrade files by Satoshi Tanda · 8 years ago
  10. d069e2e ignore MSVC project upgrade files by Satoshi Tanda · 8 years ago
  11. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  12. adb40d2 ignore build directories for CMake by mrexodia · 8 years ago
  13. 45e5eab port Windows driver support by tandasat · 8 years ago
  14. 8883428 update .gitignore by Nguyen Anh Quynh · 8 years ago
  15. 5138c25 remove _WDK exclusion by tandasat · 8 years ago
  16. 9dbeaa7 ignore VS2015 cache files by tandasat · 9 years ago
  17. 7f8ce6a Add suite/regress/invalid_read_in_print_operand by practicalswift · 9 years ago
  18. 841325f update .gitignore by Nguyen Anh Quynh · 9 years ago
  19. caf8dda fix conflicts by Nguyen Anh Quynh · 9 years ago
  20. 5e94dba fix an warning in test_iter_benchmark.c by Nguyen Anh Quynh · 9 years ago
  21. 6f1e543 [Python binding] Add capstone.egg-info to .gitignore by Alex Chernetz · 9 years ago
  22. e7c653f [Python binding] Add capstone.egg-info to .gitignore by Alex Chernetz · 9 years ago
  23. 7bb3508 suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  24. d8d11ed suite: move fuzz_hardness.c to suite/fuzz/ by Nguyen Anh Quynh · 9 years ago
  25. 3bdc7f8 update .gitignore for tests/test_basic by Nguyen Anh Quynh · 9 years ago
  26. 0b96545 new option CS_OPT_MNEMONIC to customize instruction mnemonic by Nguyen Anh Quynh · 9 years ago
  27. e5e8743 Renaming inttypes.h -> myinttypes.h by Félix Cloutier · 10 years ago
  28. e840317 Renaming inttypes.h -> myinttypes.h by Félix Cloutier · 10 years ago
  29. c488de3 Merge branch 'next' of github.com:zneak/capstone into next by Félix Cloutier · 10 years ago
  30. d319c11 x86: more encodings for FXCH & FCOMP. also print LJUMP without * as prefix for Intel syntax. handle BOUND & FARCALL better by Nguyen Anh Quynh · 10 years ago
  31. 114d0e4 Merge branch 'next' of git://github.com/aquynh/capstone into next by Félix Cloutier · 10 years ago
  32. d463bde Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  33. a91c199 docs: add a link to online doc of cs_disasm_iter() by Nguyen Anh Quynh · 10 years ago
  34. b1119a3 Add tests/test_iter to .gitignore by Jay Oster · 10 years ago
  35. 3a19a54 Ignoring workspace files in Xcode projects. by Félix Cloutier · 10 years ago
  36. 89005e0 Changed .gitignore file to ignore xcuserdata dirs by Félix Cloutier · 10 years ago
  37. 66ca55f updated gitignore to ignore the ipch/ directory (MSVC specific) by Mr. eXoDia · 10 years ago
  38. 0efef5d solve some conflicts when merging -next into -v3 by Nguyen Anh Quynh · 10 years ago
  39. f178d69 update .gitignore for ocaml binaries by Nguyen Anh Quynh · 10 years ago
  40. 26dfbc6 fix indentation introduced by the latest merge. also move test_arm_regression.c into suite/arm/ and add Makefile for it by Nguyen Anh Quynh · 10 years ago
  41. a3676e3 update .gitignore for Ocaml binding by Nguyen Anh Quynh · 10 years ago
  42. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  43. 015849d update .gitignore for VS2010 by Nguyen Anh Quynh · 10 years ago
  44. 16d9c6c update .gitignore by Nguyen Anh Quynh · 10 years ago
  45. 314893c Ignore .d files and tests/test_skipdata by Giovanni Condello · 10 years ago
  46. e3ef665 Makefile: add support for building python binding out-of-tree by Ole André Vadla Ravnås · 10 years ago
  47. 4011d73 revert pkgconfig.mk by Nguyen Anh Quynh · 11 years ago
  48. 0d90b2a packages: remove generated distinfo file, and added to .gitignore by Oliver Pinter · 11 years ago
  49. a3cfe4a .gitignore: add test_systemz by Nguyen Anh Quynh · 11 years ago
  50. d067ebc java: support Sparc by Nguyen Anh Quynh · 11 years ago
  51. 2fcfeac update .gitignore for new *.pyx files generated by cython by Nguyen Anh Quynh · 11 years ago
  52. d0f201c python: update .gitignore to ignore *.c generated by Cython by Nguyen Anh Quynh · 11 years ago
  53. e94bf72 gitignore: add tests/*.static by Nguyen Anh Quynh · 11 years ago
  54. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  55. 29d138f python: rename some public python classes to follow python naming convention by Nguyen Anh Quynh · 11 years ago
  56. 7999c1f add capsone.pc to .gitignore by Nguyen Anh Quynh · 11 years ago
  57. 5aeeb2c update .gitignore to ignore bunch of files by Nguyen Anh Quynh · 11 years ago
  58. 0c91f8f Initial commit by Nguyen Anh Quynh · 11 years ago