summaryrefslogtreecommitdiff
path: root/AK/LexicalPath.h
AgeCommit message (Expand)Author
2022-12-11AK: Add LexicalPath::is_child_ofkleines Filmröllchen
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-02AK: Add support for mlibc in LexicalPathDennis Bonke
2021-11-22AK: Add LexicalPath::prepend()Tim Schumacher
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-10AK: Implement a way to resolve relative paths lexicallyBen Wiederhake
2021-09-28AK: Accept StringView in LexicalPath::joinRodrigo Tobar
2021-06-30AK: Use canonicalized_path in LexicalPath::relative_pathMax Wipfli
2021-06-30AK: Add [[nodiscard]] to LexicalPath methods construction objectsMax Wipfli
2021-06-30AK: Move path canonicalization into LexicalPath::canonicalized_pathMax Wipfli
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK: Make LexicalPath immutableMax Wipfli
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for 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-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-02-20AK: Add LexicalPath::relative_pathItamar
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-10-09AK: Add formatter for LexcialPath.asynts
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev