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-04-16
AK: Add type alias for AK::Optional
Timothy Flynn
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-16
AK: Fix incorrect formatter signing of numbers between -1.0 and 0.0
Matthew Olsson
2021-04-14
AK: Expose the decode_hex_digit helper
Idan Horowitz
2021-04-12
AK: Fix StringView::find_last_of for one-character views
Timothy Flynn
2021-04-12
AK: Add a predicate variant of StringView::split_view
Timothy Flynn
2021-04-12
AK: Implement IntrusiveRedBlackTree container
Idan Horowitz
2021-04-12
AK: Implement RedBlackTree container
Idan Horowitz
2021-04-11
AK: Update LexicalPath::relative_path to work for '/' prefix
Tim Waterhouse
2021-04-11
AK: Annotate StringBuilder functions as [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Annotate WeakPtr functions as [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Annotate Trie functions as [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Annotate StringView functions as [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Annotate IntrusiveList functions as [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Annotate HashTable functions as [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Make HashTable with capacity constructor explicit
Brian Gianforcaro
2021-04-11
AK: Annotate HashMap functions with [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Annotate DoublyLinkedList functions with [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Annotate Checked functions with [[nodiscard]]
Brian Gianforcaro
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-09
AK: Add BitmapView::set_range_and_verify_that_all_bits_flip()
Andreas Kling
2021-04-08
Format: Strip trailing zeroes from floating point values
Jelle Raaijmakers
2021-04-08
Tests: Merge duplicate TestFormat test into AK directory
Jelle Raaijmakers
2021-04-02
AK: Inline HashTable writing bucket lookup
thislooksfun
2021-04-02
AK: Inline the bucket index calculation
thislooksfun
2021-04-02
AK: Add tests for HashTable
thislooksfun
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-04-01
AK: Fix bogus return type of Result::release_error() (#6054)
vcollette
2021-03-28
AK: Add Signed/Unsigned concepts.
Michel Hermier
2021-03-28
AK: Add IsSigned conterpart to IsUnsigned.
Michel Hermier
2021-03-28
AK: Remove IsSigned<char> test as it is platform/compiler dependant.
Michel Hermier
2021-03-28
AK: Make Concepts.h and StdLibExtras.h properly alias their own sumbols.
Michel Hermier
2021-03-27
AK: Add complex number library
Cesar Torres
2021-03-26
AK: Allow assigning a value to a specific index in a JsonArray
Timothy Flynn
2021-03-25
AK: Add starts_with to Utf8View
Idan Horowitz
2021-03-25
AK: Add longer human readable size to string helper function
David Isaksson
2021-03-23
LibGUI: Remove one ancient GMENU_DEBUG debug log
Andreas Kling
2021-03-23
AK: Implement bit_cast
Oleg Sikorskiy
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-21
AK+LibC: Make %p specifier Architecture Independent
Hendiadyoin1
2021-03-21
AK: Fix integer_sequence_generate_array
Hendiadyoin1
2021-03-21
AK: Add a Ptr32 type to handle fixed sized pointers
Hendiadyoin1
2021-03-17
AK: Implement terabytes, petabytes, exabytes
Jean-Baptiste Boric
2021-03-17
AK: Add 64 bit methods to JsonValue
Jean-Baptiste Boric
2021-03-17
AK: Move move() into the "std" namespace
Andreas Kling
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-03-17
AK: Tests: TestURL: Add port_int_overflow_wrap test
Brendan Coles
2021-03-16
LibCompress+AK: Dont short-circuit error handling propagation
Idan Horowitz
2021-03-15
LibCompress+AK: Propagate error handling to wrapped streams
Idan Horowitz
2021-03-15
AK: Make ByteBuffer::slice(0, size()) a freebie
Andreas Kling
[next]