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-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-06
AK: Simplify JsonObject and JsonArray API a little bit
Andreas Kling
2020-03-04
AK: LogStream should handle being passed a null const char*
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
AK: Add support for Kernel Log Stream
Liav A
2020-03-02
Meta: Adjust some copyright dates by Fei Wu
Andreas Kling
2020-03-02
AK: Add missing copyright headers to StringUtils.{cpp,h}
Andreas Kling
2020-03-02
AK: Move to_int(), to_uint() implementations to StringUtils (#1338)
howar6hill
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-03-02
AK: Add enqueue_begin() for the CircularDeque class (#1320)
howar6hill
2020-03-02
AK: Remove superfluous explicit in Bitmap (#1337)
howar6hill
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-28
Kernel: Merge the shbuf_get_size() syscall into shbuf_get()
Andreas Kling
2020-02-28
LibC: Move shbuf_* API's to <serenity.h>
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-27
Tests: Fix a typo inTestRefPtr
howar6hill
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
[next]