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
/
expr.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Utilities: Use default constructors/destructors
Lenny Maiorani
2021-12-16
expr: Use StringView literals more (instead of raw C strings)
Kenneth Myhra
2021-12-16
expr: Port to LibMain
Kenneth Myhra
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-07-18
LibRegex+Everywhere: Make LibRegex more unicode-aware
Ali Mohammad Pur
2021-07-10
expr: Make Match expressions comply with POSIX
Ali Mohammad Pur
2021-07-10
expr: Use Basic Posix regular expressions
Ali Mohammad Pur
2021-07-09
Utilities: Fix return value of expr
Jean-Baptiste Boric
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Userland: Extend the compiletime format string check to other functions
AnotherTest
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling