summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-2219-117/+154
* Order cmGeneratorTargetsType elements deterministically.Stephen Kelly2013-11-222-1/+18
* Merge topic 'add-cmHasLiteralPrefix'Brad King2013-11-2217-35/+58
|\
| * Use new cmHasLiteralPrefix functionStephen Kelly2013-11-2116-34/+33
| * cmStandardIncludes: Add new cmHasLiteralPrefix function.Stephen Kelly2013-11-211-1/+25
* | Merge topic 'cmake-credits'Brad King2013-11-222-0/+18
|\ \
| * | cmake-gui: Reference LGPLv2.1 when redistributing QtBrad King2013-11-212-0/+18
* | | Merge topic 'use-generator-target'Brad King2013-11-221-2/+5
|\ \ \
| * | | Add a null check to the generator target accessor.Stephen Kelly2013-11-211-2/+5
* | | | Merge topic 'cross-compiling-toolchain-variables'Brad King2013-11-223-1/+31
|\ \ \ \
| * | | | Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-213-1/+31
* | | | | Merge topic 'qt-dialog-reconfigure'Brad King2013-11-221-0/+1
|\ \ \ \ \
| * | | | | cmake-gui: Configure again if a variable is changed before Generate is pushed.Clinton Stimpson2013-11-211-0/+1
* | | | | | CMake Nightly Date StampKitware Robot2013-11-221-1/+1
* | | | | | Merge topic 'missing-target-error'Brad King2013-11-213-23/+57
|\ \ \ \ \ \
| * | | | | | Add policy CMP0040 to disallow custom commands on missing targetsNils Gladitz2013-11-213-23/+57
| |/ / / / /
* | | | | | Merge topic 'cmake-credits'Brad King2013-11-212-6/+14
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Credit Kitware and csimsoft for their maintenance rolesBrad King2013-11-192-6/+14
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2013-11-211-1/+1
| |/ / / |/| | |
* | | | Merge topic 'constify'Brad King2013-11-2012-74/+83
|\ \ \ \
| * | | | cmTarget: Trivially make more API const.Stephen Kelly2013-11-192-25/+26
| * | | | cmTarget: Make GetExportMacro const.Stephen Kelly2013-11-192-3/+3
| * | | | cmTarget: Make NameResolvesToFramework const.Stephen Kelly2013-11-192-3/+3
| * | | | cmGlobalGenerator: Make NameResolvesToFramework const.Stephen Kelly2013-11-192-9/+11
| * | | | cmMakefile: Make FindTarget const.Stephen Kelly2013-11-192-8/+6
| * | | | cmMakefile: Make IsAlias const.Stephen Kelly2013-11-192-2/+2
| * | | | cmTarget: Make GetInterfaceLinkLibraries const.Stephen Kelly2013-11-192-2/+2
| * | | | cmTarget: Make GetTargetSourceFileFlags const.Stephen Kelly2013-11-192-6/+7
| * | | | cmTarget: Make custom command accessors API const.Stephen Kelly2013-11-197-13/+20
| * | | | cmGeneratorTarget: Make GetIncludeDirectories const.Stephen Kelly2013-11-192-3/+3
| | |/ / | |/| |
* | | | Merge topic 'dev/better-eclipse-language-support'Brad King2013-11-205-6/+60
|\ \ \ \
| * | | | eclipse: Support custom natures via a global propertyBen Boeckel2013-11-191-0/+12
| * | | | eclipse: Add natures for Eclipse based on enabled languagesBen Boeckel2013-11-192-6/+35
| * | | | Notify extra generators about languagesBen Boeckel2013-11-193-0/+13
| |/ / /
* | | | Merge topic 'remove-LOCATION-property-use'Brad King2013-11-201-1/+1
|\ \ \ \
| * | | | KDevelop: Use GetLocation(0) instead of LOCATION property.Stephen Kelly2013-11-191-1/+1
| |/ / /
* | | | Merge topic 'fix-help-format-warning-exit'Brad King2013-11-202-13/+16
|\ \ \ \
| * | | | cmDocumentation: Fix exit after help output format warningsBrad King2013-11-192-13/+16
| |/ / /
* | | | Merge topic 'vs9-map-Fd'Brad King2013-11-201-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577)Brad King2013-11-181-0/+2
* | | | CMake Nightly Date StampKitware Robot2013-11-201-1/+1
| |_|/ |/| |
* | | Merge topic 'cross-compiling-toolchain-variables'Brad King2013-11-194-7/+114
|\ \ \ | |_|/ |/| |
| * | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-194-7/+55
| * | Allow toolchain files to specify an external toolchain.Stephen Kelly2013-11-192-0/+30
| * | Add compiler target compile options.Stephen Kelly2013-11-192-0/+29
* | | Merge topic 'cleanup-build-commands'Brad King2013-11-1931-464/+582
|\ \ \
| * | | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-1814-9/+20
| * | | ctest: Teach --build-options to allow zero optionsBrad King2013-11-181-14/+5
| * | | ctest: Make the --build-makeprogram optional for --build-and-testBrad King2013-11-181-4/+9
| * | | Simplify some calls to cmGlobalGenerator::BuildBrad King2013-11-182-18/+2