summaryrefslogtreecommitdiff
path: root/include/iprt/cpp/hardavlrange.h
Commit message (Expand)AuthorAgeFilesLines
* IPRT: doxygen tweaks. bugref:10442vboxsync2023-05-111-0/+1
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* iprt/cpp/hardavlrange.h: Tweaked AssertCompile hack.vboxsync2023-01-031-12/+12
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT/hardavl: Renamed lookupMatchingOrSmaller to lookupMatchingOrBelow and lo...vboxsync2022-02-141-4/+4
* IPRT/hardavl: Basic statistics. bugref:10093vboxsync2022-02-121-0/+10
* IPRT/hardavl: Added lookupMatchingOrLarger and lookupMatchingOrSmaller. bugre...vboxsync2022-02-121-0/+160
* IPRT/hardavl: Added the right-to-left enumerator. Mark methods as noexcept. b...vboxsync2022-02-111-16/+135
* IPRT/hardavl: Wrap node index reads to try prevent the compiler from re-readi...vboxsync2022-02-111-34/+46
* IPRT/hardavl: Added a getHeight() method for tstRTAvl and extended the testca...vboxsync2022-02-111-34/+51
* IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity checks. [d...vboxsync2022-02-111-8/+9
* IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity checks. [s...vboxsync2022-02-111-1/+1
* IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity checks. bu...vboxsync2022-02-111-35/+164
* IPRT/hardavl: A fix, a few build fixes and some more tests. bugref:10093vboxsync2022-02-101-1/+9
* IPRT/hardavl: Initial adaption of the old AVL code into something a little mo...vboxsync2022-02-091-0/+818