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-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
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-22
AK: Unbreak FileSystemPath after String::split() changes
Andreas Kling
2020-01-22
AK: Also add a keep_empty argument to String::split[_limit]()
Sergey Bugaev
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-20
AK: Allow clamp() with min==max
Andreas Kling
2020-01-20
Kernel+AK: Add/fix uintptr_t and intptr_t definitions
Andreas Kling
2020-01-20
AK: Add clamp() function
Shannon Booth
2020-01-19
AK: Add NonnullOwnPtr::swap() as well for symmetry
Andreas Kling
2020-01-19
Kernel: Optimize VM range deallocation a bit
Andreas Kling
2020-01-19
AK: Teach Vector::insert() to use memmove() for trivial types
Andreas Kling
2020-01-19
AK: Support '+' qualifier in printf() to force sign for positive %d's
Andreas Kling
2020-01-19
AK: Make it possible to swap() a NonnullRefPtr with itself
Andreas Kling
2020-01-19
AK: Add some missing "inline" keywords in StdLibExtras.h
Andreas Kling
2020-01-18
AK: NonnullRefPtr should allow assigning owner to ownee
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-15
AK: Add Vector::unstable_remove(index)
Andreas Kling
2020-01-14
AK: Fix String[View]::split_view() returning an extra empty part
Sergey Bugaev
2020-01-14
AK: Don't return null from String[View]::substring_view()
Sergey Bugaev
[next]