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-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
2020-02-05
AK: Break String::number() overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
AK: Support 64-bit integers in BufferStream
joshua stein
2020-02-05
AK: Add support for 64-bit size_t
joshua stein
2020-02-03
AK: The <cxxabi.h> header is not available during Toolchain build
Andreas Kling
2020-02-02
AK: Turn demangling back on for userspace
Andreas Kling
2020-02-01
AK: #ifdef out the contents of SharedBuffer on other platforms
Andreas Kling
2020-02-01
AK: Always inline StringView(const char*)
Andreas Kling
2020-02-01
AK: Add some integer overloads to JsonObjectSerializer
Andreas Kling
2020-01-31
AK: Add FixedArray::data()
William McPherson
2020-01-26
Ext2FS: allocate_blocks allocates contiguous blocks (#1095)
Marios Prokopakis
2020-01-25
Build: Remove -fno-sized-deallocation -Wno-sized-deallocation
Andreas Kling
2020-01-25
AK: Vector::is_null() should always return false
Andreas Kling
2020-01-25
AK: Assert if trying to create a WeakPtr to an object being destroyed
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-24
AK: Use swap-based assignment in OwnPtr
Andreas Kling
[next]