summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-02-13AK+Format: Don't cast to size_t when you want u64.Paul Scharnofske
2021-02-13Utilities: Make syscall(1) explain what it's doingBen Wiederhake
2021-02-12AK: Set DBGLN_NO_COMPILETIME_FORMAT_CHECK for any clang, not just < 12Linus Groh
2021-02-12Revert "AK: Fix build with Clang>=12"Linus Groh
2021-02-12AK: Remove operators && and || from DistinctNumericAndreas Kling
2021-02-12AK: Add formatter for DistinctNumericAndreas Kling
2021-02-12AK: Allow default-constructing DistinctNumericAndreas Kling
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP
2021-02-10AK: Make IsUnsigned<T> behave as you would expectAndreas Kling
2021-02-10AK: TypeCasts.h should include Assertions.hAndreas Kling
2021-02-10AK: Fix build with Clang>=12AnotherTest
2021-02-09AK: Use StringBuilder::appendff() instead of appendf()Andreas Kling
2021-02-08LibCpp: Include CPP_DEBUG in AK/Debug.hItamar
2021-02-08AK: Add dbgln() format checkingAnotherTest
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08AK: Add an iota_array() function that can generate an arrayAnotherTest
2021-02-08AK: Clean up includes around printf/vdbgprintfBen Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 4/4Ben Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 3/4Ben Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 2/4Ben Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 1/4Ben Wiederhake
2021-02-08Everywhere: Fix weird includesBen Wiederhake
2021-02-08AK: remove unused and uninteresting return valueBen Wiederhake
2021-02-07AK: Publish AK::any_of by defaultAndreas Kling
2021-02-05AK: Avoid UB in TypedTransferAndreas Kling
2021-02-04Make it possible to overwrite debug macros locally.asynts
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