Skip to content
Snippets Groups Projects
  1. May 18, 2020
  2. Apr 07, 2020
  3. Mar 12, 2020
  4. Apr 22, 2019
  5. Apr 19, 2019
  6. Apr 18, 2019
  7. Apr 06, 2019
  8. Feb 02, 2019
  9. Feb 01, 2019
  10. Nov 06, 2018
    • Jason Fried's avatar
      Column Family Support · 2a66e20c
      Jason Fried authored
      Add support for Column Families in a runtime safe way.
      Add unittests to test functionality
      Insure all unittests are passing.
      Cleaned up unittests to not use a fixed directory in tmp, but use tempfile
      2a66e20c
  11. Sep 22, 2018
  12. Apr 17, 2018
  13. Apr 16, 2018
  14. Apr 10, 2018
  15. Mar 24, 2018
  16. Feb 21, 2018
  17. Feb 20, 2018
  18. Feb 15, 2018
  19. Feb 09, 2018
    • Mehdi Abaakouk's avatar
      Allow to compile the extension everywhere · e4c0de94
      Mehdi Abaakouk authored
      This change:
      * uses to setuptools Cython automatic extension build system.
      * Add tox.ini to run tests and build docs into virtualenv
      * Add .travis.yaml and Dockerfile to run tests in CI
      * Change requirements to ensure:
        - Cython and setuptools are installed before we build the Cython
          extension
        - tests dependencies are not installed by default
        - doc dependencies are explicit
      * Add missing lz4 library
      * Allow to build the module with any librocksdb headers (no-rtti)
      
      Closes #15
      e4c0de94
  20. Jan 25, 2018
  21. Jan 24, 2018
  22. Sep 21, 2017
Loading