Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 1 | -4/+4 |
2023-02-14 | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 1 | -4/+4 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2021-02-19 | common: Add implementation of TinyMT (Mersenne Twister RNG). | bunnei | 1 | -0/+250 |