summaryrefslogtreecommitdiff
path: root/src/common/intrusive_red_black_tree.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fixes for gcc 13Gravatar Liam2023-04-021-8/+0
* Move to Clang Format 15Gravatar Levi Behunin2023-01-291-9/+11
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* common: intrusive_red_black_tree: Various updates.Gravatar bunnei2022-03-141-181/+210
* general: Update style to clang-format-12Gravatar ameerj2021-09-241-9/+8
* fixup! common: intrusive_red_black_tree: Disable static_assert that will not ...Gravatar bunnei2021-05-051-5/+0
* common: intrusive_red_black_tree: Disable static_assert that will not evaluat...Gravatar bunnei2021-05-051-0/+4
* common/tree: Convert defines over to templatesGravatar Lioncash2021-01-121-62/+37
* common/parent_of_member: Replace TYPED_STORAGE define with template aliasGravatar Lioncash2021-01-111-2/+2
* common: Introduce useful tree structures.Gravatar bunnei2021-01-111-0/+627