summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmcldeps-icl'Brad King2012-08-301-7/+4
|\
| * Ninja: also detect /showInclude prefix for iclPeter Kümmel2012-08-271-7/+4
* | Merge topic 'qt4-windows8'Brad King2012-08-301-1/+1
|\ \
| * | Fix errors detecting Qt4 on Windows 8.Clinton Stimpson2012-08-241-1/+1
* | | Merge topic 'ErrorIfCTEST_USE_LAUNCHERSSetButLauncherRuleNotSet'Brad King2012-08-301-0/+11
|\ \ \
| * | | error out if CTEST_USE_LAUNCHERS is TRUE but RULE_LAUNCH_* are not setAlex Neundorf2012-08-201-0/+11
* | | | Merge topic 'msvc-compiler-info'Brad King2012-08-3020-364/+209
|\ \ \ \
| * \ \ \ Merge branch 'cmake-platform-info-version' into msvc-compiler-infoBrad King2012-08-3022-98/+127
| |\ \ \ \
| * | | | | Modernize MSVC compiler information filesBrad King2012-08-304-99/+81
| * | | | | VS: Simplify MSVC version reportingBrad King2012-08-3014-124/+42
| * | | | | VS: Remove support for "free" version 2003 toolsBrad King2012-08-234-66/+11
* | | | | | Merge topic 'cmake-platform-info-version'Brad King2012-08-3023-111/+147
|\ \ \ \ \ \
| * | | | | | Store ABI detection results in compiler information filesBrad King2012-08-244-3/+10
| | |/ / / / | |/| | | |
| * | | | | Move CMAKE_<LANG>_COMPILER_WORKS to compiler information filesBrad King2012-08-247-72/+104
| * | | | | Make platform information files specific to the CMake versionBrad King2012-08-2419-42/+39
* | | | | | CMake Nightly Date StampKitware Robot2012-08-301-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2012-08-291-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2012-08-281-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-271-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-08-261-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-08-251-1/+1
* | | | | Merge topic 'ide-compiler-id'David Cole2012-08-2418-252/+961
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Document CMAKE_<LANG>_COMPILER_(ID|VERSION) valuesBrad King2012-08-221-5/+27
| * | | | Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION)Brad King2012-08-224-0/+56
| |/ / /
| * | | Cleanly enable a language in multiple subdirectoriesBrad King2012-08-221-11/+13
| * | | VS: Detect the compiler id and tool locationBrad King2012-08-226-9/+223
| * | | VS10: Define CMAKE_VS_PLATFORM_TOOLSET variableBrad King2012-08-223-0/+22
| * | | Xcode: Detect the compiler id and tool locationBrad King2012-08-227-1/+387
| * | | CMakeDetermineCompilerId: Prepare to detect IDE compiler idBrad King2012-08-221-27/+43
| * | | Re-order C/C++/Fortran compiler determination logicBrad King2012-08-223-216/+207
* | | | Merge topic 'vs-AddPlatformDefinitions-cleanup'David Cole2012-08-2421-78/+43
|\ \ \ \ | |/ / /
| * | | VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-2221-78/+43
* | | | Merge topic 'more-compiler-versions'David Cole2012-08-242-6/+57
|\ \ \ \
| * | | | Detect Analog VisualDSP++ compiler version with its idBrad King2012-08-222-4/+18
| * | | | Detect Cray compiler version with its idBrad King2012-08-222-0/+4
| * | | | Detect SDCC compiler version with its idBrad King2012-08-221-0/+4
| * | | | Detect Comeau compiler version with its idBrad King2012-08-221-0/+3
| * | | | Detect TI compiler version with its idBrad King2012-08-222-0/+8
| * | | | Detect PathScale compiler version with its idBrad King2012-08-222-2/+12
| * | | | Detect Compaq compiler version with its idBrad King2012-08-222-0/+8
| |/ / /
* | | | Merge topic 'vs11-flag-table'David Cole2012-08-245-15/+781
|\ \ \ \
| * | | | VS11: Generate flag tables from MSBuild V110 tool filesBrad King2012-08-225-4/+770
| * | | | cmparseMSBuildXML: Include DisplayName in the outputZack Galbreath2012-08-221-11/+11
| |/ / /
* | | | Merge topic 'VS10-PrecompiledHeader-default'David Cole2012-08-241-0/+1
|\ \ \ \
| * | | | VS: Disable precompiled headers unless enabled by project (#12930)Brad King2012-08-221-0/+1
* | | | | Merge topic 'VS11-WinRT-project-issue-12930'David Cole2012-08-241-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | VS11: Rename 'Immersive' to 'WindowsAppContainer' (#12930)Brad King2012-08-211-1/+2
* | | | | Merge topic 'ninja-target-pdb-cleanup'David Cole2012-08-243-47/+42
|\ \ \ \ \
| * | | | | Ninja: remove GetTargetPDB because it is used only oncePeter Kümmel2012-08-222-17/+11
| * | | | | Ninja:split out setting of msvc TARGET_PDBPeter Kümmel2012-08-223-25/+24