index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
Lagom
/
Tools
/
ConfigureComponents
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-04-09
ConfigureComponents: Use `FileSystem` instead of `DeprecatedFile`
Cameron Youell
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-04
Lagom/ConfigureComponents: Run cmake command last
Karol Kosek
2022-12-14
ConfigureComponents: Use `Core::Stream` to read output from `whiptail`
Tim Schumacher
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-02
ConfigureComponents: Reduce duplicated code
Ben Wiederhake
2021-08-28
Everywhere: Move all host tools into the Lagom/Tools subdirectory
Andrew Kaster