Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-10 | CObject: Add a "name" property. | Andreas Kling | |
This will be useful for things like the VisualBuilder code generator. | |||
2019-07-10 | LibCore: Tweak slightly-off error message in CProcessStatisticsReader. | Andreas Kling | |
2019-07-10 | Userland+LibCore: Use CProcessStatisticsReader to implement top. | Andreas Kling | |
Also tweaked CProcessStatisticsReader a bit to simplify the API. | |||
2019-07-08 | StringView: Rename characters() to characters_without_null_termination(). | Andreas Kling | |
This should make you think twice before trying to use the const char* from a StringView as if it's a null-terminated string. | |||
2019-07-08 | CDirIterator: Fix another instance of StringView::characters() misuse. | Andreas Kling | |
2019-07-04 | Libraries: Unbreak "make install" with new directory locations. | Andreas Kling | |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling | |
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/. |