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
e4ccaf4bd9
Update READMEs
2020-11-23 14:45:00 -05:00
Shaun Reed
b9843a5d99
Move datastruct template implementations to header files
2020-08-01 22:57:12 -04:00
Shaun Reed
e4e1fd09d6
Move preprocessor TYPE define to header files
2020-07-30 19:27:29 -04:00
Shaun Reed
23eb29ea0d
Add RD for a queuelist class using templates
2020-07-30 19:08:59 -04:00
Shaun Reed
4fe1fc106b
Remove unused BST class template
2020-07-30 18:45:01 -04:00
Shaun Reed
f7c22e4228
Add RD of a queuelist class using templates
2020-07-30 18:44:01 -04:00
Shaun Reed
3729e15f1e
Add RD of a doublelist class using templates
...
+ Fix 'insert at' function from printing result output twice
2020-07-30 16:39:28 -04:00
Shaun Reed
c31a7a6571
Add RD for vector class using templates
2020-07-24 16:55:36 -04:00
Shaun Reed
2c6400cc87
Initial commit for starting work on templates
2020-07-23 17:58:18 -04:00