utilitiec/src
2025-02-28 23:04:38 +01:00
..
allocator-interface Initial commit, yay 2024-06-13 15:28:21 +02:00
argumentc Fixed indentation issue 2024-10-01 10:58:47 +02:00
arraylist Initial commit, yay 2024-06-13 15:28:21 +02:00
BinaryTree Fixed the sigsegv bug in binary tree 2024-10-13 22:05:41 +02:00
Complex Simple implementation of basic operations on complex numbers 2024-10-15 23:04:31 +02:00
dynamicarray Implemented iterating macros 2024-10-08 10:49:32 +02:00
dynamicbuffer DynamicBuffer rename 2024-09-23 18:37:21 +02:00
FixedBuffer Initial commit, yay 2024-06-13 15:28:21 +02:00
FreeList Initial commit, yay 2024-06-13 15:28:21 +02:00
hashmap Implementation of HashMap_ForEach with function pointers 2025-01-12 21:30:20 +01:00
pointers Initial commit, yay 2024-06-13 15:28:21 +02:00
QuadTree Implemented a QuadTree and a test 2025-02-28 17:50:36 +01:00
rand Readability refactoring 2025-02-28 23:04:38 +01:00
regex Fixed uninitialised memory lucky bug 2024-06-13 16:55:57 +02:00
Scratchpad TODO for potential efficiency loss 2024-10-13 18:20:12 +02:00
siphash Initial commit, yay 2024-06-13 15:28:21 +02:00
StringView New StringView function: SpanWhile 2024-10-10 15:57:56 +02:00
Subprocess Subprocess with pipe capturing 2024-09-22 22:26:33 +02:00
threading Removed unused import 2024-09-22 22:26:04 +02:00
ThreadPool Initial commit, yay 2024-06-13 15:28:21 +02:00
TracingHeap feat: add data-kind to TracingObject to enable quasi-polymorphism 2025-01-12 15:50:17 +01:00
utf8 Initial commit, yay 2024-06-13 15:28:21 +02:00
cmakegen.sh Initial commit, yay 2024-06-13 15:28:21 +02:00
CMakeLists.txt Simple implementation of basic operations on complex numbers 2024-10-15 23:04:31 +02:00
errorcodes.h Implemented BinaryTree_Remove() and wrote a test for it 2024-10-13 18:20:12 +02:00