summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12AK: Add string literal helpers to AK::SourceGeneratorsin-ack
2022-07-12AK: Explicitly calculate length of char* when printingsin-ack
2022-07-12AK: Make CheckedFormatString pass the char array size to StringViewsin-ack
2022-07-10AK: Treat empty string as invalid JSONLuke Wilde
2022-07-10LibGfx: Implement PNG filtering on writeKarol Kosek
2022-07-09AK: Always check shift amount in LEB128 read functionskleines Filmröllchen
2022-07-09AK: Make VERIFY() work in MinSizeRel buildsAndreas Kling
2022-07-09AK: Add equality operators to compare RefPtr to NonNullRefPtrAllan Regush
2022-07-09AK: Add comparison operators to NonnullRefPtrAllan Regush
2022-07-09AK: Add IPv4Address::netmask_from_cidrMaciej
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-05AK: Add an align_down_to power of two helperIdan Horowitz
2022-07-04AK: Add header for generic shorthandsFrHun
2022-07-04AK: Add `nodiscard` attribute to Find functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to BitStream functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to BitCast functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to BinarySearch functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to BinaryHeap functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to Base64 functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to AnyOf functionsLenny Maiorani
2022-07-04AK: Add `nodiscard` attribute to AllOf functionsLenny Maiorani
2022-06-30AK: Add AK::ceil(float) and AK::ceil_log2(integer)MacDue
2022-06-27AK: Perform a resize in ByteBuffer::get_bytes_for_writing()Lucas CHOLLET
2022-06-26AK: Recognize __CLION_IDE__ as well as __CLION_IDE_Ali Mohammad Pur