Age | Commit message (Expand) | Author |
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 |
2021-02-13 | AK+Format: Don't cast to size_t when you want u64. | Paul Scharnofske |
2021-02-13 | Utilities: Make syscall(1) explain what it's doing | Ben Wiederhake |
2021-02-12 | AK: Set DBGLN_NO_COMPILETIME_FORMAT_CHECK for any clang, not just < 12 | Linus Groh |
2021-02-12 | Revert "AK: Fix build with Clang>=12" | Linus Groh |
2021-02-12 | AK: Remove operators && and || from DistinctNumeric | Andreas Kling |
2021-02-12 | AK: Add formatter for DistinctNumeric | Andreas Kling |
2021-02-12 | AK: Allow default-constructing DistinctNumeric | Andreas Kling |
2021-02-11 | LibCore: Added FileWatcher, a binding for the watch_file syscall | DexesTTP |
2021-02-10 | AK: Make IsUnsigned<T> behave as you would expect | Andreas Kling |
2021-02-10 | AK: TypeCasts.h should include Assertions.h | Andreas Kling |
2021-02-10 | AK: Fix build with Clang>=12 | AnotherTest |
2021-02-09 | AK: Use StringBuilder::appendff() instead of appendf() | Andreas Kling |
2021-02-08 | LibCpp: Include CPP_DEBUG in AK/Debug.h | Itamar |
2021-02-08 | AK: Add dbgln() format checking | AnotherTest |
2021-02-08 | Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) | AnotherTest |
2021-02-08 | AK: Add an iota_array() function that can generate an array | AnotherTest |
2021-02-08 | AK: Clean up includes around printf/vdbgprintf | Ben Wiederhake |
2021-02-08 | Everywhere: Remove unnecessary headers 4/4 | Ben Wiederhake |
2021-02-08 | Everywhere: Remove unnecessary headers 3/4 | Ben Wiederhake |
2021-02-08 | Everywhere: Remove unnecessary headers 2/4 | Ben Wiederhake |
2021-02-08 | Everywhere: Remove unnecessary headers 1/4 | Ben Wiederhake |
2021-02-08 | Everywhere: Fix weird includes | Ben Wiederhake |
2021-02-08 | AK: remove unused and uninteresting return value | Ben Wiederhake |
2021-02-07 | AK: Publish AK::any_of by default | Andreas Kling |
2021-02-05 | AK: Avoid UB in TypedTransfer | Andreas Kling |
2021-02-04 | Make it possible to overwrite debug macros locally. | asynts |
2021-02-01 | AK: Make single pivot quick_sort guarantee a max stack depth of log(n) | Mart G |
2021-01-31 | AK: Add URL::to_string_encoded() | Linus Groh |
2021-01-31 | AK: Add optional parameter for excluding chars to urlencode() | Linus Groh |
2021-01-31 | Vector: Correctly pass args to insert, insert_before_matching, prepend | Lenny Maiorani |
2021-01-31 | HashTable: Correctly pass args to set | Lenny Maiorani |
2021-01-31 | CircularQueue: Correctly pass args to enqueue | Lenny Maiorani |
2021-01-31 | CircularDeque: Correctly pass args to enqueue | Lenny Maiorani |
2021-01-31 | Queue: Correctly pass args to enqueue | Lenny Maiorani |
2021-01-31 | SinglyLinkedList: Correctly pass args to append, insert_before, insert_after | Lenny Maiorani |
2021-01-31 | SinglyLinkedListWithCount: Correctly pass args to append, insert_before, inse... | Lenny Maiorani |
2021-01-30 | AK: Allow Checked += Checked, and other such operations | Andreas Kling |
2021-01-30 | LibGfx: Fix dynamic bitmasks in BMPs | Ben Wiederhake |
2021-01-29 | LibWeb: Flesh out prepare_script and execute_script | Luke |
2021-01-28 | AK: Provide traits for DistinctNumeric<T> | AnotherTest |
2021-01-28 | Lagom+AK: Remove remains of clang -Wconsumed usage | Andreas Kling |
2021-01-27 | AK: Include the processor id in log messages | Tom |
2021-01-27 | LibCpp: Add the beginning of a C++ parser | Itamar |
2021-01-26 | Meta: Split debug defines into multiple headers. | asynts |
2021-01-25 | Everywhere: Hook up remaining debug macros to Debug.h. | asynts |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-25 | Everywhere: Name debug macros more consistently. | asynts |