summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step9
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Revert "require C++14 for the Tutorial"Brad King2019-07-241-1/+2
| | | | | | | | | Revert commit a2a90f41e3 (Tests: require C++14 for the Tutorial, 2019-03-21, v3.15.0-rc1~41^2~2). In commit d50b31be35 (Clang: For MSVC ABI do not use modes older than C++14, 2019-07-23) we fixed the C++ standard selection for GNU-like Clang with the MSVC ABI so the test code itself no longer needs to do it. In particular, changing the tests in this way broke the tutorial's narrative.
* Tests: require C++14 for the TutorialZsolt Parragi2019-05-241-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 tutorialBetsy McPhail2019-01-2712-0/+426
Latest material from data.kitware.com -> Collections -> Courses -> CMake.