Commit Graph

17 Commits

Author SHA1 Message Date
d1182f3abd Replace multithreaded enumeration with single-threaded (temporarily) (#2)
Reviewed-on: #2
Co-authored-by: Musa Mahmood <Musasmahmood@gmail.com>
Co-committed-by: Musa Mahmood <Musasmahmood@gmail.com>
2025-12-17 15:18:19 +00:00
5c18e6f4da Cleanup TODOs, refactoring, major bug fixes 2025-12-06 22:45:56 -05:00
7755ef9225 Show main thread errors in UI. 2025-12-06 21:24:34 -05:00
619cd76ea9 Lots of small changes 2025-12-06 13:02:24 -05:00
849b8210e0 Parsing NTFS MFT with file size. 2025-12-05 00:18:25 -05:00
3a22156ed3 Add drive enumeration into hash table. 2025-12-04 19:45:31 -05:00
652cd2faac Merge ImGui WndProc with our os_create_window 2025-12-04 12:38:21 -05:00
ce00bc4e4d Add imgui as static library 2025-12-04 11:09:16 -05:00
56dec1cf93 delete std::mutex, minor cleanup 2025-12-02 07:06:22 -05:00
916777c2b5 Refactoring, add basic file module (Win32) 2025-11-29 10:22:19 -05:00
7fe5176e41 Add Serializer module 2025-11-28 09:03:20 -05:00
1a2de6e2f8 Remove Basic, ErrorCodes, add String_Builder, and fix some issues with String module 2025-11-25 13:05:14 -05:00
7bb81077bd Add expandable arena implementation. Add option for 0xCD Allocator memory initialization 2025-11-25 06:18:51 -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
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