summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-281-0/+4
* Remove main() from most tests.Victor Costan2022-01-031-34/+54
* Extract benchmark from db_test.cc.Victor Costan2021-12-291-7/+7
* Change version to 1.23.1.23Chris Mumford2021-02-231-1/+1
* Merge pull request #853 from cmumford:benchmarkChris Mumford2020-11-301-1/+6
|\
| * Added google/benchmark submodule.Chris Mumford2020-11-301-1/+3
|/
* Remove leveldb::port::kLittleEndian.Victor Costan2020-04-141-3/+0
* Switch testing harness to googletest.Victor Costan2019-11-211-6/+23
* 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-071-7/+12
* 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
* Using CMake's check_cxx_compiler_flag to check support for -Wthread-safety.Chris Mumford2019-10-011-17/+4
* Disable exceptions and RTTI in CMake configuration.Victor Costan2019-06-131-2/+24
* Merge pull request #624 from adam-azarchs:masterChris Mumford2019-05-061-0/+1
|\
| * Add O_CLOEXEC to open calls.Adam Azarchs2019-02-221-0/+1
* | Add argument definition for void c functions.allangj2019-05-051-0/+2
* | Consolidate benchmark code to benchmarks/.Victor Costan2019-05-051-3/+3
* | Bump the version number from 1.21 to 1.22.1.22Chris Mumford2019-05-031-1/+1
* | Merge pull request #339 from richcole-at-amazon:masterChris Mumford2019-04-121-0/+1
|\ \
| * | Fix snapshot compaction bugRichard Cole2019-04-011-0/+1
* | | Align version/soversion CMake setup closer with other repositories.Victor Costan2019-04-011-4/+4
* | | Restore soname versioning with CMake buildleveldb Team2019-04-011-0/+4
* | | Update the version to 1.21 in preparation for a new release.1.21Chris Mumford2019-03-291-0/+1
|/ /
* | Deleted dangling reference to deleted atomic_pointer.h.cmumford2019-03-111-1/+0
* | Align windows_logger with posix_logger.costan2019-03-071-10/+10
* | Added native support for Windows.cmumford2019-03-011-6/+25
|/
* leveldb: Fix PosixWritableFile::Sync() on Apple systems.costan2019-01-091-0/+1
* Fix fdatasync() feature detection in opensource build.costan2019-01-081-2/+7
* Remove InitOnce from the port API.costan2018-09-101-0/+2
* Add move constructor to Status.costan2018-04-231-0/+1
* Replace port_posix with port_stdcxx.costan2018-04-171-48/+16
* Add tests for ConsumeDecimalNumber.costan2018-04-131-0/+1
* Define LEVELDB_HAS_PORT_CONFIG_H for old compilers.costan2018-04-091-0/+33
* Rename CMake project / targets from Leveldb to leveldb.costan2018-03-231-9/+9
* Take <atomic> for granted in port/atomic_pointer.h.costan2018-03-211-3/+0
* leveldb: Require C++11.costan2018-03-211-3/+8
* Add export.h to CMakeLists.txtHyzeta2018-03-201-0/+2
* Add CMake build support.costan2018-03-161-0/+412