450f725cab
- More Documentation
...
- Updated Copyright
2026-01-06 19:48:28 -05:00
7c2f89b331
- A few Vulkan wrapper structs
...
- Framework for Vulkan context
- Fixed a bug with dynarray where if `resize()` shrinks the array, destructors are not called.
- Fixed grammar issues with the containers library and added property tables to existing data structures.
2026-01-02 15:38:03 -05:00
fe8c3a4602
- Basic RTTI type data with inheritance.
2025-11-28 12:58:23 -05:00
a35f2a699d
- Fixed some missing and erroneous testing logic for containers
...
- Lots of bug-fixing for containers
- Performance optimization for containers
2025-09-17 17:13:52 -04:00
fe4c49d092
- Fixed several memory errors
2025-08-20 20:57:15 -04:00
8bfb59cd20
- Fixed rdtree traversers once more, a bug with initializing the queues was causing faulty results. Consider setting up more robust tests.
2025-08-14 21:28:41 -04:00
2535e1ac4b
Reworked RD-Tree to behave more consistently. The construction of the tree did not allow specifying what index to insert a child at under a parent.
...
Traverser orders were also broken, which is now fixed.
2025-08-14 17:07:48 -04:00
f173c3e7cd
- Fixed some semantics issues to make data structure names more akin to their mathematical equivalents
...
- multiset.h TODO: test
- Fixed some double underscores that I missed
2025-08-14 02:57:46 -04:00
9f96155856
- Adjusted some tests while debugging PrettyPrinters
...
- Adjusted RDTreePrinter to print more "tree-like"
- Added SetPrinter and MapPrinter
- Fixed Issues with CStringPrinter and StringPrinter
2025-08-10 00:27:04 -04:00
2cb41e1437
- Documented and Debugged containers
...
- Attempted to setup gdb prettywriters
2025-08-07 19:03:34 -04:00