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
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
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK: Optimize StringView::operator==(const char*) a little bit
Andreas Kling
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-03
AK: Add String{,View}::is_whitespace()
AnotherTest
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
2020-11-07
AK: Remove duplicate begin()/end() methods
Nico Weber
2020-10-29
AK: Make String::matches() capable of reporting match positions too
AnotherTest
2020-10-29
AK: Add a `is_one_of()' to StringView
AnotherTest
2020-10-22
AK: Enhance String::contains to allow case-insensitive searches
Tom
2020-10-08
AK: Make StringView hashable
Matthew Olsson
2020-09-27
AK: Move trim_whitespace() into StringUtils and add it to StringView
AnotherTest
2020-09-21
AK: Add StringView::substring_view(size_t) overload.
asynts
2020-09-08
AK: Add generic SimpleIterator class to replace VectorIterator.
asynts
2020-08-20
AK: Add StringView(ReadonlyBytes) constructor.
asynts
2020-08-10
disasm: Insert symbol names in disassembly stream
Nico Weber
2020-08-01
AK: Add StringView::contains(StringView)
AnotherTest
2020-07-27
AK: Add span() / bytes() methods to container types.
asynts
2020-07-21
AK: Add case insensitive version of starts_with
Luke
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-07
AK: Add StringView::{begin,end} so we can range-for over StringViews
Andreas Kling
2020-05-30
AK: Make some StringView constructors constexpr
Andreas Kling
2020-05-28
AK: Add StringView::split_view() taking a StringView
AnotherTest
2020-05-26
AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends...
Brian Gianforcaro
2020-05-13
AK: Add StringView::equals_ignoring_case()
Linus Groh
2020-05-06
AK: Add to_string() method to StringView
Emanuel Sprung
2020-05-04
AK: Add StringView::find_first/last_of
Andrew Kaster
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-30
AK: Always inline trivial StringView constructors
Sergey Bugaev
2020-04-30
AK: Assert that we don't create StringViews of negative length
Sergey Bugaev
2020-04-17
AK: Add StringView::contains(char)
Stephan Unverwerth
2020-03-22
AK: Add FlyString::equals_ignoring_case(StringView)
Andreas Kling
[next]