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
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