summaryrefslogtreecommitdiffstats
path: root/src/include/cpp-btree (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpp-btree: Add alternative overload for btree:operator==Casey Bodley2022-03-171-0/+6
* include/cpp-btree: drop node handle supportKefu Chai2021-06-182-40/+0
* include/cpp-btree: use the same type when allocate/deallocateKefu Chai2020-03-021-14/+33
* include/cpp-btree: drop btree::dump()Kefu Chai2020-01-172-36/+0
* include/cpp-btree: use "constexpr inline" for constantsKefu Chai2020-01-151-29/+23
* include/cpp-btree: adapt from abseil::btreeKefu Chai2020-01-154-1207/+512
* cpp-btree: import abseil-cpp btree implementationKefu Chai2020-01-154-1747/+3397
* include/cpp-btree: use inline variable to define btree_is_key_compare_toKefu Chai2019-12-241-12/+11
* include/cpp-btree: use std::conditional_t<>Kefu Chai2019-12-241-28/+17
* include/cpp-btree: use static_assert()Kefu Chai2019-12-241-15/+7
* include/cpp-btree: add emplace_hint()Kefu Chai2019-12-242-9/+23
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* include: Use ceph_assert for assertsAdam C. Emerson2018-08-271-53/+54
* cpp-btree: do not #define NDEBUGKefu Chai2018-08-191-6/+7
* include/cpp-btree/btree_set: add btree_setSage Weil2017-05-301-0/+121
* include/cpp-btree: add google's cpp-btree librarySage Weil2016-01-203-0/+2873