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-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
2019-06-02
AK: Add implicit String -> StringView conversion
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-04-16
AK: Try to use StringViews more for substrings and splitting.
Andreas Kling
2019-04-15
AK: Add a StringView class.
Andreas Kling