summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-04-02AK: Inline HashTable writing bucket lookupthislooksfun
2021-04-02AK: Inline the bucket index calculationthislooksfun
2021-04-02AK: Add tests for HashTablethislooksfun
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-04-01AK: Fix bogus return type of Result::release_error() (#6054)vcollette
2021-03-28AK: Add Signed/Unsigned concepts.Michel Hermier
2021-03-28AK: Add IsSigned conterpart to IsUnsigned.Michel Hermier
2021-03-28AK: Remove IsSigned<char> test as it is platform/compiler dependant.Michel Hermier
2021-03-28AK: Make Concepts.h and StdLibExtras.h properly alias their own sumbols.Michel Hermier
2021-03-27AK: Add complex number libraryCesar Torres
2021-03-26AK: Allow assigning a value to a specific index in a JsonArrayTimothy Flynn
2021-03-25AK: Add starts_with to Utf8ViewIdan Horowitz
2021-03-25AK: Add longer human readable size to string helper functionDavid Isaksson
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-23AK: Implement bit_castOleg Sikorskiy
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-03-21AK+LibC: Make %p specifier Architecture IndependentHendiadyoin1
2021-03-21AK: Fix integer_sequence_generate_arrayHendiadyoin1
2021-03-21AK: Add a Ptr32 type to handle fixed sized pointersHendiadyoin1
2021-03-17AK: Implement terabytes, petabytes, exabytesJean-Baptiste Boric
2021-03-17AK: Add 64 bit methods to JsonValueJean-Baptiste Boric
2021-03-17AK: Move move() into the "std" namespaceAndreas Kling
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-17AK: Tests: TestURL: Add port_int_overflow_wrap testBrendan Coles
2021-03-16LibCompress+AK: Dont short-circuit error handling propagationIdan Horowitz
2021-03-15LibCompress+AK: Propagate error handling to wrapped streamsIdan Horowitz
2021-03-15AK: Make ByteBuffer::slice(0, size()) a freebieAndreas Kling
2021-03-13AK: Add fast paths for aligned bit writes in BitOutputStreamIdan Horowitz
2021-03-13AK: Store BinaryHeap key-value pairs together for efficient swapsIdan Horowitz
2021-03-13AK: Implement minimum BinaryHeapIdan Horowitz
2021-03-13AK: Add OutputBitStream classIdan Horowitz
2021-03-13AK: Fix some overflows/underflows that weren't properly handledBen Wiederhake
2021-03-13AK: Add decrement operator to CheckedTom
2021-03-12AK+LibCore: Remove empty filesAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-11AK: Add basic const iteration to IntrusiveListAndreas Kling
2021-03-09AK: Add Formatter for RefPtrAndreas Kling
2021-03-09AK: Include Assertions.h in StdLibExtras.hMițca Dumitru
2021-03-08AK: Add AK_ENUM_BITWISE_OPERATORS(..) to enable type-safe enum bitwise operat...Brian Gianforcaro
2021-03-08AK: Take advantage of constexpr in Time and add time conversion methodsTom
2021-03-08AK: Initialize the AK::Time membersTom
2021-03-08AK: JsonObject::value_or() fallback value should be a const referenceAndreas Kling
2021-03-07AK+Tests: Also test Checked<> with unsignedBen Wiederhake
2021-03-07AK: Add optional fragment parameter to create_with_file_protocol()speles
2021-03-05AK: Implement IsEnum<T> and UnderlyingType<T> type traitsBrian Gianforcaro
2021-03-05AK: Add a full memory barrier function based on atomic operationsLiav A
2021-03-04AK: Simplify Bitmap and implement in terms of BitmapViewAndreas Kling
2021-03-04AK: Add BitmapView class (like StringView but for bitmaps)Andreas Kling
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson