ladybird/AK
Andreas Kling 870be9d71e AK: Add Vector::take(index)
This removes an item from the vector and returns it.
2019-11-07 20:38:33 +01:00
..
Tests AK: Always rebuild unit tests if AK headers change 2019-11-06 19:14:34 +01:00
Assertions.h AK: Remove unused AK::not_implemented() 2019-11-06 13:58:08 +01:00
Atomic.h AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
Badge.h
Bitmap.h AK: Make Bitmap constructors public to allow make<Bitmap>() 2019-10-01 19:58:07 +02:00
BufferStream.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
ByteBuffer.h ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
CircularDeque.h AK: Make it possible to store complex types in a CircularQueue 2019-10-23 12:27:43 +02:00
CircularQueue.h AK: Make it possible to store complex types in a CircularQueue 2019-10-23 12:27:43 +02:00
DoublyLinkedList.h
Error.h
FileSystemPath.cpp AK: Make FileSystemPath better at handling relative paths 2019-08-23 19:58:16 +02:00
FileSystemPath.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
FixedArray.h
Function.h
HashFunctions.h
HashMap.h AK: Add HashMap::find() with customizable finder callback 2019-08-25 06:45:27 +02:00
HashTable.h AK: Make HashTable.h compile inside the SDL2 port 2019-08-25 17:47:48 +02:00
InlineLinkedList.h
InlineLRUCache.h
install.sh
IntrusiveList.h
IPv4Address.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
IterationDecision.h
JsonArray.h AK: Add JsonArray::ensure_capacity() 2019-10-23 14:55:21 +02:00
JsonArraySerializer.h Json: Add serializer fast-path for string values 2019-09-04 14:40:11 +02:00
JsonObject.h AK: Allow JsonValue to store 64-bit integers internally 2019-10-29 16:36:50 +01:00
JsonObjectSerializer.h Json: Add serializer fast-path for string values 2019-09-04 14:40:11 +02:00
JsonParser.cpp
JsonParser.h
JsonValue.cpp AK: Allow JsonValue to store 64-bit integers internally 2019-10-29 16:36:50 +01:00
JsonValue.h AK: Allow JsonValue to store 64-bit integers internally 2019-10-29 16:36:50 +01:00
kmalloc.h Kernel: Move kmalloc() into a Kernel/Heap/ directory 2019-09-16 09:01:44 +02:00
kstdio.h
LogStream.cpp AK: Get rid of TStyle (output styling helper for LogStream) 2019-11-06 11:37:03 +01:00
LogStream.h AK: Get rid of TStyle (output styling helper for LogStream) 2019-11-06 11:37:03 +01:00
MappedFile.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
MappedFile.h ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
NetworkOrdered.h
Noncopyable.h AK: Add AK_MAKE_NONMOVABLE 2019-09-22 00:17:29 +02:00
NonnullOwnPtr.h AK: Delete operator!() and operator bool() from the Nonnull pointers 2019-11-07 18:00:05 +01:00
NonnullOwnPtrVector.h
NonnullPtrVector.h
NonnullRefPtr.h AK: Delete operator!() and operator bool() from the Nonnull pointers 2019-11-07 18:00:05 +01:00
NonnullRefPtrVector.h
Optional.h AK: Optional::operator bool() should consume the Optional 2019-08-25 06:45:09 +02:00
OwnPtr.h
Platform.h
PrintfImplementation.h AK: Let's just log unimplemented printf() format strings 2019-11-04 20:48:30 +01:00
Queue.h AK: Allow overriding the Queue segment size with a template parameter 2019-11-03 12:33:51 +01:00
QuickSort.h
RefCounted.h
RefPtr.h
Result.h
ScopedValueRollback.h
ScopeGuard.h
SinglyLinkedList.h
StdLibExtras.h
String.cpp AK: Add String::contains(String) 2019-10-28 19:08:48 +01:00
String.h AK: Add String::contains(String) 2019-10-28 19:08:48 +01:00
StringBuilder.cpp ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
StringBuilder.h AK: Add StringBuilder::length() and trim(int) 2019-09-29 16:20:09 +02:00
StringImpl.cpp Revert "AK: Made Strings reversible" 2019-09-13 14:37:25 +02:00
StringImpl.h Revert "AK: Made Strings reversible" 2019-09-13 14:37:25 +02:00
StringView.cpp AK: Add a keep_empty argument to String[View]::substring{_view} 2019-09-28 18:29:42 +02:00
StringView.h AK: Add a keep_empty argument to String[View]::substring{_view} 2019-09-28 18:29:42 +02:00
TemporaryChange.h
TestSuite.h AK: Get rid of TStyle (output styling helper for LogStream) 2019-11-06 11:37:03 +01:00
Time.h
Traits.h
Types.h AK: Add a useful align_up_to(value, power_of_two) function 2019-09-07 15:39:26 +02:00
URL.cpp URL: https:// URLs should default to port 443 2019-10-21 17:19:17 +02:00
URL.h AK: URL should support file:// URL's 2019-10-05 10:14:42 +02:00
Utf8View.cpp UTF-8: Add Utf8CodepointIterator::codepoint_length_in_bytes() 2019-10-18 22:49:23 +02:00
Utf8View.h UTF-8: Add Utf8CodepointIterator::codepoint_length_in_bytes() 2019-10-18 22:49:23 +02:00
Vector.h AK: Add Vector::take(index) 2019-11-07 20:38:33 +01:00
Weakable.h
WeakPtr.h