Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|
asynts
|
c9ca897a45
|
LibCore: Use new format functions in some places.
|
2020-10-17 23:20:31 +02:00 |
|
asynts
|
a9f7b576a4
|
LibCore: Add missing .characters() for String::format.
|
2020-09-16 20:52:30 +02:00 |
|
asynts
|
3283f5bb5d
|
LibCore: Add find_executable_in_path.
|
2020-09-16 19:39:17 +02:00 |
|
Linus Groh
|
9dbab2d05e
|
Misc: Replace "String(string_view)" with "string_view.to_string()"
StringView::to_string() was added in 917ccb1 but not actually used
anywhere yet.
|
2020-05-06 19:28:59 +02:00 |
|
Shannon Booth
|
42399167b3
|
LibCore: Add DirIterator::next_full_path()
|
2020-02-16 02:19:22 +01:00 |
|
Shannon Booth
|
6764b77788
|
LibCore: Add SkipParentAndBaseDir flag in DirIterator
Sometimes we may want to iterate over dotfiles but not include the
parent or base directory
|
2020-02-15 11:40:05 +01:00 |
|
Shannon Booth
|
3879d75219
|
LibCore: Simplify some of DirIterator's code
The main changes are in advance_next() where we flatten some of the
nesting to improve readability
|
2020-02-15 11:40:05 +01:00 |
|
Andreas Kling
|
d17e23bd27
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
|