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-09-16
AK: Define both `::nullptr_t` and `std::nullptr_t`
Tim Schumacher
2022-09-15
StringBuilder: Add try_append_repeated() and append_repeated()
Lucas CHOLLET
2022-09-09
AK: Warn when trying to set `@foo@` as a SourceGenerator key
Sam Atkins
2022-09-08
AK: Allow creating NonnullPtrVectors from an initializer list
Sam Atkins
2022-09-03
AK: Make Weakable non-atomic
Andreas Kling
2022-09-02
AK: Allow exponents in JSON double values
davidot
2022-08-30
AK: Add find_first_split_view() helper for StringView container
Liav A
2022-08-27
AK: Add `FloatingPoint.h`
Jelle Raaijmakers
2022-08-27
AK: Make empty FixedArray smaller
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
AK: Add Singleton special-case constructor for SpinlockProtected
kleines Filmröllchen
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
[next]