Commit Graph

5 Commits

Author SHA1 Message Date
Shaun Reed a97dfbe34b Clean up CMakeLists in all C++ examples
+ Rename output executables to match directory structure
+ Remove libraries for small examples
+ Supress -Wreturn-type warnings for singleton that is intentionally not copyable
2022-03-31 16:01:08 -04:00
Shaun Reed 8817a594be Add cmake project files for cpp/ directory and all relevant subdirecctories
+ Add Makefiles generated by CMake JIC make is preferred
+ Update cmake version, header comments, and project descriptions
2021-04-28 00:10:47 -04:00
Shaun Reed a692a0f631 Add CMakeLists for all datastructs
+ Reorder, refactor comments
2020-07-11 23:04:45 -04:00
Shaun Reed b258c14022 Work on Vector RD
+ Finish const, destr, and op=
+ Improve logic to match changes to data members
+ Update doxygen to reflect changes made to Vector class
2020-07-03 21:30:44 -04:00
Shaun Reed d2b0281fa2 Add RD of a vector class 2020-07-03 15:36:21 -04:00