Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-24 | AK: Add missing Array.h include to CheckedFormatString.h | Daniel Bertalan |
2021-11-08 | AK: Don't define ENABLE_COMPILETIME_FORMAT_CHECK when parsed by CLion | Andreas Kling |
2021-08-03 | Everywhere: Make use of container version of all_of | Lenny Maiorani |
2021-06-01 | AK+Everywhere: Fix compiletime format parsing of replacement fields | Ali Mohammad Pur |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-10 | AK+Everywhere: Make StdLibExtras templates less wrapper-y | AnotherTest |
2021-02-24 | AK: Rename {DBGLN_NO => ENABLE}_COMPILETIME_FORMAT_CHECK | Linus Groh |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-23 | AK+Userland: Extend the compiletime format string check to other functions | AnotherTest |