Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeDetermineVSServicePack: Add VS 11 update 3 | Brad King | 2013-06-28 | 1 | -0/+2 |
| | |||||
* | CMakeDetermineVSServicePack: Add VS 11 update 1 and 2 (#14239) | Brad King | 2013-06-21 | 1 | -1/+5 |
| | |||||
* | CMakeDetermineVSServicePack: Improve documentation | Brad King | 2013-06-21 | 1 | -24/+17 |
| | | | | | | Refer users to the newer CMAKE_<LANG>_COMPILER_VERSION variables. Use a more concise summary. Format the documentation to look better in the "cmake --help-module" output. | ||||
* | CMakeDetermineVSServicePack: Visual Studio 2012 added | Philip Lowman | 2012-09-22 | 1 | -0/+3 |
| | |||||
* | Detect VS 2010 SP1, faster and more robust detection | Philip Lowman | 2011-06-15 | 1 | -25/+115 |
| | | | | | | | Patch from Aaron C. Meadows Adds support for detecting VS 2010 SP1 Also improves performance using CMAKE_CXX_COMPILER if it is available and for robustness falls back using try_compile() and try_run() | ||||
* | Fixes issue 11279: CMakeDetermineVSServicePack support for VS10 | Philip Lowman | 2010-10-01 | 1 | -2/+4 |
| | | | | Thanks to Aaron C. Meadows for the patch. | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -1/+15 |
| | | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | ENH: New function for determining Visual Studio service pack | Philip Lowman | 2009-04-14 | 1 | -0/+81 |