summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools/ConfigureComponents/main.cpp
AgeCommit message (Expand)Author
2023-04-09ConfigureComponents: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-04Lagom/ConfigureComponents: Run cmake command lastKarol Kosek
2022-12-14ConfigureComponents: Use `Core::Stream` to read output from `whiptail`Tim Schumacher
2022-12-08LibCore: Move `Core::Stream::File::exists()` to `Core::File`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-02ConfigureComponents: Reduce duplicated codeBen Wiederhake
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster