Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-28 | chore: add missing SPDX tags | Andrea Pappacoda | 1 | -25/+3 | |
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52 | |||||
2022-03-15 | common: tree: Various updates. | bunnei | 1 | -284/+341 | |
2021-05-21 | common: tree: Avoid a crash on nullptr dereference. | bunnei | 1 | -0/+11 | |
2021-05-12 | common: tree: Avoid a nullptr dereference. | bunnei | 1 | -1/+1 | |
2021-01-12 | common/tree: Convert defines over to templates | Lioncash | 1 | -530/+629 | |
Reworks the tree header to operate off of templates as opposed to a series of defines. This allows all tree facilities to obey namespacing rules, and also allows this code to be used within modules once compiler support is in place. This also gets rid to use a macro to define functions and structs for necessary data types. With templates, these will be generated when they're actually used, eliminating the need for the separate declaration. | |||||
2021-01-12 | common/tree: Remove unused splay tree defines | Lioncash | 1 | -249/+2 | |
Makes for less code to take care of. | |||||
2021-01-11 | common: Introduce useful tree structures. | bunnei | 1 | -0/+822 | |