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-28
AK: Guarantee a maximum stack depth for dual_pivot_quick_sort
Mart G
2021-04-28
AK: Change pivot selection of dual_pivot_quick_sort
Mart G
2021-04-27
Userland: Move non-standard math constants from math.h
Jean-Baptiste Boric
2021-04-26
AK: Fix argument type for JsonArray::at and JsonArray::operator[]
Gunnar Beutner
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
Tests: Remove 4chan catalog JSON from tree
sin-ack
2021-04-25
AK: Add default constructor to SourceLocation
Brian Gianforcaro
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-25
Tests: Add environment variable for tests only
Andrew Kaster
2021-04-25
LibCpp: Convert ScopeLogger to use AK:SourceLocation
Brian Gianforcaro
2021-04-25
AK: Add a AK::Formatter implementation for AK::SourceLocation
Brian Gianforcaro
2021-04-24
AK: Add SourceLocation support
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
Revert "AK: Remove virtual destructors from non-virtual classes"
Idan Horowitz
2021-04-23
AK: Remove virtual destructors from non-virtual classes
Lenny Maiorani
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
Everywhere: Use bgianf@serenityos.org for my copyright attribution
Brian Gianforcaro
2021-04-22
AK/GenericLexer: constexpr where possible
Lenny Maiorani
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-22
AK: Reenable the IntrusiveList<...NonnullRefPtr, ...> tests
Ali Mohammad Pur
2021-04-22
AK: Make IntrusiveList work with NonnullRefPtr's
Ali Mohammad Pur
2021-04-21
AK: Remove String::format()
Andreas Kling
2021-04-21
AK: Decorate most of ByteBuffer with [[nodiscard]]
Andreas Kling
2021-04-21
AK: Decorate most of String's API's with [[nodiscard]]
Andreas Kling
2021-04-21
AK/Format: Compute TypeErasedParameter type and size at compile-time
Lenny Maiorani
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
[prev]
[next]