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
2022-12-14
AK: Create relative path even if prefix is not an ancestor of the path
Poseydon42
2022-12-11
AK: Add LexicalPath::is_child_of
kleines Filmröllchen
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2021-11-22
AK: Add LexicalPath::prepend()
Tim Schumacher
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-10
AK: Implement a way to resolve relative paths lexically
Ben Wiederhake
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