summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2022-01-22Meta: Add JS_MODULE_DEBUG define flagdavidot
2022-01-22LibCore: Introduce BigEndianInputBitStreamkleines Filmröllchen
2022-01-21AK: Support setting with non copyable keys in HashMapIdan Horowitz
2022-01-19AK: Identify negative zero when parsing Json and represent with a doubleForLoveOfCats
2022-01-19AK: Add helper to convert an epoch time in seconds to a yearTimothy Flynn
2022-01-19AK: Put an empty new line between function definitions in AK::TimeTimothy Flynn
2022-01-19AK: Yield while waiting for another thread to create a strong refIdan Horowitz
2022-01-19AK: Yield while waiting for another thread to initialize a SingletonIdan Horowitz
2022-01-19AK: Fix erroneous move operators for SinglyLinkedListLucas CHOLLET
2022-01-18AK: Remove now-unused AK::UnicodeUtils methodsTimothy Flynn
2022-01-17AK: Make Utf8View constexpr-constructibleIdan Horowitz
2022-01-17LibGL+LibSoftGPU: Implement the stencil bufferJelle Raaijmakers
2022-01-16AK: Remove `kfree` definitionMichel Hermier
2022-01-16AK: Remove `kcalloc` definitionMichel Hermier
2022-01-16AK: Fix logic in String::operator>(const String&)Matt Jacobson
2022-01-16AK: Mark the error branch of the TRY() macro as unlikelyIdan Horowitz
2022-01-16AK: Explicitly name types in Iterator.hcreator1creeper1
2022-01-16AK: Make Vector more const-correct by using RemoveReference<T>creator1creeper1
2022-01-15AK: Add a constructor from Span for FixedArraycreator1creeper1
2022-01-15AK: Add a constructor from C-style arrays for FixedArraycreator1creeper1
2022-01-15AK: Explicitly define copy and assignment operator for SinglyLinkedListLucas CHOLLET
2022-01-14AK: Use appropriate types in AK::Time::from_timestamp factoryTimothy Flynn
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-14AK: Make Variant::visit() prefer overloads accepting T const& over T&Ali Mohammad Pur
2022-01-14AK+Everywhere: Make Variant::visit() respect the Variant's constnessAli Mohammad Pur
2022-01-13AK: Add ByteBuffer::{must_,}get_bytes_for_writing()sin-ack
2022-01-13AK: Use Error::from_errno in adopt_nonnull_own_or_enomemsin-ack
2022-01-13AK: Explain why FixedArray has no move assignmentkleines Filmröllchen
2022-01-13Tests: Test FixedArray completelykleines Filmröllchen
2022-01-13AK: Remove clear() from FixedArray and fixate its allocation guaranteeskleines Filmröllchen
2022-01-13AK: Disable NoAllocationGuard on Lagomkleines Filmröllchen
2022-01-12AK: Remove unnecessary null checks in RedBlackTreeAndreas Kling
2022-01-12AK: Implement StringView::for_each_split_viewBrian Gianforcaro
2022-01-12AK: Rewrite StringView::split_view(char..), using StringViewBrian Gianforcaro
2022-01-11AK: Add AK::Time factory method to construct from individual time fieldsTimothy Flynn
2022-01-11AK: Redeclare a few AK::Time helpers as constexprTimothy Flynn
2022-01-11AK+Kernel: Remove one_ref_left() footgunAndreas Kling
2022-01-11AK: Define a traits helper for case-insensitive StringView hashingTimothy Flynn
2022-01-11AK+LibC+LibPthread: Introduce NoAllocationGuardkleines Filmröllchen
2022-01-10LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_ifMarcus Nilsson
2022-01-09AK: Added human_readable_time() method for "unsaved changes" dialogsRafał Babiarz
2022-01-09AK/SIMD: Suppress psabi warnings and add explanatory commentStephan Unverwerth
2022-01-09AK: Add SIMDMath.h with vectorized version of math functionsStephan Unverwerth
2022-01-09AK: Add SIMDExtras.h with SIMD related functionsStephan Unverwerth
2022-01-09AK: Add ByteBuffer::append(char)Maciej
2022-01-08AK: Reorder functions in FixedArray so that mutable comes before constcreator1creeper1
2022-01-08AK: Reorder access in FixedArray so that m_size comes before m_elementscreator1creeper1
2022-01-08AK+Everywhere: Make FixedArray OOM-safecreator1creeper1
2022-01-08AK: Unbreak ref counting hooks in RefCountedAndreas Kling