summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2012-09-011-1/+1
* CMake Nightly Date StampKitware Robot2012-08-311-1/+1
* Merge topic 'fix-Qt-casing'Brad King2012-08-304-6/+6
|\
| * Fix casing of 'Qt' in docs, comments and user-visible strings.Stephen Kelly2012-08-284-6/+6
* | Merge topic 'AutomocRerunFix'Brad King2012-08-302-6/+28
|\ \
| * | fix #13494: rerun automoc also if include dirs or moc options changeAlex Neundorf2012-08-272-6/+28
* | | 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-3010-20/+0
|\ \ \ \
| * \ \ \ Merge branch 'cmake-platform-info-version' into msvc-compiler-infoBrad King2012-08-302-12/+4
| |\ \ \ \
| * | | | | VS: Simplify MSVC version reportingBrad King2012-08-309-14/+0
| * | | | | VS: Remove support for "free" version 2003 toolsBrad King2012-08-231-6/+0
* | | | | | Merge topic 'cmake-platform-info-version'Brad King2012-08-302-12/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Make platform information files specific to the CMake versionBrad King2012-08-242-12/+4
* | | | | | 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-244-16/+62
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Document CMAKE_<LANG>_COMPILER_(ID|VERSION) valuesBrad King2012-08-221-5/+27
| |/ / /
| * | | Cleanly enable a language in multiple subdirectoriesBrad King2012-08-221-11/+13
| * | | VS10: Define CMAKE_VS_PLATFORM_TOOLSET variableBrad King2012-08-223-0/+22
* | | | 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 '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
| * | | | | Ninja: prepare msvc pdb cleanupPeter Kümmel2012-08-222-17/+19
| | |_|_|/ | |/| | |
* | | | | Merge topic 'compile-definitions-unique'David Cole2012-08-245-91/+135
|\ \ \ \ \
| * | | | | Don't duplicate -D defines sent to the compiler.Stephen Kelly2012-08-205-91/+135
* | | | | | Merge topic 'pic-docs'David Cole2012-08-242-2/+5
|\ \ \ \ \ \
| * | | | | | Fix unfortunate documentation error for PIC feature.Stephen Kelly2012-08-202-2/+5
| |/ / / / /
* | | | | | Merge topic 'minor-docs-fixes'David Cole2012-08-243-7/+4
|\ \ \ \ \ \
| * | | | | | Remove duplicate 'of' from docs.Stephen Kelly2012-08-201-1/+1
| * | | | | | Remove incorrect doc string for link type enumStephen Kelly2012-08-191-3/+0
| * | | | | | Fix some typos in the docs.Stephen Kelly2012-08-191-3/+3
| * | | | | | Add missing whitespace to docs.Stephen Kelly2012-08-191-1/+1
| |/ / / / /
* | | | | | Merge topic 'DependencyScanning_13474'David Cole2012-08-244-19/+50
|\ \ \ \ \ \
| * | | | | | -fix Java dependency scanning, broken in previous commitAlex Neundorf2012-08-202-2/+3
| * | | | | | -fix line lengthAlex Neundorf2012-08-201-2/+2
| * | | | | | fix #13474: also rescan dependencies if the depender does not existAlex Neundorf2012-08-172-17/+47
| | |_|_|_|/ | |/| | | |