Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Revert "require C++14 for the Tutorial" | Brad King | 2019-07-24 | 1 | -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 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 | 12 | -0/+426 |
Latest material from data.kitware.com -> Collections -> Courses -> CMake. |