finish 034
This commit is contained in:
parent
657dec6415
commit
7ba85cc2ea
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -36,7 +36,6 @@
|
||||||
031 [x] standardize error handling (maybe odin-style enums?)
|
031 [x] standardize error handling (maybe odin-style enums?)
|
||||||
032 [memory] more allocators!
|
032 [memory] more allocators!
|
||||||
033 [sort] create sort module with quick sort, radix sort support (in place and copy versions)
|
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)
|
035 [memory] add debug allocator to track allocation locations, double frees, etc. (should wrap another allocator)
|
||||||
036 [thread] create *simple* threading module
|
036 [thread] create *simple* threading module
|
||||||
037 [thread] add 'Mutex', 'Semaphore', 'Wait_Group' types - blocked by 036
|
037 [thread] add 'Mutex', 'Semaphore', 'Wait_Group' types - blocked by 036
|
||||||
|
|
@ -83,3 +82,4 @@
|
||||||
004 [thirdparty/luajit] create bindings
|
004 [thirdparty/luajit] create bindings
|
||||||
001 [platform] create module for OS/platform-specific things
|
001 [platform] create module for OS/platform-specific things
|
||||||
024 [x] create file to document conventions/style guide
|
024 [x] create file to document conventions/style guide
|
||||||
|
034 [x] can we add location info to Allocator_Proc?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue