summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2022-10-01AK: Fix naming conflict with compiler builtinDaniel Bertalan
2022-09-30AK: Fix a comment typoNico Weber
2022-09-29Lagom: Fix printf implementation on win32Diego Iastrubni
2022-09-29Lagom: Win32 support baby stepsDiego Iastrubni
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-28AK+Meta: Define a debug flag for LibTimeZoneTimothy Flynn
2022-09-27AK: Make ErrorOr::error() const and return a const referenceLucas CHOLLET
2022-09-27AK: Add StringView operator==(char)Lucas CHOLLET
2022-09-21Everywhere: Rename WrapperGenerator to BindingsGeneratorLinus Groh
2022-09-21AK+LibJS: Handle NaN-boxing pointers on AArch64Daniel Bertalan
2022-09-20AK: Fix bad parsing of some file:/// URLs with base URLAndreas Kling
2022-09-20AK: Do not require an allocated String for fuzzy matchingTimothy Flynn
2022-09-18AK: Move heavyweight fuzzy matching to own compilation unitBen Wiederhake
2022-09-16AK: Define both `::nullptr_t` and `std::nullptr_t`Tim Schumacher
2022-09-15StringBuilder: Add try_append_repeated() and append_repeated()Lucas CHOLLET
2022-09-09AK: Warn when trying to set `@foo@` as a SourceGenerator keySam Atkins
2022-09-08AK: Allow creating NonnullPtrVectors from an initializer listSam Atkins
2022-09-03AK: Make Weakable non-atomicAndreas Kling
2022-09-02AK: Allow exponents in JSON double valuesdavidot
2022-08-30AK: Add find_first_split_view() helper for StringView containerLiav A
2022-08-27AK: Add `FloatingPoint.h`Jelle Raaijmakers
2022-08-27AK: Make empty FixedArray smallerAndreas Kling
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-08-20AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernelAndreas Kling
2022-08-19AK: Add Singleton special-case constructor for SpinlockProtectedkleines Filmröllchen
2022-08-15AK: Allow bit_cast to be used in constant evaluated contextdavidot
2022-08-05AK: Add human_readable_digital_time() helperthankyouverycool
2022-08-05AK: Suppress -Wunqualified-std-cast-call in the CLion IDEAndreas Kling
2022-08-01AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZEBrian Gianforcaro
2022-07-31AK: Fix usage of undefined variablesFiliph Sandström
2022-07-26AK: VERIFY() the index is in bounds in StringView::operator[]MacDue
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'Linus Groh
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'Linus Groh
2022-07-22AK: Add FixedArray::fill_withkleines Filmröllchen
2022-07-22AK: Remove FixedArray::must_create_but_fixme_should_propagate_errorskleines Filmröllchen
2022-07-21Kernel+LibPartition: Move GUIDPartitionTable into LibPartitionSamuel Bowman
2022-07-21Kernel+LibPartition: Move MBRPartitionTable into LibPartitionSamuel Bowman
2022-07-19AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmapDaniel Bertalan
2022-07-19AK: Port StackInfo to FreeBSDDaniel Bertalan
2022-07-19AK: Do not negate Pthread error codes for `strerror()`Daniel Bertalan
2022-07-19AK: Add support for building on Android with API version >= 30Andrew Kaster
2022-07-15AK: Add a helper to get the last split-groupHendiadyoin1
2022-07-14AK: Use the correct data types in bitap_bitwise()Ali Mohammad Pur
2022-07-14AK: Add Traits<ByteBuffer>::hash()Linus Groh
2022-07-12AK: Remove StringView(char const*) :^)sin-ack
2022-07-12AK+Userland+Tests: Remove URL(char const*) constructorsin-ack
2022-07-12AK: Remove String <-> char const* comparison operatorssin-ack
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack