index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
test.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Use default StringView constructor over nullptr
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
test: Port to LibMain
Kenneth Myhra
2022-03-24
Utilities: Use default constructors/destructors
Lenny Maiorani
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-07-08
LibC+Utilities: Add `gnu::format` attributes
Daniel Bertalan
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
Userland/test: Handle '!' being used as a string
Ali Mohammad Pur
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling