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-03-04
AK: Add Bitmap::is_null()
Andreas Kling
2021-03-03
AK+Kernel: Remove NO_DISCARD macro hack
Linus Groh
2021-03-03
AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE
Ben Wiederhake
2021-03-03
AK+LibM: Make EXPECT_CLOSE more useful during debugging
Ben Wiederhake
2021-03-03
AK: Fix OOO mistake in StackInfo.cpp
ihsinme
2021-03-02
AK: Make Time more usable
Ben Wiederhake
2021-03-02
Kernel: Prevent using copy_from_user() for timespec/timeval
Ben Wiederhake
2021-03-02
AK: Implement C++ 'Time' type for easier time-calculations
Ben Wiederhake
2021-03-02
AK: Remove unused template
Ben Wiederhake
2021-03-02
AK+Tests: Test Checked for main functionality
Ben Wiederhake
2021-03-01
AK/Lagom: Modify TestSuite to return how many tests failed from main
Andrew Kaster
2021-02-28
Meta: Build AK and LibRegex tests in Lagom and for Serenity
Andrew Kaster
2021-02-28
LibWeb: Add actual document loading for the CSS (at)import rule
Sviatoslav Peleshko
2021-02-27
AK: Use Array iterator instead of indexing outside Array bounds
Andreas Kling
2021-02-27
AK: Always do bounds checking in Array::operator[]
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-24
AK: Don't compare past '\0' in StringView::operator==(const char*)
Andreas Kling
2021-02-24
AK: Add support for AK::StringView literals with operator""sv
Brian Gianforcaro
2021-02-24
AK: Rename {DBGLN_NO => ENABLE}_COMPILETIME_FORMAT_CHECK
Linus Groh
2021-02-24
AK: Make dbgln_if() avoid evaluating the arguments when disabled
AnotherTest
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
[prev]
[next]