summaryrefslogtreecommitdiff
path: root/db/skiplist_test.cc
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-1/+1
* Fix C++11 build.Victor Costan2020-04-281-0/+3
* change const to constexprleveldb Team2020-04-281-2/+1
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-4/+6
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-26/+12
* fix a typo in the comment of skiplist_test.cc (#664)usurai2019-03-211-1/+1
* leveldb: Replace AtomicPointer with std::atomic.costan2019-03-111-9/+12
* Replace NULL with nullptr in C++ files.costan2018-04-101-2/+2
* leveldb: Add more thread safety annotations.costan2018-03-231-4/+6
* Fix signed/unsigned mismatch on VC++ buildsBruce Dawson2016-02-191-1/+1
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-2/+2
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+378
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-378/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-0/+0
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-1/+1
* Initial checkin.jorlow@chromium.org2011-03-181-0/+378