Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This is a pretty trivial change so they're all batched together. | |||
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 | |
This let's CI detect when the changes include incorrect GML formatting. We now also print a message to make it obvious why CI failed. | |||
2022-02-13 | gml-format: Skip writing formatted GML to file if no changes were made | Idan Horowitz | |
This stops all GML files from appeared under the "Changes not staged for commit" section of the commit message comment due to the changed last-modified timestamp of the file. | |||
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 | |
Prefixes are very much a C thing which we don't need in C++. This commit moves all GML-related classes in LibGUI into the GUI::GML namespace, a change somewhat overdue. | |||
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 | |
...and make it an enum class so people don't omit "OpenMode". | |||
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 | |
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt * | |||
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling | |
Good-bye LogStream. Long live AK::Format! | |||
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling | |