Commit Graph

25 Commits

Author SHA1 Message Date
ce00bc4e4d Add imgui as static library 2025-12-04 11:09:16 -05:00
15cf7e68fd Add basic window creation (Win32) 2025-12-02 14:06:39 -05:00
56dec1cf93 delete std::mutex, minor cleanup 2025-12-02 07:06:22 -05:00
737062b339 Add Hash_Table implementation. 2025-12-01 15:00:41 -05:00
a0f95174b2 Minor fixes to string builder, examples 2025-12-01 07:34:37 -05:00
916777c2b5 Refactoring, add basic file module (Win32) 2025-11-29 10:22:19 -05:00
747f7d92b9 Add deserialization code. 2025-11-28 09:39:23 -05:00
7fe5176e41 Add Serializer module 2025-11-28 09:03:20 -05:00
efdb057361 Finish string module, add timing module 2025-11-28 05:28:25 -05:00
6d8a580724 Fixup missing code in Arena.cpp 2025-11-27 13:36:48 -05:00
1c8481cb86 Merge pull request 'Add program base layer' (#1) from memory-bug-investigation into main
Reviewed-on: #1
2025-11-27 18:32:12 +00:00
e2f0e71003 I think it's fixed now 2025-11-27 13:31:08 -05:00
a29b67e524 Add printf-like log function backed by String_Builder. 2025-11-27 10:37:17 -05:00
1a2de6e2f8 Remove Basic, ErrorCodes, add String_Builder, and fix some issues with String module 2025-11-25 13:05:14 -05:00
6c3d77d58b Add Dear ImGui (docking) v1.92.5 2025-11-25 07:52:37 -05:00
b028d7fa14 Move executable entry point outside of lib 2025-11-25 07:23:07 -05:00
1db03dd4ea Bugfixes for ExpandableArena 2025-11-25 07:12:17 -05:00
7bb81077bd Add expandable arena implementation. Add option for 0xCD Allocator memory initialization 2025-11-25 06:18:51 -05:00
6daa9d89fb Add Thread_Group implementation from Jai compiler. 2025-11-24 07:27:44 -05:00
9a75f4a2f1 Added synchronization primitives and basic thread API for Win32 2025-11-24 04:58:52 -05:00
d42bf63d41 Cleanup part 2 2025-11-23 04:09:52 -05:00
5e3ce038b5 Cleanup, removal of headers part 1 2025-11-23 03:35:56 -05:00
998b4213fb Fixed bug when calling allocators for realloc/resize 2025-11-21 09:59:12 -05:00
680f735b72 Update Array type to use custom/context allocator. 2025-11-21 08:53:55 -05:00
e0a515017d Initial commit 2025-11-19 22:00:36 -05:00