summaryrefslogtreecommitdiff
path: root/api/leveldb/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the LevelDB JNI build. Make the fields of Slice public, rename the...Michael Cahill2014-09-081-1/+1
* Make the LevelDB API more resilient to invalid configurations. Also clean up...Michael Cahill2014-07-291-0/+3
* Split out HyperLevelDB stubs into a separate file, with comments describing w...Michael Cahill2014-07-161-0/+3
* Fix static linking of libraries with builtin extensions.Michael Cahill2014-07-151-3/+3
* Take Keith's suggestion: rearrange `api/leveldb` by copyright to simplify mai...Michael Cahill2014-07-151-19/+21
* Split out the RocksDB write batch code into a separate file to avoid copyrigh...Michael Cahill2014-07-141-2/+3
* Fix the installation of wrapper libraries (there was a problem with installat...Michael Cahill2014-07-011-4/+4
* Create wrapper libraries for LevelDB/RocksDB/etc. to ease integration with ap...Michael Cahill2014-07-011-2/+15
* Add stubs for enough of the RocksDB API that MongoDB builds.Michael Cahill2014-06-271-0/+4
* Improve building and installing LevelDB variants: add wiredtiger_config.h to ...Michael Cahill2014-06-271-13/+23
* Add support for Basho-specific features.Michael Cahill2014-06-271-0/+9
* Fixup LevelDB include paths so builds work without an installed LevelDB.Alex Gorrod2014-06-201-13/+13
* Add in the a copy of the LevelDB header files, and use them in our LevelDB API.Alex Gorrod2014-06-131-1/+19
* Implement the LevelDB API, backed by WiredTiger.Michael Cahill2014-05-161-0/+18