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
/
StringImpl.h
Age
Commit message (
Expand
)
Author
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-11-29
AK: Export ShouldChomp::NoChomp too
AnotherTest
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-08
AK: Add formatter for StringImpl.
asynts
2020-10-05
AK: Move StringImpl::operator== implementation into StringImpl
Nico Weber
2020-08-24
AK: Document that String{,Impl} contains NUL-terminator
Ben Wiederhake
2020-08-06
AK: Add String constructor from ReadonlyBytes.
asynts
2020-07-27
AK: Add span() / bytes() methods to container types.
asynts
2020-04-13
AK: Let FlyString::hash() assume that the string was already hashed
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-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-09-13
Revert "AK: Made Strings reversible"
Andreas Kling
2019-09-13
AK: Made Strings reversible
Jesse Buhagiar
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-24
AK: Mark some helper things constexpr.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-20
AK: Make StringImpl a bit smaller.
Andreas Kling
2019-06-18
AK: Override StringImpl's operator delete to silence valgrind.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
AK: Run clang-format on everything.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-03-12
Kernel: Cache MAC<->IP mappings (from ARP responses) seen on the wire.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-06
Bootloader: Locate the kernel's data segment and clear it.
Andreas Kling
2018-12-28
Plug leaks in SynthFS::remove_file().
Andreas Kling
2018-12-21
Yet another pass of style fixes.
Andreas Kling
2018-11-09
Make kernel build with clang.
Andreas Kling
2018-11-07
Add a Chomp feature to String construction that removes a trailing newline.
Andreas Kling
2018-10-22
Oops, StringImpl's "the empty string" global was not always initialized.
Andreas Kling
2018-10-16
Reduce dependence on STL.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling