index
:
delta/leveldb.git
android
baserock/morph
chrome_dynamic_lib
doc-testing
env_rename
gtest_pathx
main
master
rc
reuse-manifest
snapshot-clean
windows
github.com: google/leveldb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove main() from most tests.
Victor Costan
2022-01-03
1
-34
/
+54
*
Extract benchmark from db_test.cc.
Victor Costan
2021-12-29
1
-7
/
+7
*
Change version to 1.23.
1.23
Chris Mumford
2021-02-23
1
-1
/
+1
*
Merge pull request #853 from cmumford:benchmark
Chris Mumford
2020-11-30
1
-1
/
+6
|
\
|
*
Added google/benchmark submodule.
Chris Mumford
2020-11-30
1
-1
/
+3
|
/
*
Remove leveldb::port::kLittleEndian.
Victor Costan
2020-04-14
1
-3
/
+0
*
Switch testing harness to googletest.
Victor Costan
2019-11-21
1
-6
/
+23
*
Allow different C/C++ standards when this is used as a subproject.
Victor Costan
2019-11-10
1
-9
/
+15
*
Align CMake configuration with related projects.
Victor Costan
2019-11-07
1
-7
/
+12
*
Remove redundant PROJECT_SOURCE_DIR usage from CMake config.
Victor Costan
2019-11-05
1
-142
/
+142
*
Fix installed target definition.
Victor Costan
2019-11-05
1
-1
/
+3
*
Using CMake's check_cxx_compiler_flag to check support for -Wthread-safety.
Chris Mumford
2019-10-01
1
-17
/
+4
*
Disable exceptions and RTTI in CMake configuration.
Victor Costan
2019-06-13
1
-2
/
+24
*
Merge pull request #624 from adam-azarchs:master
Chris Mumford
2019-05-06
1
-0
/
+1
|
\
|
*
Add O_CLOEXEC to open calls.
Adam Azarchs
2019-02-22
1
-0
/
+1
*
|
Add argument definition for void c functions.
allangj
2019-05-05
1
-0
/
+2
*
|
Consolidate benchmark code to benchmarks/.
Victor Costan
2019-05-05
1
-3
/
+3
*
|
Bump the version number from 1.21 to 1.22.
1.22
Chris Mumford
2019-05-03
1
-1
/
+1
*
|
Merge pull request #339 from richcole-at-amazon:master
Chris Mumford
2019-04-12
1
-0
/
+1
|
\
\
|
*
|
Fix snapshot compaction bug
Richard Cole
2019-04-01
1
-0
/
+1
*
|
|
Align version/soversion CMake setup closer with other repositories.
Victor Costan
2019-04-01
1
-4
/
+4
*
|
|
Restore soname versioning with CMake build
leveldb Team
2019-04-01
1
-0
/
+4
*
|
|
Update the version to 1.21 in preparation for a new release.
1.21
Chris Mumford
2019-03-29
1
-0
/
+1
|
/
/
*
|
Deleted dangling reference to deleted atomic_pointer.h.
cmumford
2019-03-11
1
-1
/
+0
*
|
Align windows_logger with posix_logger.
costan
2019-03-07
1
-10
/
+10
*
|
Added native support for Windows.
cmumford
2019-03-01
1
-6
/
+25
|
/
*
leveldb: Fix PosixWritableFile::Sync() on Apple systems.
costan
2019-01-09
1
-0
/
+1
*
Fix fdatasync() feature detection in opensource build.
costan
2019-01-08
1
-2
/
+7
*
Remove InitOnce from the port API.
costan
2018-09-10
1
-0
/
+2
*
Add move constructor to Status.
costan
2018-04-23
1
-0
/
+1
*
Replace port_posix with port_stdcxx.
costan
2018-04-17
1
-48
/
+16
*
Add tests for ConsumeDecimalNumber.
costan
2018-04-13
1
-0
/
+1
*
Define LEVELDB_HAS_PORT_CONFIG_H for old compilers.
costan
2018-04-09
1
-0
/
+33
*
Rename CMake project / targets from Leveldb to leveldb.
costan
2018-03-23
1
-9
/
+9
*
Take <atomic> for granted in port/atomic_pointer.h.
costan
2018-03-21
1
-3
/
+0
*
leveldb: Require C++11.
costan
2018-03-21
1
-3
/
+8
*
Add export.h to CMakeLists.txt
Hyzeta
2018-03-20
1
-0
/
+2
*
Add CMake build support.
costan
2018-03-16
1
-0
/
+412