1. 3e1ecc2 Merge branch 'm68k' into next by Nguyen Anh Quynh · 9 years ago
  2. 101bc4e file.write() need bytes when file is opened in binary mode by Nicolas PLANEL · 9 years ago
  3. 57bf77a bindings: add M68k_const.java & m68k_const.ml by Nguyen Anh Quynh · 9 years ago
  4. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  5. f6ded66 Fix for EFlags missing in x86 target: aquynh/capstone#439 by learn_more · 9 years ago
  6. 78de4fa Make sure that running the tool on windows gives the same output (newline conversion) by learn_more · 9 years ago
  7. 8c7b320 add target all for const_generator by learn_more · 9 years ago
  8. 10647ae bindings: update java/ocaml/python after the latest changes in the core for the new API by Nguyen Anh Quynh · 9 years ago
  9. 72d3c4f bindings: change include dir after the patch of @pancake by Nguyen Anh Quynh · 9 years ago
  10. e483c6e ocaml: update constants by Nguyen Anh Quynh · 10 years ago
  11. a22d300 ocaml: add missing ARM64 instructions to arm64_const.ml. also handle arithmetic operations |, << properly for Ocaml in const_generator.py by Nguyen Anh Quynh · 10 years ago
  12. 586be76 ocaml: separate constants into separate files, which are actually autogen by const_generator.py by Nguyen Anh Quynh · 10 years ago
  13. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  14. 749046b python: initial Python3 support by Nguyen Anh Quynh · 10 years ago
  15. 110ab1d Python 3 support by fenuks · 10 years ago
  16. 1c8405d python: add SystemZ support by Nguyen Anh Quynh · 10 years ago
  17. 1055a2e python: support Sparc by Nguyen Anh Quynh · 10 years ago
  18. 5611de0 Fix const generator to account for PPC enum style by danghvu · 11 years ago
  19. 7957ed1 arm64: add some alias registers. attn: bindings by Nguyen Anh Quynh · 11 years ago
  20. d912f91 add a newline between constant types in autogen constants by Nguyen Anh Quynh · 11 years ago
  21. a2f825f support comments in autogen files, so constant files are more friendly by Nguyen Anh Quynh · 11 years ago
  22. b09c122 Use casting instead of isdigit, incase negative number by danghvu · 11 years ago
  23. b4b6fea Fix a bug const generator does not account for assigning number as enum const by danghvu · 11 years ago
  24. 96a056d bindings: more flexible autogen on generating filenames containing constants by Nguyen Anh Quynh · 11 years ago
  25. 99cfce9 bindings: add project info into autogen files by Nguyen Anh Quynh · 11 years ago
  26. ac6d1da bindings: add author info to const_generator.py by Nguyen Anh Quynh · 11 years ago
  27. cfb0120 Add support for python in const_generator.py by danghvu · 11 years ago
  28. 8054c9e Add a script to generate constant for binding by danghvu · 11 years ago