summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2021-04-18AK/Hex: Decode hex digit in constexpr contextLenny Maiorani
2021-04-18AK/Complex: C++20-compatible comparison operatorsLenny Maiorani
2021-04-18Tests: Fix test-math expected valuesMarco Biscaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-17AK: Remove String-from-StringView optimizationAndreas Kling
2021-04-17AK: Implement case-insensitive StringUtils::matches() without allocsAndreas Kling
2021-04-17AK: Make LexicalPath take String instead of StringViewAndreas Kling
2021-04-16AK+Kernel: Make IntrusiveList capable of holding non-raw pointersAnotherTest
2021-04-16AK: Avoid the unnecessarily confusing bunch of casts in IntrusiveListAnotherTest