| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change ↵ | 1 | -4/+4 | ||
| constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | |||||
| 2023-02-14 | add static lifetime to constexpr values to force compile time evaluation ↵ | 1 | -4/+4 | ||
| where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||||
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | 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. | |||||
| 2021-02-18 | common: Add implementation of TinyMT (Mersenne Twister RNG). | 1 | -0/+250 | ||