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
Age
Commit message (
Expand
)
Author
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
Change "retain" to "ref" in various comments.
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-19
Kernel+LibC: Make page fault crashes a bit more readable.
Andreas Kling
2019-06-19
AK: Add some convenient functions to JsonValue.
Andreas Kling
2019-06-18
printf: Support printing negative values with %f or %g.
Andreas Kling
2019-06-18
AK: Add IPv4Address(NetworkOrdered<dword>) constructor.
Andreas Kling
2019-06-18
AK: Move IPv4Address from Kernel/Net/ to AK/ since it's quite useful.
Andreas Kling
2019-06-18
printf: Treat %g as %f for now.
Andreas Kling
2019-06-18
AK: Rename JsonObject::to_string() and pals to serialized().
Andreas Kling
2019-06-18
AK: ScopeGuard.h needs StdLibExtras.h
Andreas Kling
2019-06-18
AK: Override StringImpl's operator delete to silence valgrind.
Andreas Kling
2019-06-18
AK: Fix leak in JsonValue::operator=(JsonValue&&).
Andreas Kling
2019-06-18
AK: Add JsonValue(const char*).
Andreas Kling
2019-06-18
AK: Add JsonValue(unsigned) ctor and as_string().
Andreas Kling
2019-06-18
AK: Including <AK/kstdio.h> should pull in <stdio.h> etc on host builds.
Andreas Kling
2019-06-18
AK: Make ASSERT_NOT_REACHED() work nicely in host builds.
Andreas Kling
2019-06-17
AK: Use a single StringBuilder throughout JSON serialization.
Andreas Kling
2019-06-17
AK: Add some classes for JSON encoding.
Andreas Kling
2019-06-15
AK: Make RetainPtr and Retained more friendly towards const pointers.
Andreas Kling
2019-06-15
AK/Tests: Test Queue<String> with large number of elements.
Andreas Kling
2019-06-15
AK: Add a simple Queue<T> class.
Andreas Kling
2019-06-14
PaintBrush: Speed up the bucket tool with smarter use of Vector.
Andreas Kling
2019-06-14
AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test.
Andreas Kling
2019-06-14
AK/Tests: Add some macros for testing.
Andreas Kling
2019-06-14
AK/Tests: Add a couple more String tests.
Andreas Kling
2019-06-14
AK: Massage it into building on my host system without breaking Serenity.
Andreas Kling
2019-06-14
AK: Add an extremely primitive unit test for String.
Andreas Kling
2019-06-14
AK: Add more StringView utilities for making substrings.
Sergey Bugaev
2019-06-14
AK: Fix nullptr dereference in String::matches().
Sergey Bugaev
2019-06-14
AK: Fix String::matches() with non-null-terminated StringViews.
Sergey Bugaev
2019-06-12
AK: Add find_first_{set,unset} and grow methods to Bitmap
Conrad Pankoff
2019-06-11
AK: Delete the Badge copy and move constructors.
Andreas Kling
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
Kernel: Tweak some String&& => const String&.
Andreas Kling
2019-06-07
StringView: operator==(const char*) needs to stop when the view ends.
Andreas Kling
2019-06-07
AK: Add IterationDecision.h.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
ELF: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-06-07
AK: Run clang-format on everything.
Andreas Kling
2019-06-07
LibGUI: Run clang-format on everything.
Andreas Kling
2019-06-07
AK: Rename printf.cpp to PrintfImplementation.h.
Andreas Kling
2019-06-07
AK: Add a ScopeGuard helper that invokes a callback when destroyed.
Andreas Kling
2019-06-06
AK: Make timeval_add() and timeval_sub() take references.
Andreas Kling
2019-06-04
AK: Add String::starts_with to match String::ends_with
Conrad Pankoff
[next]