summaryrefslogtreecommitdiff
path: root/AK/LexicalPath.cpp
AgeCommit message (Expand)Author
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