Modern Cpp features
yay cmake
.
├── dep/ # dependencies
├── docs/ # documentation
├── lib/ # library files directory
├── scripts/ # scripts/miscellaneous
├── src/ # source files directory
├── test/ # unit test directory
│ └── mainTest.hpp # main test header
├── uml/ # Plant Uml
│ └── Uml.plantuml
├── CMakeLists.txt # Main CMakeLists.txt
├── LICENSE
└── README.md
Use short lowercase names at least for the top-level files and folders except LICENSE
, README.md
tree -L 2
For more examples, please refer to the Doxygen documentation, plantuml diagrams and for Code coverage
See the open issues for a list of proposed features (and known issues).
A list of software releases for the project can be viewed here.
A list of notable changes for each software release, including new features, bug fixes, and other improvements can be viewed here.
Special thanks to listed resources that were helpful for this project!