summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-02-27AK: Expose SinglyLinkedListIterator constructorWilliam McPherson
2020-02-26CircularQueue: Move construct a T object instead of copy constructing ithowar6hill
2020-02-25AK: Have AK/kmalloc.h #include <new> on other platformsAndreas Kling
2020-02-25AK: Provide a ptr_hash(const void*) overloadAndreas Kling
2020-02-25AK: Add ptr_hash to use int_hash or u64_hash depending on pointer sizejoshua stein
2020-02-25AK: Some more int => size_t in BitmapAndreas Kling
2020-02-25AK: Make Queue use size_t for its sizeAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-25AK, LibGfx, LibGUI: Initialize various variables to zero.Emanuel Sprung
2020-02-24AK: Zero-initialize the internal storage of OptionalAndreas Kling
2020-02-24AK: Make Bitmap use size_t for its sizeAndreas Kling
2020-02-24AK: Make HashTable and HashMap use size_t for size and capacityAndreas Kling
2020-02-22AK: Add StringBuilder::is_empty()Shannon Booth
2020-02-22AK: Add StringView::starts_with(char) & StringView::ends_with(char)Shannon Booth
2020-02-21Toolchain: Build demangling into LibC except during toolchain buildAndreas Kling
2020-02-20AK: Use size_t for CircularQueue and CircularDequeAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-19AK: Fix bug where "%s" with field width would print too many charactersAndreas Kling
2020-02-19AK: Support "%.*s" in format stringsAndreas Kling
2020-02-19AK: Use endianness flags to determine if conversion is necessaryLiav A
2020-02-18Kernel: Use a FixedArray for a process's extra GIDsAndreas Kling
2020-02-18Kernel: Add placement new[] operatorSergey Bugaev
2020-02-17Kernel: Replace "current" with Thread::current and Process::currentAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-16AK: Don't construct a String every time we LogStream<< a numberAndreas Kling
2020-02-16AK: Fixed a typo in NeverDestroyed.h (#1228)Kaif Mavani
2020-02-16AK: Add HashMap, HashTable and Traits to Forward.hAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-16AK: Add missing include in CircularQueue.hAndreas Kling
2020-02-15AK: Don't bring in LibBareMetal's kstdio.h in userspaceAndreas Kling
2020-02-15AK: Make sure that Weakable always has the same memory layoutAndreas Kling
2020-02-15AK: Fix broken #include statementAndreas Kling
2020-02-15AK: Add BufferStream to Forward.hAndreas Kling
2020-02-15AK: Add String starts_with(char) & ends_with(char)Shannon Booth
2020-02-14AK: Add Utf8View to Forward.hAndreas Kling
2020-02-14AK: Add LogStream and DebugLogStream to Forward.hAndreas Kling
2020-02-14AK: Add SharedBuffer to Forward.hAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-13AK: Move escape_html_entities() from LibHTML to AKAndreas Kling
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-02-09AK: Apply changes for the Bootstrapper environmentLiav A
2020-02-09AK: Make StringBuilder::to_string() non-destructiveAndreas Kling
2020-02-08AK: Add JsonObjectSerializer::add(key, bool) overloadAndreas Kling
2020-02-08AK: Make PrintfImplementation treat %lld as 64-bitAndreas Kling
2020-02-08AK: Add LogStream overloads for long and long longAndreas Kling
2020-02-06AK: Add some missing "inline" keywords in JsonObject.hAndreas Kling
2020-02-06AK: Add missing StdLibExtras.h include in Optional.hAndreas Kling
2020-02-05AK+IPCCompiler: Get rid of BufferStream overloads for size_tAndreas Kling
2020-02-05AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ullAndreas Kling