1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 20:42:43 +00:00
serenity/Applications/FileManager
Robin Burchell 7bce096afd Take StringView in more places
We should work towards a pattern where we take StringView as function
arguments, and store String as member, to push the String construction
to the last possible moment.
2019-06-02 12:55:51 +02:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryView.cpp Take StringView in more places 2019-06-02 12:55:51 +02:00
DirectoryView.h Take StringView in more places 2019-06-02 12:55:51 +02:00
main.cpp Take StringView in more places 2019-06-02 12:55:51 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00