summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #819 from wzk784533:masterVictor Costan2020-07-131-2/+5
|\ \ \ \ \
| * | | | | avoid unnecessary memory copywzk7845332020-07-111-2/+5
|/ / / / /
* | | | | Merge pull request #798 from lntotk:masterVictor Costan2020-05-041-6/+4
|\ \ \ \ \
| * | | | | remove unnessary status judgelntotk2020-04-241-6/+4
* | | | | | Fix Travis CI build.Victor Costan2020-04-301-1/+7
* | | | | | Fix accidental double std:: qualifiers.Victor Costan2020-04-301-1/+1
* | | | | | Add some std:: qualifiers to types and functions.Victor Costan2020-04-2934-314/+345
* | | | | | Switch from C headers to C++ headers.Victor Costan2020-04-2940-76/+65
* | | | | | Fix C++11 build.Victor Costan2020-04-281-0/+3
* | | | | | change const to constexprleveldb Team2020-04-282-3/+2
|/ / / / /
* | | | | Remove leveldb::port::kLittleEndian.Victor Costan2020-04-145-61/+4
* | | | | Use LLVM 10 on Travis CI.Victor Costan2020-04-141-4/+4
* | | | | Remove Windows workarounds in some tests.Victor Costan2020-01-146-30/+0
* | | | | Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-0925-97/+138
* | | | | Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-096-0/+30
* | | | | Add WITHOUT ROWID to SQLite benchmark.Victor Costan2019-12-021-0/+7
* | | | | Merge pull request #756 from pwnall/third_party_2Victor Costan2019-12-021-0/+0
|\ \ \ \ \
| * | | | | Fixup for adding the third_party/googletest submodule.Victor Costan2019-12-021-0/+0
|/ / / / /
* | | | | Internal change.leveldb Team2019-12-0232-32/+32
* | | | | Fixup for adding the third_party/googletest submodule. (#754)Victor Costan2019-11-251-0/+0
* | | | | Switch testing harness to googletest.Victor Costan2019-11-2137-863/+763
* | | | | Move CI to Visual Studio 2019.Victor Costan2019-11-111-5/+6
* | | | | Allow different C/C++ standards when this is used as a subproject.Victor Costan2019-11-101-9/+15
* | | | | Align CMake configuration with related projects.Victor Costan2019-11-073-8/+21
* | | | | Remove redundant PROJECT_SOURCE_DIR usage from CMake config.Victor Costan2019-11-051-142/+142
* | | | | Fix installed target definition.Victor Costan2019-11-051-1/+3
* | | | | Test CMake installation on Travis.Victor Costan2019-11-031-0/+2
* | | | | Renamed local variable in DBImpl::Write.Chris Mumford2019-10-281-6/+6
* | | | | Added return in Version::Get::State::Match to quiet warning.Chris Mumford2019-10-281-0/+4
|/ / / /
* | | | Using CMake's check_cxx_compiler_flag to check support for -Wthread-safety.Chris Mumford2019-10-011-17/+4
* | | | Update Travis CI configuration.Victor Costan2019-09-291-10/+11
* | | | Fix tsan problem in env_test.Sanjay Ghemawat2019-09-291-37/+49
* | | | Merge pull request #698 from neal-zhu:masterVictor Costan2019-08-281-77/+53
|\ \ \ \
| * | | | drop fileds in State that are duplicates of fileds in Saver and fix typoneal-zhu2019-08-281-12/+7
| * | | | cache Saver in State objectneal-zhu2019-06-121-21/+20
| * | | | fix bug(uninitialized options pointer in State)neal-zhu2019-06-121-7/+8
| * | | | remove TODO in Version::ForEachOverlappingneal-zhu2019-06-111-1/+0
| * | | | formatneal-zhu2019-06-111-6/+7
| * | | | fix bugneal-zhu2019-06-111-8/+14
| * | | | use ForEachOverlapping to impl Getneal-zhu2019-06-111-70/+45
* | | | | Simplify unlocking in DeleteObsoleteFiles.Chris Mumford2019-06-131-12/+15
* | | | | Add "leveldb" subdirectory to public include paths.Chris Mumford2019-06-132-11/+11
* | | | | Ending sentences with periods in README.md.Chris Mumford2019-06-131-4/+4
* | | | | Align EnvPosix and EnvWindows.Victor Costan2019-06-132-227/+316
* | | | | Disable exceptions and RTTI in CMake configuration.Victor Costan2019-06-131-2/+24
|/ / / /
* | | | Merge pull request #386 from ivanabc:masterChris Mumford2019-05-301-3/+10
|\ \ \ \
| * \ \ \ Merge branch 'master' into masterivan2019-05-23160-7134/+10265
| |\ \ \ \
| * | | | | set const propertyivanabc2016-06-211-3/+5
| * | | | | reduce lock's range in DeleteObsoleteFilesivanabc2016-06-201-3/+12
* | | | | | Replace "> >" with ">>"Victor Costan2019-05-302-4/+4