summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-01-04AK: Add default memory order as template argument for Atomic<T>Tom
2021-01-04AK: Decorate RefCountedBase::try_ref with nodiscardTom
2021-01-03AK: Add String{,View}::is_whitespace()AnotherTest
2021-01-02AK: Use size_t in methods of Utf8View.asynts
2021-01-02AK: Remove redundant compare() functions.asynts
2021-01-02Piggyback: AK: Add formatter for std::nullptr_t.asynts
2021-01-01AK: Add Result<void, ErrorType> specialization, cleanupAndrew Kaster
2021-01-01AK: Add the UUID containerLiav A
2021-01-01AK: Deal with unsigned integers in binary search.asynts
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-31AK: Add missing 'template' keywords in TypeListLinus Groh
2020-12-31AK: Add operator* and operator-> overloads in Optional.asynts
2020-12-31AK: Fix some WeakPtr copy constructor variants not copying the linkTom
2020-12-31AK: Fix a race condition with WeakPtr<T>::strong_ref and destructionTom
2020-12-30AK+ProtocolServer: Properly close download stream fd'sAnotherTest
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-12-30AK: Add {Input,Output}FileStreamAnotherTest
2020-12-30AK: Add a ByteBuffer::copy(ReadonlyBytes) overloadAnotherTest
2020-12-30AK: Replace some SFINAE with requires clauses, clean up existing onesAndrew Kaster
2020-12-30AK: Move String::number entirely to header fileAndrew Kaster
2020-12-30AK: Add tests for type traits and IndexSequenceAndrew Kaster
2020-12-30AK: Add a TypeList class for expanded compile-time toolsAndrew Kaster
2020-12-30AK: Add IsArithmetic and IsFundamental type traitsAndrew Kaster
2020-12-30AK: Correct name in TestMain for TestTrieAndrew Kaster
2020-12-30AK: Use MacOS pthread_get_stacksize_np to get stack size for StackInfoAndrew Kaster
2020-12-30AK: Make binary_search signature more generic.asynts
2020-12-29AK: Add HashMap(std::initializer_list<Entry>) constructorLinus Groh
2020-12-29AK+Format: Accept unsigned long in replacement fields.asynts
2020-12-29AK: Allow trailing '*'s in a glob pattern to match nothingAnotherTest
2020-12-28LibGfx+AK: Make text elision work with multi-byte charactersAndreas Kling
2020-12-28AK: Enable AK::SharedBuffer for all platformsAndrew Kaster
2020-12-28AK/Userland: Use AK/Endian.h for portable byte swapping in ntpqueryAndrew Kaster
2020-12-28AK: Add CLOCK_*_COARSE aliases for darwin and BSD variantsAndrew Kaster
2020-12-27Kernel: Allow Userspace<T> pointers with invalid contentAndreas Kling
2020-12-27AK: Use direct-list-initialization for Vector::empend() (#4564)Nathan Lanza
2020-12-27LibJS: Implement (mostly) spec compliant version of Number.toString()Stephan Unverwerth
2020-12-27AK: Add NO_DISCARD macro to allow clang-format friendly class annotationsBrian Gianforcaro
2020-12-26AK: Fix busted Trie testAnotherTest
2020-12-26AK: Make AK::IsSame<T, U>::value a constexpr boolAnotherTest
2020-12-26AK: Add a prefix tree implementationAnotherTest
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-26LibC: Enable compiler warnings for printf format stringsSahan Fernando
2020-12-25AK: Remove custom %w format string specifierAndreas Kling
2020-12-25AK: Remove custom %b format string specifierAndreas Kling
2020-12-24CMake: Decouple cmake utility functions from top-level CMakeLists.txtLenny Maiorani
2020-12-23CMake: Remove file globbing in AK/TestsLenny Maiorani
2020-12-23Kernel: Don't assert on PT_PEEK with kernelspace addressAndreas Kling
2020-12-21AK: Make JsonParser::parse_number properly parse >32bit intsSahan Fernando
2020-12-21AK: Test StringUtils::convert_to_int for different typesSahan Fernando