Commit graph

25 commits

Author SHA1 Message Date
d3722aac83 Implemented IsTraceFinished, removed global linked list 2024-10-16 17:23:37 +02:00
c6ff6ad31d Changed size_query and destructor call order 2024-10-16 17:18:14 +02:00
bc49570d12 Simple implementation of basic operations on complex numbers 2024-10-15 23:04:31 +02:00
ccbe41c269 Implemented TracingHeap_Destroy and TraceNextN 2024-10-14 12:31:58 +02:00
4f2a816128 Generated CMakeLists.txt, implemented some of TracingHeap 2024-10-14 00:19:18 +02:00
7c74b68d75 Fixed the sigsegv bug in binary tree 2024-10-13 22:05:41 +02:00
88e4385c5f Refactored static functions in BinaryTree.c 2024-10-13 18:23:55 +02:00
60c3f81884 Implemented BinaryTree_Remove() and wrote a test for it 2024-10-13 18:20:12 +02:00
34201c1165 TODO for potential efficiency loss 2024-10-13 18:20:12 +02:00
a30f259121 New StringView function: SpanWhile 2024-10-10 15:57:56 +02:00
10be4dfbbf Implemented iterating macros 2024-10-08 10:49:32 +02:00
c2c3c2d96e Implemented Scratchpad_ReserveAligned and refactored internally 2024-10-01 21:37:05 +02:00
7d8ba6fc28 More functional-style stringview functions 2024-10-01 11:06:04 +02:00
baa4a148fe Fixed indentation issue 2024-10-01 10:58:47 +02:00
VegOwOtenks
1b3d007ec2 StringView_Partition for One-Off Splits 2024-09-23 18:37:54 +02:00
VegOwOtenks
1a330b3c9b DynamicBuffer rename 2024-09-23 18:37:21 +02:00
VegOwOtenks
a0da4ce1a3 Subprocess with pipe capturing 2024-09-22 22:26:33 +02:00
VegOwOtenks
7a3f1955b9 Removed unused import 2024-09-22 22:26:04 +02:00
VegOwOtenks
840a29a59d Fixed linearsearch (agai) 2024-09-22 22:25:40 +02:00
VegOwOtenks
fe63781996 Binary Tree with working insertions, no duplicates 2024-07-01 16:31:45 +02:00
VegOwOtenks
30f288e5d7 Fixed uninitialised memory lucky bug 2024-06-13 16:55:57 +02:00
VegOwOtenks
0b651b819a Disposal of RegexMatch structures 2024-06-13 16:51:46 +02:00
VegOwOtenks
e6064bd375 Literal matching working again! 2024-06-13 16:50:37 +02:00
VegOwOtenks
a2317836fa Eclipse gitignore 2024-06-13 16:19:52 +02:00
VegOwOtenks
25e26756cd Initial commit, yay 2024-06-13 15:28:21 +02:00