summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro
2021-05-06AK: Implement printf fraction length specification for stringsAnotherTest
2021-05-05AK: Add a Variant<Ts...> implementationAli Mohammad Pur
2021-05-05AK: Export integer_sequence_generate_array()Ali Mohammad Pur
2021-05-05AK: Add min() and max() methods to Array<T, N>Ali Mohammad Pur
2021-05-04AK: Make LEB128 capable of reading into any typeAli Mohammad Pur
2021-05-04AK: Move the LEB128 logic to AK and make it usable with InputStreamAli Mohammad Pur
2021-05-04AK: Make DistinctNumeric constexpr-capableAli Mohammad Pur
2021-05-03AK: Silence -Wmaybe-uninitialized warningGunnar Beutner
2021-05-01AK: Move bijective-base-conversion into AK/StringTobias Christiansen
2021-04-29AK: Make dbgln log the thread IDGunnar Beutner
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29AK: Make AK::Vector expose allocation failures in APISahan Fernando
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-28AK: Guarantee a maximum stack depth for dual_pivot_quick_sortMart G
2021-04-28AK: Change pivot selection of dual_pivot_quick_sortMart G
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-26AK: Fix argument type for JsonArray::at and JsonArray::operator[]Gunnar Beutner
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25Tests: Remove 4chan catalog JSON from treesin-ack
2021-04-25AK: Add default constructor to SourceLocationBrian Gianforcaro
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-25Tests: Add environment variable for tests onlyAndrew Kaster
2021-04-25LibCpp: Convert ScopeLogger to use AK:SourceLocationBrian Gianforcaro
2021-04-25AK: Add a AK::Formatter implementation for AK::SourceLocationBrian Gianforcaro
2021-04-24AK: Add SourceLocation supportBrian Gianforcaro
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23Revert "AK: Remove virtual destructors from non-virtual classes"Idan Horowitz
2021-04-23AK: Remove virtual destructors from non-virtual classesLenny Maiorani
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22AK+Userland: Use mpfard@serenityos.org for my copyright headersAli Mohammad Pur
2021-04-22Everywhere: Use bgianf@serenityos.org for my copyright attributionBrian Gianforcaro
2021-04-22AK/GenericLexer: constexpr where possibleLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-22AK: Reenable the IntrusiveList<...NonnullRefPtr, ...> testsAli Mohammad Pur
2021-04-22AK: Make IntrusiveList work with NonnullRefPtr'sAli Mohammad Pur
2021-04-21AK: Remove String::format()Andreas Kling
2021-04-21AK: Decorate most of ByteBuffer with [[nodiscard]]Andreas Kling
2021-04-21AK: Decorate most of String's API's with [[nodiscard]]Andreas Kling
2021-04-21AK/Format: Compute TypeErasedParameter type and size at compile-timeLenny Maiorani
2021-04-21AK/Format: Fix incorrectly non-inlined variable templatesLenny Maiorani
2021-04-21Everywhere: Remove redundant inline keyword with constexprLenny Maiorani
2021-04-21AK: Add unit tests to verify AK::InstrusiveList<T> holding RefPtr<T>Brian Gianforcaro
2021-04-21AK: Fix IntrusvieList::take_first/last() actually compile with RefPtr<T>Brian Gianforcaro
2021-04-21AK: Add some initial unit tests for AK::IntrusiveListBrian Gianforcaro
2021-04-20AK+Meta: Add a debug option for LibSQLTimothy Flynn
2021-04-19AK/Tests: Install test fixtures required for TestJSONLeon Albrecht
2021-04-18AK: Add default ports for Websockets to the URL classDexesTTP
2021-04-18AK/Hex: Cleanup implementationLenny Maiorani