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-21
AK/Format: Fix incorrectly non-inlined variable templates
Lenny Maiorani
2021-04-21
Everywhere: Remove redundant inline keyword with constexpr
Lenny Maiorani
2021-04-21
AK: Add unit tests to verify AK::InstrusiveList<T> holding RefPtr<T>
Brian Gianforcaro
2021-04-21
AK: Fix IntrusvieList::take_first/last() actually compile with RefPtr<T>
Brian Gianforcaro
2021-04-21
AK: Add some initial unit tests for AK::IntrusiveList
Brian Gianforcaro
2021-04-20
AK+Meta: Add a debug option for LibSQL
Timothy Flynn
2021-04-19
AK/Tests: Install test fixtures required for TestJSON
Leon Albrecht
2021-04-18
AK: Add default ports for Websockets to the URL class
DexesTTP
2021-04-18
AK/Hex: Cleanup implementation
Lenny Maiorani
2021-04-18
AK/Hex: Decode hex digit in constexpr context
Lenny Maiorani
2021-04-18
AK/Complex: C++20-compatible comparison operators
Lenny Maiorani
2021-04-18
Tests: Fix test-math expected values
Marco Biscaro
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-17
AK: Remove String-from-StringView optimization
Andreas Kling
2021-04-17
AK: Implement case-insensitive StringUtils::matches() without allocs
Andreas Kling
2021-04-17
AK: Make LexicalPath take String instead of StringView
Andreas Kling
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-16
AK: Avoid the unnecessarily confusing bunch of casts in IntrusiveList
AnotherTest
2021-04-16
AK: Add outln_if and warnln_if
Hendiadyoin1
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
[next]