summaryrefslogtreecommitdiff
path: root/port/port_stdcxx.h
Commit message (Expand)AuthorAgeFilesLines
* Support Zstd compression level in Leveldbleveldb Team2023-04-201-1/+6
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-281-0/+67
* Remove leveldb::port::kLittleEndian.Victor Costan2020-04-141-2/+0
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-8/+18
* leveldb: Minor cleanup in ports.costan2019-03-291-3/+4
* leveldb: Silence unused argument warnings in MSVC.costan2019-03-291-0/+11
* leveldb: Replace AtomicPointer with std::atomic.costan2019-03-111-1/+0
* Remove InitOnce from the port API.costan2018-09-101-8/+0
* Replace port_posix with port_stdcxx.costan2018-04-171-0/+140