- Dec 14, 2020
-
-
Andrey Martyanov authored
-
- Apr 29, 2019
-
-
Ming-Hsuan-Tu authored
-
Ming-Hsuan-Tu authored
-
- Apr 19, 2019
-
-
Ming-Hsuan-Tu authored
-
Ming-Hsuan-Tu authored
-
- Apr 18, 2019
-
-
Ming-Hsuan-Tu authored
-
- Apr 06, 2019
-
-
Ming-Hsuan-Tu authored
-
- Feb 02, 2019
-
-
Ming-Hsuan-Tu authored
Allow `rocksdb.DB` instances to be manually closed (second revision PR)
-
twmht authored
-
- Feb 01, 2019
-
-
Alexander Böhn authored
While `delete rocks_ptr` is a deterministic operation in C++, the Python analogue `del rocks_handle` is not – disposal and finalization of the Rocks database are entirely dependent on the Python garbage collector (q.v. the `python-rocksdb` tests themselves, which call `gc.collect()` after `del rocks_handle` to attempt to force the destructor to run). This change exposes a method to trigger the destruction of the underlying Rocks database pointer (deterministic!) through the Python Rocks handle; existing code will not need to be changed, as the Python object destructor (non-deterministic!) will now call this method. This is the second revision of this PR – it resolves the first revision, #39.
-
twmht authored
-
twmht authored
-
twmht authored
-
twmht authored
-
Ming-Hsuan-Tu authored
Column Family Support
-
- Nov 06, 2018
-
-
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
-
- Sep 22, 2018
-
-
Ming-Hsuan-Tu authored
Docs: Exporting CPLUS_INCLUDE_PATH, LD_LIBRARY_PATH and LIBRARY_PATH
-
- Apr 17, 2018
-
-
Abhiram R authored
-
- Apr 16, 2018
-
-
Abhiram R authored
Modified docs to export CPLUS_INCLUDE_PATH, LD_LIBRARY_PATH and LIBRARY_PATH correctly even if they weren't originally assigned
-
- Apr 10, 2018
-
-
Ming-Hsuan-Tu authored
Remove `fetch=False` unsupported keyword from DB.iter{items,keys,values} documentation
-
- Mar 24, 2018
-
-
Roman Zeyde authored
-
- Feb 21, 2018
-
-
Ming-Hsuan-Tu authored
Docs: fix typo in installation command line
-
- Feb 20, 2018
-
-
meridianz authored
-
- Feb 15, 2018
-
-
twmht authored
-
Ming-Hsuan-Tu authored
allow snappy_compression as a default option in test_options.py::TestOptions::test_simple
-
Ming-Hsuan-Tu authored
-
Ming-Hsuan-Tu authored
Allow to compile the extension everywhere
-
- Feb 09, 2018
-
-
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
-
- Jan 25, 2018
-
-
twmht authored
-
Ming-Hsuan-Tu authored
OSX support for building, simple update in setup.py
-
- Jan 24, 2018
-
-
Chris Hager authored
-
- Sep 21, 2017
-
-
Ming-Hsuan-Tu authored
Update installation.rst
-
RIMPY BHAROT authored
Missing steps need to be added for clean installation.
-
- Jul 17, 2017
-
-
Ming-Hsuan-Tu authored
-
- Jul 15, 2017
-
-
Ming-Hsuan-Tu authored
-
- Jun 29, 2017
-
-
George Mossessian authored
-
- Jun 25, 2017
-
-
twmht authored
-
- Jun 19, 2017
- Apr 25, 2017
-
-
twmht authored
-