summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-03-07AK+Tests: Also test Checked<> with unsignedBen Wiederhake
2021-03-07AK: Add optional fragment parameter to create_with_file_protocol()speles
2021-03-05AK: Implement IsEnum<T> and UnderlyingType<T> type traitsBrian Gianforcaro
2021-03-05AK: Add a full memory barrier function based on atomic operationsLiav A
2021-03-04AK: Simplify Bitmap and implement in terms of BitmapViewAndreas Kling
2021-03-04AK: Add BitmapView class (like StringView but for bitmaps)Andreas Kling
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-03-04AK: Add Bitmap::is_null()Andreas Kling
2021-03-03AK+Kernel: Remove NO_DISCARD macro hackLinus Groh
2021-03-03AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATEBen Wiederhake
2021-03-03AK+LibM: Make EXPECT_CLOSE more useful during debuggingBen Wiederhake
2021-03-03AK: Fix OOO mistake in StackInfo.cppihsinme
2021-03-02AK: Make Time more usableBen Wiederhake
2021-03-02Kernel: Prevent using copy_from_user() for timespec/timevalBen Wiederhake
2021-03-02AK: Implement C++ 'Time' type for easier time-calculationsBen Wiederhake
2021-03-02AK: Remove unused templateBen Wiederhake
2021-03-02AK+Tests: Test Checked for main functionalityBen Wiederhake
2021-03-01AK/Lagom: Modify TestSuite to return how many tests failed from mainAndrew Kaster
2021-02-28Meta: Build AK and LibRegex tests in Lagom and for SerenityAndrew Kaster
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-27AK: Use Array iterator instead of indexing outside Array boundsAndreas Kling
2021-02-27AK: Always do bounds checking in Array::operator[]Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-24AK: Don't compare past '\0' in StringView::operator==(const char*)Andreas Kling
2021-02-24AK: Add support for AK::StringView literals with operator""svBrian Gianforcaro
2021-02-24AK: Rename {DBGLN_NO => ENABLE}_COMPILETIME_FORMAT_CHECKLinus Groh
2021-02-24AK: Make dbgln_if() avoid evaluating the arguments when disabledAnotherTest
2021-02-23Everywhere: Remove unused RELEASE_ASSERT macroAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23AK: Slap Optional with the ALWAYS_INLINE stickAndreas Kling
2021-02-23AK: Optimize StringView::operator==(const char*) a little bitAndreas Kling
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-02-23AK+Userland: Extend the compiletime format string check to other functionsAnotherTest
2021-02-23AK: Untangle TestSuite assertions a bitAnotherTest
2021-02-21AK: Add String{,Utils}::to_snakecase()Linus Groh
2021-02-21AK: Alter ByteBuffer to utilise memcmp.Ivan Hansgaard Hansen
2021-02-21AK: Do bounds checking (assertions) in Span::operator[]Andreas Kling
2021-02-21AK: Add an implementation of Array<T, Size>::fill(...)Brian Gianforcaro
2021-02-21AK: Add Span<T> constructor for arraysBrian Gianforcaro
2021-02-21AK: Add safe memset() wrapper to ByteBufferBrian Gianforcaro
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-20AK: Make Nonnull*PtrVector use size_t for indexesAndreas Kling
2021-02-20AK: Remove unused kprintf macroAndreas Kling
2021-02-20AK+LibC: Remove dbgprintf() :^)Andreas Kling
2021-02-20AK: Add LexicalPath::relative_pathItamar
2021-02-17AK: Publish all_of()Andreas Kling
2021-02-15AK: Mark Optional getters as [[nodiscard]]Brian Gianforcaro
2021-02-14LibCrypto: Make a better ASN.1 parserAnotherTest
2021-02-14AK: Make the Bitmap::size_in_bytes() member function publicAnotherTest