summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2021-01-17Kernel: Remove sys$shbuf_seal() and userland wrappersAndreas Kling
2021-01-16Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappersAndreas Kling
2021-01-16Kernel: Remove sys$shbuf_set_volatile() and userland wrappersAndreas Kling
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16AK: Add enabled template parameter to dbgln.asynts
2021-01-15AK: Add String::join() helper functionLinus Groh
2021-01-15AK: Add JsonArray(const Vector<T>) constructorLinus Groh
2021-01-15Badge: Access to underlying typeLenny Maiorani
2021-01-15StringView: Implement `find_first_of` in terms of `AK::find`Lenny Maiorani
2021-01-15AK: Implement generic any_of algorithmLenny Maiorani
2021-01-12AK: Use StringView::find() in StringView::split_view()AnotherTest
2021-01-12AK: Add String{View,}::find(StringView)AnotherTest
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-11AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variantsAnotherTest
2021-01-11AK: Enable format string warnings for AK printf wrappersSahan Fernando
2021-01-11SinglyLinkedList: Implement `find` in terms of `AK::find`Lenny Maiorani
2021-01-11DoublyLinkedList: Implement `find` in terms of `AK::find`Lenny Maiorani
2021-01-11Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...Lenny Maiorani
2021-01-11AK: Find a value in any container offering iteratorsLenny Maiorani
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-10TestTypeTraits: Fix incorrectly namespaced nullptr_tLenny Maiorani
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2021-01-10AK: Add AK::OSError, a wrapper for errno codesAndreas Kling
2021-01-09AK: Add static Singleton::get function to allow destructible globalsTom