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.h
Age
Commit message (
Expand
)
Author
2021-11-22
AK: Add LexicalPath::prepend()
Tim Schumacher
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
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-09-28
AK: Accept StringView in LexicalPath::join
Rodrigo Tobar
2021-06-30
AK: Use canonicalized_path in LexicalPath::relative_path
Max Wipfli
2021-06-30
AK: Add [[nodiscard]] to LexicalPath methods construction objects
Max Wipfli
2021-06-30
AK: Move path canonicalization into LexicalPath::canonicalized_path
Max Wipfli
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
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+Everywhere: Add and use static APIs for 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-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-02-20
AK: Add LexicalPath::relative_path
Itamar
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-10-09
AK: Add formatter for LexcialPath.
asynts
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev