Editing TODO
This commit is contained in:
parent
9a7e44a96d
commit
9c8771a378
1 changed files with 30 additions and 12 deletions
34
TODO
34
TODO
|
|
@ -1,15 +1,20 @@
|
||||||
Testing !!
|
Testing !!
|
||||||
|
|
||||||
Graphics:
|
|
||||||
Window event system
|
|
||||||
Graphics API
|
|
||||||
FPS count & Performance control
|
|
||||||
|
|
||||||
Objects:
|
Objects:
|
||||||
Debug GUI
|
tokenizing:
|
||||||
|
test all
|
||||||
|
|
||||||
|
parsing:
|
||||||
|
make cf grammar
|
||||||
|
make lalr parser
|
||||||
|
test all
|
||||||
|
|
||||||
|
features:
|
||||||
|
add debug line information into bytecode
|
||||||
|
implement Alloc Size queries
|
||||||
|
|
||||||
|
enhance:
|
||||||
use anonymous namespaces for object static methods
|
use anonymous namespaces for object static methods
|
||||||
write tests before refactor !!
|
|
||||||
Alloc Size queries
|
|
||||||
remove obj_ref_count macro
|
remove obj_ref_count macro
|
||||||
fix all clang-tidy notices
|
fix all clang-tidy notices
|
||||||
replace all strings with const string ref
|
replace all strings with const string ref
|
||||||
|
|
@ -17,6 +22,19 @@ Objects:
|
||||||
remove tp::
|
remove tp::
|
||||||
rename classes
|
rename classes
|
||||||
|
|
||||||
|
bugs:
|
||||||
|
disallow Alloc Size queries
|
||||||
|
|
||||||
|
|
||||||
|
Modules:
|
||||||
|
Remove all static variable into module's data
|
||||||
|
Make modules simple threaded
|
||||||
|
|
||||||
|
Graphics:
|
||||||
|
Window event system
|
||||||
|
Graphics API
|
||||||
|
FPS count & Performance control
|
||||||
|
|
||||||
Containers:
|
Containers:
|
||||||
Test generatePermutations
|
Test generatePermutations
|
||||||
Add variant size buffer
|
Add variant size buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue