summaryrefslogtreecommitdiffstats
path: root/src/common/intrusive_red_black_tree.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Reduce unused includesameerj2022-03-191-1/+0
* common: intrusive_red_black_tree: Various updates.bunnei2022-03-151-181/+210
* general: Update style to clang-format-12ameerj2021-09-241-9/+8
* fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC.bunnei2021-05-061-5/+0
* common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC.bunnei2021-05-061-0/+4
* common/tree: Convert defines over to templatesLioncash2021-01-121-62/+37
* common/parent_of_member: Replace TYPED_STORAGE define with template aliasLioncash2021-01-121-2/+2
* common: Introduce useful tree structures.bunnei2021-01-111-0/+627