index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
CheckedFormatString.h
Age
Commit message (
Expand
)
Author
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-07-12
AK: Make CheckedFormatString pass the char array size to StringView
sin-ack
2022-06-26
AK: Recognize __CLION_IDE__ as well as __CLION_IDE_
Ali Mohammad Pur
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