Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-17 | Continue hollowing out the testdrive application... | Chris Xiong | |
...and stuff everything into signature_db which is now becoming the new ragbag. Includes half-finished disjoint set implementation to absorb some logic originally in mingui's main.cpp into this ever-growing signature_db. Changed how batching is handled. Now different type of batches can be interleaved. | |||
2022-09-16 | Stop using explicit ids from outside. | Chris Xiong | |
2022-09-16 | Add versioning and support for loading on disk db. | Chris Xiong | |
2022-09-11 | Containment measures for ugly sql stuff. | Chris Xiong | |
Also made forgetting return value a sin (should've been the case in the first place) |