Andreas Kling
|
b06d2c04dc
|
CObject: Add a "name" property.
This will be useful for things like the VisualBuilder code generator.
|
2019-07-10 20:33:53 +02:00 |
|
Andreas Kling
|
c33766f039
|
LibCore: Tweak slightly-off error message in CProcessStatisticsReader.
|
2019-07-10 15:32:30 +02:00 |
|
Andreas Kling
|
01216f3c3f
|
Userland+LibCore: Use CProcessStatisticsReader to implement top.
Also tweaked CProcessStatisticsReader a bit to simplify the API.
|
2019-07-10 13:56:28 +02:00 |
|
Andreas Kling
|
0e75aba7c3
|
StringView: Rename characters() to characters_without_null_termination().
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 15:38:44 +02:00 |
|
Andreas Kling
|
56563cb305
|
CDirIterator: Fix another instance of StringView::characters() misuse.
|
2019-07-08 14:03:19 +02:00 |
|
Andreas Kling
|
8b0953a795
|
Libraries: Unbreak "make install" with new directory locations.
|
2019-07-04 16:41:42 +02:00 |
|
Andreas Kling
|
04b9dc2d30
|
Libraries: Create top level directory for libraries.
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
|
2019-07-04 16:16:50 +02:00 |
|