..
Tests
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
2020-02-22 21:36:54 +01:00
Assertions.h
AK: Apply changes for the Bootstrapper environment
2020-02-09 19:38:17 +01:00
Atomic.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
Badge.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
BinarySearch.h
Kernel: Optimize VM range deallocation a bit
2020-01-19 13:29:59 +01:00
Bitmap.h
AK: Some more int => size_t in Bitmap
2020-02-25 15:11:15 +01:00
BufferStream.h
AK: Use size_t for ByteBuffer sizes
2020-02-20 13:20:34 +01:00
ByteBuffer.h
AK: Use size_t for ByteBuffer sizes
2020-02-20 13:20:34 +01:00
CircularDeque.h
AK: Use size_t for CircularQueue and CircularDeque
2020-02-20 13:20:34 +01:00
CircularQueue.h
AK: Use size_t for CircularQueue and CircularDeque
2020-02-20 13:20:34 +01:00
Demangle.h
Toolchain: Build demangling into LibC except during toolchain build
2020-02-21 18:54:57 +01:00
DoublyLinkedList.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
Error.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
FileSystemPath.cpp
AK: Make Vector use size_t for its size and capacity
2020-02-25 14:52:35 +01:00
FileSystemPath.h
AK: Add a forward declaration header
2020-02-14 23:31:18 +01:00
FixedArray.h
Kernel: Use a FixedArray for a process's extra GIDs
2020-02-18 11:35:47 +01:00
Forward.h
AK: Make Vector use size_t for its size and capacity
2020-02-25 14:52:35 +01:00
Function.h
Add clang-format file
2019-05-28 17:31:20 +02:00
HashFunctions.h
AK: Provide a ptr_hash(const void*) overload
2020-02-25 15:37:07 +01:00
HashMap.h
AK: Make HashTable and HashMap use size_t for size and capacity
2020-02-24 09:42:52 +01:00
HashTable.h
AK: Make HashTable and HashMap use size_t for size and capacity
2020-02-24 09:42:52 +01:00
IDAllocator.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
InlineLinkedList.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
InlineLRUCache.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
IntrusiveList.h
LibCore: Add a forward declaration header
2020-02-14 23:31:18 +01:00
IPv4Address.h
AK: Add a forward declaration header
2020-02-14 23:31:18 +01:00
IterationDecision.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
JsonArray.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
JsonArraySerializer.h
Meta: Claim copyright for files created by me
2020-01-24 15:15:16 +01:00
JsonObject.h
AK: Apply changes for the Bootstrapper environment
2020-02-09 19:38:17 +01:00
JsonObjectSerializer.h
AK: Add JsonObjectSerializer::add(key, bool) overload
2020-02-08 02:48:27 +01:00
JsonParser.cpp
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
JsonParser.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
JsonValue.cpp
AK: Apply changes for the Bootstrapper environment
2020-02-09 19:38:17 +01:00
JsonValue.h
AK: Add a forward declaration header
2020-02-14 23:31:18 +01:00
kmalloc.h
AK: Have AK/kmalloc.h #include <new> on other platforms
2020-02-25 15:58:24 +01:00
kstdio.h
AK: Don't bring in LibBareMetal's kstdio.h in userspace
2020-02-15 19:18:56 +01:00
LogStream.cpp
Kernel: Replace "current" with Thread::current and Process::current
2020-02-17 15:04:27 +01:00
LogStream.h
AK: Add a forward declaration header
2020-02-14 23:31:18 +01:00
Makefile
Build: clean up build system, use one shared Makefile
2019-12-20 20:20:54 +01:00
MappedFile.cpp
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
MappedFile.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
NetworkOrdered.h
AK: Use endianness flags to determine if conversion is necessary
2020-02-19 16:08:28 +01:00
NeverDestroyed.h
AK: Fixed a typo in NeverDestroyed.h ( #1228 )
2020-02-16 09:32:18 +01:00
Noncopyable.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
NonnullOwnPtr.h
AK: Remove bitrotted Traits::dump() mechanism
2020-02-10 11:55:34 +01:00
NonnullOwnPtrVector.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
NonnullPtrVector.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
NonnullRefPtr.h
AK: Let's call decrementing reference counts "unref" instead of "deref"
2020-01-23 15:14:21 +01:00
NonnullRefPtrVector.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
Optional.h
AK: Zero-initialize the internal storage of Optional
2020-02-24 10:22:27 +01:00
OwnPtr.h
AK: Add ptr_hash to use int_hash or u64_hash depending on pointer size
2020-02-25 15:32:58 +01:00
Platform.h
AK: Use endianness flags to determine if conversion is necessary
2020-02-19 16:08:28 +01:00
PrintfImplementation.h
AK: Fix bug where "%s" with field width would print too many characters
2020-02-19 23:02:15 +01:00
Queue.h
AK: Make Queue use size_t for its size
2020-02-25 14:55:04 +01:00
QuickSort.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
RefCounted.h
AK: Apply changes for the Bootstrapper environment
2020-02-09 19:38:17 +01:00
RefPtr.h
AK: Add ptr_hash to use int_hash or u64_hash depending on pointer size
2020-02-25 15:32:58 +01:00
Result.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
ScopedValueRollback.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
ScopeGuard.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
SharedBuffer.cpp
AK: #ifdef out the contents of SharedBuffer on other platforms
2020-02-01 20:18:53 +01:00
SharedBuffer.h
AK: #ifdef out the contents of SharedBuffer on other platforms
2020-02-01 20:18:53 +01:00
SinglyLinkedList.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
StdLibExtras.h
AK: Apply changes for the Bootstrapper environment
2020-02-09 19:38:17 +01:00
String.cpp
AK: Add String starts_with(char) & ends_with(char)
2020-02-15 11:40:05 +01:00
String.h
AK: Add String starts_with(char) & ends_with(char)
2020-02-15 11:40:05 +01:00
StringBuilder.cpp
AK: Add a forward declaration header
2020-02-14 23:31:18 +01:00
StringBuilder.h
AK: Add StringBuilder::is_empty()
2020-02-22 21:36:54 +01:00
StringImpl.cpp
AK: Have AK/kmalloc.h #include <new> on other platforms
2020-02-25 15:58:24 +01:00
StringImpl.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
StringView.cpp
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
2020-02-22 21:36:54 +01:00
StringView.h
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
2020-02-22 21:36:54 +01:00
TemporaryChange.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
TestSuite.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
Time.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
Traits.h
AK: Add HashMap, HashTable and Traits to Forward.h
2020-02-16 02:01:18 +01:00
Types.h
AK: Add support for 64-bit size_t
2020-02-05 18:39:45 +01:00
URL.cpp
AK: Make Vector use size_t for its size and capacity
2020-02-25 14:52:35 +01:00
URL.h
Meta: Add license header to source files
2020-01-18 09:45:54 +01:00
Utf8View.cpp
AK, LibGfx, LibGUI: Initialize various variables to zero.
2020-02-25 10:18:46 +01:00
Utf8View.h
Meta: Claim copyright for files created by me
2020-01-24 15:15:16 +01:00
Vector.h
AK: Make Vector use size_t for its size and capacity
2020-02-25 14:52:35 +01:00
Weakable.h
AK: Make sure that Weakable always has the same memory layout
2020-02-15 14:49:57 +01:00
WeakPtr.h
AK: Assert if trying to create a WeakPtr to an object being destroyed
2020-01-25 10:34:32 +01:00