A collection of helper tools developed and used by Cached Nerds
- C++1z: Write cool code.
- Boost 1.64.0: Boot.Test and others. May update version frequently.
- make: May change build system soon.
Compiles with GCC on linux, Clang and GCC on MacOS, and Visual Studio 2017 on Windows 10. Recommend GCC or Clang for consistency.
Each language type will have a building.md file which explains how to build the Toolbox and the motivations for why we chose the build system we did.
C++: building
To see source code documentation of the Toolbox, navigate to the Toolbox/C++
directory and run the command doxygen Doxyfile
. This will generate a html/
directory, open the index.html file in the browser to view the documentation.
The contributing file details the different standards defined within the Toolbox project and how to contribute.