Commit Graph

4 Commits

Author SHA1 Message Date
Shaun Reed fc1f247987 [cpp] Add -Wall compiler option to root CMakeLists
+ Resolve all warnings
2022-03-31 17:42:23 -04:00
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 c53277b97c Remove unused parameter in heap sort example 2021-05-26 14:17:56 -04:00
Shaun Reed ef5f952519 Add example for heap sort 2021-05-25 19:07:23 -04:00