Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: require C++14 for the Tutorial | Zsolt Parragi | 2019-05-24 | 1 | -2/+1 |
| | | | | | | Clang++ on Windows with the MSVC STL requires C++14 to compile. The C++ standard is set to C++14 for the entire tutorial instead of MSVC/clang specific conditions to keep it simple. | ||||
* | Tests: Update CMake tutorial | Betsy McPhail | 2019-01-27 | 11 | -0/+314 |
Latest material from data.kitware.com -> Collections -> Courses -> CMake. |