| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-10 | C++20: Synthesize `operator!=` From `operator==` | mitaclaw | |
| The inequality operator is automatically generated by the compiler if `operator==` is defined. | |||
| 2021-12-10 | Treewide: Adjust order of includes | 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. | |||
| 2020-05-02 | Remove redundant Config prefix from ConfigInfo/ConfigLocation | Léo Lam | |
| Both structs are already in the Config namespace. | |||
| 2019-05-06 | Reformat repo to clang-format 7.0 rules | Techjar | |
| 2017-11-15 | ConfigInfo: Switch to doing case-insensitive comparison | MerryMage | |
| 2017-11-15 | Config: Extract ConfigInfo into own header | MerryMage | |
