Skip to content
Snippets Groups Projects
  1. Oct 24, 2017
    • hongxu's avatar
      fix python bindings shared library directory issue (#301) · 5bcff118
      hongxu authored
      using `data_files` dict prefixed with
      `SITE_PACKAGES = os.path.join(get_python_lib(), "keystone")` is not
      portable, see #235 and #297 for details. Regular setup configuration does
      not work, e.g., specifying `package_data` etc, since that only affects
      `sdist`.
      
      The fix is a hack: customize `install_lib` to explicitly copy the file
      into keystone install dir.
      5bcff118
  2. Jul 14, 2017
  3. Mar 21, 2017
  4. Mar 20, 2017
    • Marco's avatar
      Added support for CSharp (#287) · 1149b6b0
      Marco authored
      * Added support for CSharp
      
      * Minor changes to const_generator.py; Moved files according to the output of const_generator.py; Removed non-english comments;
      
      * Released keystone after tests
      1149b6b0
  5. Nov 10, 2016
  6. Nov 07, 2016
  7. Nov 06, 2016
  8. Nov 05, 2016
  9. Nov 04, 2016
  10. Nov 03, 2016
  11. Oct 31, 2016
    • Adrian Herrera's avatar
      Updates to Haskell bindings (#253) · d3977ca6
      Adrian Herrera authored
      * [haskell] Style fixes
      
      No changes to functionality
      
      * [haskell] Updated `assemble` function
      
      assemble now takes a list of strings, rather than a single semicolon or newline -delimited string. This is more "Haskell-ish".
      
      * [haskell] More style fixes
      d3977ca6
  12. Oct 25, 2016
  13. Oct 13, 2016
  14. Oct 02, 2016
  15. Sep 18, 2016
  16. Sep 16, 2016
  17. Sep 14, 2016
  18. Sep 10, 2016
  19. Sep 09, 2016
  20. Sep 01, 2016
  21. Aug 08, 2016
  22. Aug 01, 2016
  23. Jul 27, 2016
  24. Jul 26, 2016
Loading