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-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro
2021-05-06
AK: Implement printf fraction length specification for strings
AnotherTest
2021-05-05
AK: Add a Variant<Ts...> implementation
Ali Mohammad Pur
2021-05-05
AK: Export integer_sequence_generate_array()
Ali Mohammad Pur
2021-05-05
AK: Add min() and max() methods to Array<T, N>
Ali Mohammad Pur
2021-05-04
AK: Make LEB128 capable of reading into any type
Ali Mohammad Pur
2021-05-04
AK: Move the LEB128 logic to AK and make it usable with InputStream
Ali Mohammad Pur
2021-05-04
AK: Make DistinctNumeric constexpr-capable
Ali Mohammad Pur
2021-05-03
AK: Silence -Wmaybe-uninitialized warning
Gunnar Beutner
2021-05-01
AK: Move bijective-base-conversion into AK/String
Tobias Christiansen
2021-04-29
AK: Make dbgln log the thread ID
Gunnar Beutner
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
AK: Make AK::Vector expose allocation failures in API
Sahan Fernando
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
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
[next]