Files
salmanoff/todo
T

8 lines
389 B
Plaintext
Raw Normal View History

2025-08-29 16:13:03 -04:00
* Check through all managed objects and properly refcount them
using shared_ptr.
2025-09-10 18:17:15 -04:00
* Ensure that we comb through the current code and enforce the distinction
between user errors and program exceptions.
* We're now getting to the point where we must implement locking. Go through the
driver libs and give them locking.
2025-09-22 20:49:00 -04:00
* Rename WORLD_USE_BODY_THREAD to have CONFIG_ prefix in config.h.