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-07
AK+Tests: Also test Checked<> with unsigned
Ben Wiederhake
2021-03-07
AK: Add optional fragment parameter to create_with_file_protocol()
speles
2021-03-05
AK: Implement IsEnum<T> and UnderlyingType<T> type traits
Brian Gianforcaro
2021-03-05
AK: Add a full memory barrier function based on atomic operations
Liav A
2021-03-04
AK: Simplify Bitmap and implement in terms of BitmapView
Andreas Kling
2021-03-04
AK: Add BitmapView class (like StringView but for bitmaps)
Andreas Kling
2021-03-04
HackStudio/LanguageServers: Move some components out of Cpp
AnotherTest
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
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
[next]