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
2020-02-27
AK: Expose SinglyLinkedListIterator constructor
William McPherson
2020-02-26
CircularQueue: Move construct a T object instead of copy constructing it
howar6hill
2020-02-25
AK: Have AK/kmalloc.h #include <new> on other platforms
Andreas Kling
2020-02-25
AK: Provide a ptr_hash(const void*) overload
Andreas Kling
2020-02-25
AK: Add ptr_hash to use int_hash or u64_hash depending on pointer size
joshua stein
2020-02-25
AK: Some more int => size_t in Bitmap
Andreas Kling
2020-02-25
AK: Make Queue use size_t for its size
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-25
AK, LibGfx, LibGUI: Initialize various variables to zero.
Emanuel Sprung
2020-02-24
AK: Zero-initialize the internal storage of Optional
Andreas Kling
2020-02-24
AK: Make Bitmap use size_t for its size
Andreas Kling
2020-02-24
AK: Make HashTable and HashMap use size_t for size and capacity
Andreas Kling
2020-02-22
AK: Add StringBuilder::is_empty()
Shannon Booth
2020-02-22
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
Shannon Booth
2020-02-21
Toolchain: Build demangling into LibC except during toolchain build
Andreas Kling
2020-02-20
AK: Use size_t for CircularQueue and CircularDeque
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-19
AK: Fix bug where "%s" with field width would print too many characters
Andreas Kling
2020-02-19
AK: Support "%.*s" in format strings
Andreas Kling
2020-02-19
AK: Use endianness flags to determine if conversion is necessary
Liav A
2020-02-18
Kernel: Use a FixedArray for a process's extra GIDs
Andreas Kling
2020-02-18
Kernel: Add placement new[] operator
Sergey Bugaev
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
2020-02-16
AK: Don't construct a String every time we LogStream<< a number
Andreas Kling
2020-02-16
AK: Fixed a typo in NeverDestroyed.h (#1228)
Kaif Mavani
2020-02-16
AK: Add HashMap, HashTable and Traits to Forward.h
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-16
AK: Add missing include in CircularQueue.h
Andreas Kling
2020-02-15
AK: Don't bring in LibBareMetal's kstdio.h in userspace
Andreas Kling
2020-02-15
AK: Make sure that Weakable always has the same memory layout
Andreas Kling
2020-02-15
AK: Fix broken #include statement
Andreas Kling
2020-02-15
AK: Add BufferStream to Forward.h
Andreas Kling
2020-02-15
AK: Add String starts_with(char) & ends_with(char)
Shannon Booth
2020-02-14
AK: Add Utf8View to Forward.h
Andreas Kling
2020-02-14
AK: Add LogStream and DebugLogStream to Forward.h
Andreas Kling
2020-02-14
AK: Add SharedBuffer to Forward.h
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-13
AK: Move escape_html_entities() from LibHTML to AK
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
AK: Apply changes for the Bootstrapper environment
Liav A
2020-02-09
AK: Make StringBuilder::to_string() non-destructive
Andreas Kling
2020-02-08
AK: Add JsonObjectSerializer::add(key, bool) overload
Andreas Kling
2020-02-08
AK: Make PrintfImplementation treat %lld as 64-bit
Andreas Kling
2020-02-08
AK: Add LogStream overloads for long and long long
Andreas Kling
2020-02-06
AK: Add some missing "inline" keywords in JsonObject.h
Andreas Kling
2020-02-06
AK: Add missing StdLibExtras.h include in Optional.h
Andreas Kling
2020-02-05
AK+IPCCompiler: Get rid of BufferStream overloads for size_t
Andreas Kling
2020-02-05
AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ull
Andreas Kling
[next]