index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
LexicalPath.cpp
Age
Commit message (
Expand
)
Author
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-06-30
AK: Use canonicalized_path in LexicalPath::relative_path
Max Wipfli
2021-06-30
AK: Move path canonicalization into LexicalPath::canonicalized_path
Max Wipfli
2021-06-30
AK: Make LexicalPath immutable
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
AK: Use east const style in LexicalPath.{cpp,h}
Max Wipfli
2021-05-27
LexicalPath: Reset dirname if it's empty
Tim Schumacher
2021-05-18
AK: Make LexicalPath handle relative paths correctly
Gunnar Beutner
2021-05-12
AK: Add LexicalPath::append and LexicalPath::join
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
AK: Make LexicalPath take String instead of StringView
Andreas Kling
2021-04-11
AK: Update LexicalPath::relative_path to work for '/' prefix
Tim Waterhouse
2021-02-20
AK: Add LexicalPath::relative_path
Itamar
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-07-15
LexicalPath: Simplify a loop
Nico Weber
2020-07-13
AK: Make LexicalPath keep everything before the last dot as title
Nico Weber
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev