| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-23 | UnitTests: Use `constexpr` | Dr. Dystopia | |
| 2024-08-22 | Add support for libfmt-11 | Alfred Wingate | |
| fmt::join was moved into fmt/ranges.h Signed-off-by: Alfred Wingate <parona@protonmail.com> | |||
| 2022-01-13 | Make all fmt::formatter constructors constexpr | Pokechu22 | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2021-03-06 | Create BitFieldArray | Pokechu22 | |
| 2021-03-06 | Add fmt support to BitField | Pokechu22 | |
| 2021-03-06 | Allow specifying StorageType for BitField | Pokechu22 | |
| This is useful for BitFields that are bools. | |||
| 2019-05-06 | Reformat repo to clang-format 7.0 rules | Techjar | |
| 2017-01-05 | specify custom brace style to fix unions | BhaaL | |
| BreakBeforeBraces: Allman apparently includes all styles, except for AfterUnion (which is false) when using clang-format -dump-config | |||
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2015-09-06 | General: Replace GC_ALIGN macros with alignas | Lioncash | |
| Standard supported alignment -> out with compiler-specific. | |||
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2014-09-01 | msvc: get UnitTests compiling | Shawn Hoffman | |
| Choose it from VS or pass /p:RunUnitTests=true to msbuild | |||
| 2014-08-07 | Fix more warnings from #579 | Tillmann Karras | |
| 2014-04-19 | BitFieldTest: fix warnings | Tillmann Karras | |
| 2014-04-14 | UnitTests: Add a test for BitField behavior on odd structure alignment. | Tony Wasserka | |
| 2014-03-25 | UnitTests: Add tests for BitField. | Tony Wasserka | |
