Age | Commit message (Expand) | Author |
---|---|---|
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-15 | LogStream: Prefix userspace dbg() output with "ProcessName(PID): " | Andreas Kling |
2019-07-15 | LogStream: Add a simple-ish mechanism for colorizing and styling output. | Andreas Kling |
2019-07-08 | StringView: Rename characters() to characters_without_null_termination(). | Andreas Kling |
2019-07-08 | LogStream: Uninline some public functions so the linker can find them. | Andreas Kling |
2019-07-04 | AK: Move some of LogStream out of line & add overloads for smart pointers. | Andreas Kling |