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
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
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-10
AK: Add begin() and end() to String and StringView
howar6hill
2020-03-08
AK: Move memory stuff (fast memcpy, etc) to a separate header
Andreas Kling
2020-03-02
AK: Move to_int(), to_uint() implementations to StringUtils (#1338)
howar6hill
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-02-22
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
Shannon Booth
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-01
AK: Always inline StringView(const char*)
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-29
AK: Add StringView::ends_with function
Shannon Booth
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-02
LibMarkdown: Handle CRLF line endings
Tommy Nguyen
2019-09-28
AK: Add a keep_empty argument to String[View]::substring{_view}
Sergey Bugaev
2019-09-13
StringView: Add starts_with method
MinusGix
2019-08-25
AK: Add StringView::hash()
Andreas Kling
2019-08-15
StringView: Add StringView::operator==(StringView)
Andreas Kling
2019-08-04
AK: Add StringView::to_int()
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-06-29
StringView: Make it easy to construct from a ByteBuffer.
Andreas Kling
2019-06-14
AK: Add more StringView utilities for making substrings.
Sergey Bugaev
2019-06-08
StringView: Store a StringImpl* rather than a String*.
Andreas Kling
2019-06-08
AK: Add String::operator==(const char*).
Andreas Kling
2019-06-07
StringView: operator==(const char*) needs to stop when the view ends.
Andreas Kling
2019-06-03
StringView: Make construction of String from a StringView containing a String...
Robin Burchell
[next]