summaryrefslogtreecommitdiff
path: root/Userland/Utilities/gml-format.cpp
AgeCommit message (Expand)Author
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19gml-format: Port to Core::StreamSam Atkins
2022-10-10Userland: Remove unecessary uses of __serenity__ macroAndrew Kaster
2022-04-11Utilities: Read positional arguments as Strings not char*sSam Atkins
2022-04-03Utilities: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-19gml-format: Exit with non-0 exit code when the file formatting changesIdan Horowitz
2022-02-13gml-format: Skip writing formatted GML to file if no changes were madeIdan Horowitz
2022-02-13gml-format+Playground: Print GML parsing error on formatting failureIdan Horowitz
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-01-14gml-format: Port to LibMainLucas CHOLLET
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling