ladybird/AK
2018-10-16 12:07:17 +02:00
..
.gitignore Run without SimpleMalloc locally for now. 2018-10-10 15:11:43 +02:00
Assertions.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Bitmap.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Buffer.h AK::Buffer should not free unowned backing stores, duh. 2018-10-11 12:30:35 +02:00
ByteBuffer.h Ext2FileSystem::readInode() should return an empty buffer for 0-length files. 2018-10-13 00:50:35 +02:00
DoublyLinkedList.h Fix HashTable::find() return iterator for items found in non-0 buckets. 2018-10-14 22:08:36 +02:00
HashMap.h Add HashMap::remove(). 2018-10-13 14:23:47 +02:00
HashTable.h Fix HashTable::find() return iterator for items found in non-0 buckets. 2018-10-14 22:08:36 +02:00
kmalloc.cpp Run without SimpleMalloc locally for now. 2018-10-10 15:11:43 +02:00
kmalloc.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Makefile Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
MappedFile.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
MappedFile.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
OwnPtr.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Retainable.h Add WeakPtr/Weakable templates. 2018-10-13 15:41:24 +02:00
RetainPtr.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
SimpleMalloc.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
SimpleMalloc.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
SinglyLinkedList.h Make SinglyLinkedList destruction actually work. 2018-10-13 14:29:00 +02:00
StdLib.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
String.cpp Add String::substring(). 2018-10-16 12:07:17 +02:00
String.h Add String::substring(). 2018-10-16 12:07:17 +02:00
StringBuilder.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
StringBuilder.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
StringImpl.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
StringImpl.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
TemporaryFile.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
TemporaryFile.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
test.cpp Add String::substring(). 2018-10-16 12:07:17 +02:00
Traits.h Support arbitrary pointer traits. 2018-10-11 16:52:30 +02:00
Types.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Vector.h Add Vector::remove(). 2018-10-13 01:17:36 +02:00
Weakable.h Start using WeakPtr for some of the WindowManager window pointers. 2018-10-13 17:00:45 +02:00
WeakPtr.h Start using WeakPtr for some of the WindowManager window pointers. 2018-10-13 17:00:45 +02:00