summaryrefslogtreecommitdiff
path: root/AK/LexicalPath.cpp
AgeCommit message (Expand)Author
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-06-30AK: Use canonicalized_path in LexicalPath::relative_pathMax Wipfli
2021-06-30AK: Move path canonicalization into LexicalPath::canonicalized_pathMax Wipfli
2021-06-30AK: Make LexicalPath immutableMax Wipfli
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-30AK: Use east const style in LexicalPath.{cpp,h}Max Wipfli
2021-05-27LexicalPath: Reset dirname if it's emptyTim Schumacher
2021-05-18AK: Make LexicalPath handle relative paths correctlyGunnar Beutner
2021-05-12AK: Add LexicalPath::append and LexicalPath::joinsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17AK: Make LexicalPath take String instead of StringViewAndreas Kling
2021-04-11AK: Update LexicalPath::relative_path to work for '/' prefixTim Waterhouse
2021-02-20AK: Add LexicalPath::relative_pathItamar
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-07-15LexicalPath: Simplify a loopNico Weber
2020-07-13AK: Make LexicalPath keep everything before the last dot as titleNico Weber
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev