summaryrefslogtreecommitdiffstats
path: root/common/storage_lmdb.cpp
Commit message (Collapse)AuthorAge
* Merge branch 'kyoto'Aaron Seigo2014-12-05
| | | | | | | | | Conflicts: common/storage.h common/storage_lmdb.cpp dummyresource/facade.cpp store/test/CMakeLists.txt tests/storagebenchmark.cpp
* make read return a bool on successAaron Seigo2014-12-05
| | | | | not happy with this API, but we need to discuss the whole read thing anyways
* major reorg that puts Storage (previously Database) into commonAaron Seigo2014-12-05
there is now a top-level tests dir, and a compile time switch for lmdb vs kyotocabinet