index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2022-08-15
AK: Allow bit_cast to be used in constant evaluated context
davidot
2022-08-05
AK: Add human_readable_digital_time() helper
thankyouverycool
2022-08-05
AK: Suppress -Wunqualified-std-cast-call in the CLion IDE
Andreas Kling
2022-08-01
AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZE
Brian Gianforcaro
2022-07-31
AK: Fix usage of undefined variables
Filiph Sandström
2022-07-26
AK: VERIFY() the index is in bounds in StringView::operator[]
MacDue
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Linus Groh
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'
Linus Groh
2022-07-22
AK: Add FixedArray::fill_with
kleines Filmröllchen
2022-07-22
AK: Remove FixedArray::must_create_but_fixme_should_propagate_errors
kleines Filmröllchen
2022-07-21
Kernel+LibPartition: Move GUIDPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move MBRPartitionTable into LibPartition
Samuel Bowman
2022-07-19
AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmap
Daniel Bertalan
2022-07-19
AK: Port StackInfo to FreeBSD
Daniel Bertalan
2022-07-19
AK: Do not negate Pthread error codes for `strerror()`
Daniel Bertalan
2022-07-19
AK: Add support for building on Android with API version >= 30
Andrew Kaster
2022-07-15
AK: Add a helper to get the last split-group
Hendiadyoin1
2022-07-14
AK: Use the correct data types in bitap_bitwise()
Ali Mohammad Pur
2022-07-14
AK: Add Traits<ByteBuffer>::hash()
Linus Groh
2022-07-12
AK: Remove StringView(char const*) :^)
sin-ack
2022-07-12
AK+Userland+Tests: Remove URL(char const*) constructor
sin-ack
2022-07-12
AK: Remove String <-> char const* comparison operators
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
AK: Add string literal helpers to AK::SourceGenerator
sin-ack
2022-07-12
AK: Explicitly calculate length of char* when printing
sin-ack
2022-07-12
AK: Make CheckedFormatString pass the char array size to StringView
sin-ack
2022-07-10
AK: Treat empty string as invalid JSON
Luke Wilde
2022-07-10
LibGfx: Implement PNG filtering on write
Karol Kosek
2022-07-09
AK: Always check shift amount in LEB128 read functions
kleines Filmröllchen
2022-07-09
AK: Make VERIFY() work in MinSizeRel builds
Andreas Kling
2022-07-09
AK: Add equality operators to compare RefPtr to NonNullRefPtr
Allan Regush
2022-07-09
AK: Add comparison operators to NonnullRefPtr
Allan Regush
2022-07-09
AK: Add IPv4Address::netmask_from_cidr
Maciej
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-05
AK: Add an align_down_to power of two helper
Idan Horowitz
2022-07-04
AK: Add header for generic shorthands
FrHun
2022-07-04
AK: Add `nodiscard` attribute to Find functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to BitStream functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to BitCast functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to BinarySearch functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to BinaryHeap functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to Base64 functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to AnyOf functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to AllOf functions
Lenny Maiorani
2022-06-30
AK: Add AK::ceil(float) and AK::ceil_log2(integer)
MacDue
2022-06-27
AK: Perform a resize in ByteBuffer::get_bytes_for_writing()
Lucas CHOLLET
2022-06-26
AK: Recognize __CLION_IDE__ as well as __CLION_IDE_
Ali Mohammad Pur
[next]