summaryrefslogtreecommitdiff
path: root/helpers
Commit message (Expand)AuthorAgeFilesLines
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-3/+3
* Switch from C headers to C++ headers.Victor Costan2020-04-291-2/+1
* Remove Windows workarounds in some tests.Victor Costan2020-01-141-5/+0
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-092-8/+8
* Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-091-0/+5
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-65/+70
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-12/+12
* Style cleanup.Victor Costan2019-05-041-27/+26
* Correct class/structure declaration order.Chris Mumford2019-05-032-8/+9
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-022-56/+32
* Always copy bytes to scratch buffer when reading w/MemEnv.cmumford2019-03-201-7/+0
* Make InMemoryEnv more consistent with filesystem based Env's.cmumford2019-03-112-16/+53
* Replace NULL with nullptr in C++ files.costan2018-04-101-3/+3
* Replace SIZE_MAX with std::numeric_limits.costan2018-03-201-1/+2
* Add CMake build support.costan2018-03-161-1/+3
* Extend thread safety annotations.costan2018-03-161-7/+11
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-112-2/+24
* Release 1.18v1.18Chris Mumford2014-09-161-4/+5
* Update to leveldb 1.6v1.6David Grogan2012-10-121-0/+10
* A number of fixes:Hans Wennborg2011-10-313-4/+4
* Sync with upstream @24213649.Hans Wennborg2011-09-261-1/+1
* Sync with upstream @23860137.Hans Wennborg2011-09-123-0/+626