1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-05 22:34:49 +00:00
serenity/AK
2018-10-13 15:41:24 +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 Add a DoublyLinkedList template and start using it for HashTable. 2018-10-13 13:50:44 +02:00
HashMap.h Add HashMap::remove(). 2018-10-13 14:23:47 +02:00
HashTable.h Add HashTable::remove() and fix a bug where ConstIterator would skip the first. 2018-10-13 14:22:09 +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 Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
String.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +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 WeakPtr/Weakable templates. 2018-10-13 15:41:24 +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 Add WeakPtr/Weakable templates. 2018-10-13 15:41:24 +02:00
WeakPtr.h Add WeakPtr/Weakable templates. 2018-10-13 15:41:24 +02:00