diff --git a/TODO b/TODO index 1aa2edf..9b440ad 100644 --- a/TODO +++ b/TODO @@ -36,7 +36,6 @@ 031 [x] standardize error handling (maybe odin-style enums?) 032 [memory] more allocators! 033 [sort] create sort module with quick sort, radix sort support (in place and copy versions) - 034 [x] can we add location info to Allocator_Proc? 035 [memory] add debug allocator to track allocation locations, double frees, etc. (should wrap another allocator) 036 [thread] create *simple* threading module 037 [thread] add 'Mutex', 'Semaphore', 'Wait_Group' types - blocked by 036 @@ -83,3 +82,4 @@ 004 [thirdparty/luajit] create bindings 001 [platform] create module for OS/platform-specific things 024 [x] create file to document conventions/style guide + 034 [x] can we add location info to Allocator_Proc?