Commit Graph

9 Commits

Author SHA1 Message Date
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
d6e31a89b0 - Implemented PrettyPrinters for vector, quaternion, and matrix 2025-08-11 17:39:51 -04:00
74fb525453 - Implemented file.h and path.h PrettyPrinter 2025-08-11 12:17:57 -04:00
b9de039a10 - Debugged more PrettyPrinters, all implemented thus far work in testing
- Fixed implementation of tuple.h, TODO: Still need to complete
 - Wrote a PrettyPrinter for tuple.h
2025-08-10 23:46:36 -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
d2be083a8f - Fixed up PrettyWriters 2025-08-09 19:43:26 -04:00
b7d8426e86 - PrettyPrinters working, added cstring/wcstring, string/wstring, optional, allocation, list 2025-08-08 01:54:39 -04:00
2cb41e1437 - Documented and Debugged containers
- Attempted to setup gdb prettywriters
2025-08-07 19:03:34 -04:00