summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/MSVC-C-FeatureTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Features: Record C features for MSVCBrad King2018-03-291-0/+8
| | | | | | | | | The MSVC C compiler has no notion of C language standards or flags. Tell CMake to assume that all language standards are available. Record available C language features depending on the version of the compiler. Fixes: #17858
* Revert topic 'feature_record_msvc'Brad King2015-01-141-23/+0
| | | | | | | | | | | Revert commits: 2d738ce3 Help: Add notes for topic 'feature_record_msvc' f73718c9 Features: Enable writing of MSVC compiler feature header. 64c30bdc Features: Record for MSVC C++ 2015 and MSVC C 2010-2015. 225c0ef8 Features: Record for MSVC 2010-2013. This topic was merged to master prematurely, so remove it.
* Features: Record for MSVC C++ 2015 and MSVC C 2010-2015.Robert Maynard2015-01-111-0/+23
Initializer lists are only properly supported in 2015 and above. Previous Visual Studio releases said they supported initializer lists but silently produced bad code.