Commit graph

14 commits

Author SHA1 Message Date
Jack Robison cd327c06d9
docs 2022-01-17 18:37:23 -05:00
Mehdi Abaakouk e4c0de9455 Allow to compile the extension everywhere
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
2018-02-09 09:21:56 +01:00
twmht e834f80b42 update doc 0.6.4 2017-04-17 00:01:19 +08:00
hofmockel df29b425d3 Update the versions (python,rocksdb) pyrocksdb 0.4 was tested with. 2015-08-30 12:22:52 +02:00
hofmockel d1a94d7eeb Mention which rocksdb version was used for the latest tests. 2015-07-05 13:55:17 +02:00
hofmockel cf95b579c4 Mention the rocksdb version the master was build with. 2015-04-12 14:11:46 +02:00
hofmockel 5f8602391b 'master' is not bound to any rocksdb version 2014-04-29 17:55:01 +02:00
hofmockel fef21c8965 Prepare the new release name 2014-04-27 19:31:01 +02:00
hofmockel 41fdfa75aa Add a simple changelog file 2014-04-01 09:13:14 +02:00
hofmockel d5a9b99d7f Update todos 2014-02-02 17:43:00 +01:00
hofmockel 81833395f5 Make it clear which version of rocksdb is supported 2014-02-02 17:42:59 +01:00
hofmockel 3afcb98657 Add doce for prefix_extractor 2014-01-21 17:28:38 +01:00
hofmockel 828be96dba Update docu about the bytes and unicode 2014-01-17 07:43:51 +01:00
hofmockel 77c384b6b0 Initial commit of the driver 2014-01-13 19:52:22 +01:00