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
2021-02-23
Everywhere: Remove unused RELEASE_ASSERT macro
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK: Slap Optional with the ALWAYS_INLINE stick
Andreas Kling
2021-02-23
AK: Optimize StringView::operator==(const char*) a little bit
Andreas Kling
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-02-23
AK+Userland: Extend the compiletime format string check to other functions
AnotherTest
2021-02-23
AK: Untangle TestSuite assertions a bit
AnotherTest
2021-02-21
AK: Add String{,Utils}::to_snakecase()
Linus Groh
2021-02-21
AK: Alter ByteBuffer to utilise memcmp.
Ivan Hansgaard Hansen
2021-02-21
AK: Do bounds checking (assertions) in Span::operator[]
Andreas Kling
2021-02-21
AK: Add an implementation of Array<T, Size>::fill(...)
Brian Gianforcaro
2021-02-21
AK: Add Span<T> constructor for arrays
Brian Gianforcaro
2021-02-21
AK: Add safe memset() wrapper to ByteBuffer
Brian Gianforcaro
2021-02-20
LibLine: Avoid refreshing the entire line when inserting at the end
AnotherTest
2021-02-20
AK: Make Nonnull*PtrVector use size_t for indexes
Andreas Kling
2021-02-20
AK: Remove unused kprintf macro
Andreas Kling
2021-02-20
AK+LibC: Remove dbgprintf() :^)
Andreas Kling
2021-02-20
AK: Add LexicalPath::relative_path
Itamar
2021-02-17
AK: Publish all_of()
Andreas Kling
2021-02-15
AK: Mark Optional getters as [[nodiscard]]
Brian Gianforcaro
2021-02-14
LibCrypto: Make a better ASN.1 parser
AnotherTest
2021-02-14
AK: Make the Bitmap::size_in_bytes() member function public
AnotherTest
2021-02-13
AK+Format: Don't cast to size_t when you want u64.
Paul Scharnofske
2021-02-13
Utilities: Make syscall(1) explain what it's doing
Ben Wiederhake
2021-02-12
AK: Set DBGLN_NO_COMPILETIME_FORMAT_CHECK for any clang, not just < 12
Linus Groh
2021-02-12
Revert "AK: Fix build with Clang>=12"
Linus Groh
2021-02-12
AK: Remove operators && and || from DistinctNumeric
Andreas Kling
2021-02-12
AK: Add formatter for DistinctNumeric
Andreas Kling
2021-02-12
AK: Allow default-constructing DistinctNumeric
Andreas Kling
2021-02-11
LibCore: Added FileWatcher, a binding for the watch_file syscall
DexesTTP
2021-02-10
AK: Make IsUnsigned<T> behave as you would expect
Andreas Kling
2021-02-10
AK: TypeCasts.h should include Assertions.h
Andreas Kling
2021-02-10
AK: Fix build with Clang>=12
AnotherTest
2021-02-09
AK: Use StringBuilder::appendff() instead of appendf()
Andreas Kling
2021-02-08
LibCpp: Include CPP_DEBUG in AK/Debug.h
Itamar
2021-02-08
AK: Add dbgln() format checking
AnotherTest
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
AK: Add an iota_array() function that can generate an array
AnotherTest
2021-02-08
AK: Clean up includes around printf/vdbgprintf
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 4/4
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 3/4
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 2/4
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 1/4
Ben Wiederhake
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-02-08
AK: remove unused and uninteresting return value
Ben Wiederhake
2021-02-07
AK: Publish AK::any_of by default
Andreas Kling
2021-02-05
AK: Avoid UB in TypedTransfer
Andreas Kling
2021-02-04
Make it possible to overwrite debug macros locally.
asynts
2021-02-01
AK: Make single pivot quick_sort guarantee a max stack depth of log(n)
Mart G
2021-01-31
AK: Add URL::to_string_encoded()
Linus Groh
[next]