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
/
StringView.h
Age
Commit message (
Expand
)
Author
2022-10-24
AK: Add SplitBehavior::KeepTrailingSeparator with tests
demostanis
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-23
AK: Add to_{double, float} convenience functions to all string types
davidot
2022-10-14
AK: Add StringView::find_last_not
Undefine
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-27
AK: Add StringView operator==(char)
Lucas CHOLLET
2022-08-30
AK: Add find_first_split_view() helper for StringView container
Liav A
2022-07-26
AK: VERIFY() the index is in bounds in StringView::operator[]
MacDue
2022-07-15
AK: Add a helper to get the last split-group
Hendiadyoin1
2022-07-12
AK: Remove StringView(char const*) :^)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-04-03
AK: Add `StringView::copy_characters_to_buffer()`
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-21
AK: Add a case insensitive of is_one_of to String[View]
Hendiadyoin1
2022-03-18
AK: Mark the StringView user-defined literal as consteval
Timothy Flynn
2022-02-16
AK: Exclude StringView String APIs from the Kernel
Idan Horowitz
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
2022-01-29
AK: Implement all comparison operators for StringView
Daniel Bertalan
2022-01-12
AK: Implement StringView::for_each_split_view
Brian Gianforcaro
2022-01-11
AK: Define a traits helper for case-insensitive StringView hashing
Timothy Flynn
2021-11-16
AK: Verify that we are not overreaching in StringView's substring_view()
Hendiadyoin1
2021-11-14
AK: Mark StringView::find_any_of() as const
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy readability-bool-conversion warnings
Andrew Kaster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
AK: Make String::count not use strstr and take a StringView
Idan Horowitz
2021-09-11
AK: Forbid creating StringView from temporary FlyString
Ben Wiederhake
2021-09-11
AK: Forbid creating StringView from temporary ByteBuffer
Ben Wiederhake
2021-09-04
AK+LibRegex: Disable construction of views from temporary Strings
Idan Horowitz
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-18
AK+Kernel: StringView hash map Traits should not set peek type to String
Brian Gianforcaro
2021-08-02
AK: Fix declaration of {String,StringView}::is_one_of
Timothy Flynn
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK: Implement StringView::find_all()
Max Wipfli
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
AK: Reimplement StringView::find methods in StringUtils
Max Wipfli
2021-07-02
AK: Implement StringView::to_{lower,upper}case_string
Max Wipfli
2021-06-27
AK: Make the constexpr StringView methods actually constexpr
Ali Mohammad Pur
2021-06-04
AK: Inline *String::is_one_of<Ts...>()
Ali Mohammad Pur
2021-06-01
AK: Add trim() method to String, StringView and StringUtils
Max Wipfli
2021-05-14
AK: Make StringView::hash() constexpr
Andreas Kling
2021-04-22
AK/GenericLexer: constexpr where possible
Lenny Maiorani
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
AK: Remove String-from-StringView optimization
Andreas Kling
2021-04-12
AK: Add a predicate variant of StringView::split_view
Timothy Flynn
2021-04-11
AK: Annotate StringView functions as [[nodiscard]]
Brian Gianforcaro
2021-02-24
AK: Don't compare past '\0' in StringView::operator==(const char*)
Andreas Kling
2021-02-24
AK: Add support for AK::StringView literals with operator""sv
Brian Gianforcaro
[next]