Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
| | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
* | common: Reduce unused includes | ameerj | 2022-03-19 | 1 | -1/+0 |
| | |||||
* | parent_of_member: Make sign conversion explicit in OffsetOfImpl() | Lioncash | 2021-05-10 | 1 | -1/+2 |
| | | | | | Previously these conversions were implicit and causing quite a few warnings on clang. | ||||
* | common: parent_of_member: Fix build for OffsetOf(). | bunnei | 2021-05-06 | 1 | -4/+4 |
| | |||||
* | common/parent_of_member: Replace TYPED_STORAGE define with template alias | Lioncash | 2021-01-12 | 1 | -6/+8 |
| | | | | Provides the same construct, but makes it obey namespacing. | ||||
* | common: Introduce useful tree structures. | bunnei | 2021-01-11 | 1 | -0/+189 |