summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-02-01AK: Make single pivot quick_sort guarantee a max stack depth of log(n)Mart G
2021-01-31AK: Add URL::to_string_encoded()Linus Groh
2021-01-31AK: Add optional parameter for excluding chars to urlencode()Linus Groh
2021-01-31Vector: Correctly pass args to insert, insert_before_matching, prependLenny Maiorani
2021-01-31HashTable: Correctly pass args to setLenny Maiorani
2021-01-31CircularQueue: Correctly pass args to enqueueLenny Maiorani
2021-01-31CircularDeque: Correctly pass args to enqueueLenny Maiorani
2021-01-31Queue: Correctly pass args to enqueueLenny Maiorani
2021-01-31SinglyLinkedList: Correctly pass args to append, insert_before, insert_afterLenny Maiorani
2021-01-31SinglyLinkedListWithCount: Correctly pass args to append, insert_before, inse...Lenny Maiorani
2021-01-30AK: Allow Checked += Checked, and other such operationsAndreas Kling
2021-01-30LibGfx: Fix dynamic bitmasks in BMPsBen Wiederhake
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-28AK: Provide traits for DistinctNumeric<T>AnotherTest
2021-01-28Lagom+AK: Remove remains of clang -Wconsumed usageAndreas Kling
2021-01-27AK: Include the processor id in log messagesTom
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-23AK+Format: Add dmesgln() to replace klog().asynts
2021-01-23Everywhere: Deprecate dbg().asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22AK: Add set_debug_enabled method.asynts
2021-01-17AK: Add Vector::remove overload for removing entire rangesTom
2021-01-17Kernel: Add safe atomic functionsTom
2021-01-17LibGfx: Convert all the dbg() in BMPLoader to dbgln()Andreas Kling
2021-01-17AK: Make is<T>(input) use input.fast_is<T>() if availableAndreas Kling
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling