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
2021-06-19
LibCoreDump: Include source locations of inlined functions in backtrace
Itamar
2021-06-19
AK: Add RedBlackTree::find_largest_not_above_iterator
Itamar
2021-06-18
AK: Add a way to disable the trimming of whitespace in to_*int
sin-ack
2021-06-17
AK: Add a :hex-dump mode to AK::Format
Ali Mohammad Pur
2021-06-17
Meta: Add support for declaring components
Gunnar Beutner
2021-06-16
AK: Add the Utf8View::{contains, trim} helper methods
Idan Horowitz
2021-06-16
AK: Remove now unused InlineLinkedList class
Brian Gianforcaro
2021-06-16
AK+Tests: Add IntrusiveList<T,...>::insert_before(..) method
Brian Gianforcaro
2021-06-16
AK: Use IntrusiveList::remove() in the IntrusiveList::prepend() prolog
Brian Gianforcaro
2021-06-15
AK: Add support for removing SinglyLinkedList nodes during iteration
Idan Horowitz
2021-06-15
AK: Add a missing `using AK::OrderedHashMap` statement
Idan Horowitz
2021-06-15
AK: Add Ordering support to HashTable and HashMap
Hediadyoin1
2021-06-15
AK: Add a function that casts an enum to its underlying type
Ali Mohammad Pur
2021-06-13
AK: Add FlyString::from_fly_impl()
Andreas Kling
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-06-12
AK: Add ByteBuffer::append(ReadonlyBytes)
Matthew Olsson
2021-06-12
AK: Make Ptr32 more transparent
Hediadyoin1
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-11
AK: Make NonnullRefPtrVector constructible from Vector<NonnullRefPtr>
Ali Mohammad Pur
2021-06-09
AK: Make Vector::take_last() ALWAYS_INLINE
Ali Mohammad Pur
2021-06-09
AK: Make a bunch of Variant methods ALWAYS_INLINE
Ali Mohammad Pur
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-06-09
AK: Implement IPv4Address::to_string_reversed()
Max Wipfli
2021-06-09
AK: Allow changing the HashTable behaviour for sets on existing entries
Idan Horowitz
2021-06-08
AK: Make Vector capable of holding reference types
Ali Mohammad Pur
2021-06-08
AK: Switch to east const in Vector.h
Ali Mohammad Pur
2021-06-08
AK: Reorder Vector methods to place similar methods next to each other
Ali Mohammad Pur
2021-06-08
AK: Rename Vector::{value_type => ValueType}
Ali Mohammad Pur
2021-06-08
AK: Don't create Utf8View from temporary String in URLParser
Max Wipfli
2021-06-08
AK: Utf8CodePointIterator: Don't output full string to debug output
Max Wipfli
2021-06-08
LibC+AK: Remove our custom macros from <assert.h>
Gunnar Beutner
2021-06-08
AK: Add children() accessor to Trie
Max Wipfli
2021-06-07
LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)
Andreas Kling
2021-06-07
AK: Add IntrusiveList::size_slow() to match InlineLinkedList
Brian Gianforcaro
2021-06-06
LibVideo: Scaffold LibVideo and implement simplistic Matroska parser
FalseHonesty
2021-06-06
Revert "Revert "AK: Always inline FlyString::view()""
Linus Groh
2021-06-06
Revert "AK: Always inline FlyString::view()"
Linus Groh
2021-06-06
AK: Add the parse_ascii_base36_digit method
Idan Horowitz
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
AK: Always inline FlyString::view()
Andreas Kling
2021-06-05
AK: Stop using U+0000 as end of file code point in URL parser
Max Wipfli
2021-06-05
AK: Make debugging URLParser easier
Max Wipfli
2021-06-05
AK: Do not trim away non-ASCII bytes when parsing URL
Max Wipfli
2021-06-05
AK: Update URLParser.{cpp,h} to use east const
Max Wipfli
2021-06-04
AK: Verify that functions aren't modified while they're being invoked
Gunnar Beutner
2021-06-04
AK: Allow deferring clear() for the Function class
Gunnar Beutner
2021-06-04
AK: Inline *String::is_one_of<Ts...>()
Ali Mohammad Pur
2021-06-04
AK: Donβt drop lines between \r and \n in StringView::lines() (#7662)
R Smith
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
[next]