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
/
gml-format.cpp
Age
Commit message (
Expand
)
Author
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
gml-format: Port to Core::Stream
Sam Atkins
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-03
Utilities: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-19
gml-format: Exit with non-0 exit code when the file formatting changes
Idan Horowitz
2022-02-13
gml-format: Skip writing formatted GML to file if no changes were made
Idan Horowitz
2022-02-13
gml-format+Playground: Print GML parsing error on formatting failure
Idan Horowitz
2022-02-07
LibGUI: Remove GML prefix in favor of proper namespace
kleines Filmröllchen
2022-01-14
gml-format: Port to LibMain
Lucas CHOLLET
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
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-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling