summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2022-11-27AK: Fully qualify some usages of AK features outside of the AK namespaceTim Schumacher
2022-11-27AK: Export Details and Concepts into the AK namespaceTim Schumacher
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-26AK: Add contains_slow method to Stackcflip
2022-11-26AK: Fix double promotion error when using AK:ceil on floatsMacDue
2022-11-26Everywhere: Add support for compilation under emscriptenAli Mohammad Pur
2022-11-24AK: Add Utf8View::iterator_at_byte_offset_without_validation()Andreas Kling
2022-11-21AK: Define a convenience alias for a Function's return typeTimothy Flynn
2022-11-21AK: Fix memory corruption due to BumpAllocator mmap reuseAndreas Kling
2022-11-19AK: Return non-const types from Ptr class operatorsMacDue
2022-11-18AK: Add mutable accessors for JsonValue's as_array and as_objectTimothy Flynn
2022-11-18AK: Add JSON object/array for-each methods for fallible callbacksTimothy Flynn
2022-11-18AK: Add a concept for requiring that a function is fallibleTimothy Flynn
2022-11-17AK: Give DisjointChunks::m_chunks an inline capacity of 1Ali Mohammad Pur
2022-11-17AK: Add a fast path for DisjointChunks::spans()Ali Mohammad Pur
2022-11-17AK: Use TypedTransfer to move vector's inline bufferAli Mohammad Pur
2022-11-17AK: Mark Span<T> as trivialAli Mohammad Pur
2022-11-17AK: Allow DisjointChunks::spans to return a vector with inline capacityAli Mohammad Pur
2022-11-17AK: Align last bump allocated chunk's end offset to the type size tooAli Mohammad Pur
2022-11-13AK: Support taking JSON values out of a JSON arrayTimothy Flynn
2022-11-11AK: Add optional explicit cast to underlying type to DistinctNumericSam Atkins
2022-11-11AK+Everywhere: Replace DistinctNumeric bool parameters with named onesSam Atkins
2022-11-11AK: Don't crash in HashTable::clear_with_capacity on an empty tableZaggy1024
2022-11-10AK: Allow Variant::downcast<OtherVariantType>()Ali Mohammad Pur
2022-11-09Everywhere: Fix a few comment typosNico Weber
2022-11-08AK+LibIPC: Add a convenience encoder/decoder for JsonValueTimothy Flynn
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-05AK: Introduce fixed-width floating point types (f32, f64, f80 and f128)Dan Klishch
2022-11-03AK: Add static_assert to check for effective size of long doubleDan Klishch
2022-11-03AK: Add framework for a unified floating point to string conversionDan Klishch
2022-11-03AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.hDan Klishch
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-02AK: Add support for mlibc in URLDennis Bonke
2022-11-02AK: Add support for mlibc in LexicalPathDennis Bonke
2022-11-01AK: Use size_t for ByteBuffer offsetsTimothy Flynn
2022-11-01AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocketGunnar Beutner
2022-11-01AK+Kernel: Handle allocation failures in Device::try_make_requestGunnar Beutner
2022-11-01AK+Kernel: Don't allow allocations in AK::Function in kernel modeGunnar Beutner
2022-11-01AK: Allow destruction of JsonObjectSerializer objects after errorsGunnar Beutner
2022-10-31LibVideo: Add PlaybackManager to load and decode videosZaggy1024
2022-10-30AK+Meta: Add WEB_FETCH_DEBUG macroLinus Groh
2022-10-24AK: Add SplitBehavior::KeepTrailingSeparator with testsdemostanis
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-23AK: Make the JsonParser use the new double parser for numbersdavidot
2022-10-23AK: Add to_{double, float} convenience functions to all string typesdavidot
2022-10-23AK: Add an exact and fast hex float parsing algorithmdavidot
2022-10-23AK: Add an exact and fast floating point parsing algorithmdavidot
2022-10-23AK: Make truncating UFixedBigInts constexprdavidot
2022-10-20AK: Do not append string bytes as code points when title-casing a stringTimothy Flynn
2022-10-17Kernel/aarch64: Initialize TimeManagement in init.cppTimon Kruiper