Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export: Process relative includes after genex evaluation. | Stephen Kelly | 2013-11-26 | 2 | -5/+23 |
* | target_include_directories: Allow relative path with genex | Stephen Kelly | 2013-11-26 | 1 | -1/+1 |
* | Merge topic 'use-generator-target' | Brad King | 2013-11-25 | 21 | -118/+172 |
|\ | |||||
| * | Port some of the generator API to cmGeneratorTarget. | Stephen Kelly | 2013-11-22 | 19 | -117/+154 |
| * | Order cmGeneratorTargetsType elements deterministically. | Stephen Kelly | 2013-11-22 | 2 | -1/+18 |
* | | Merge topic 'make-cpack-options-boolean' | Brad King | 2013-11-25 | 1 | -7/+7 |
|\ \ | |||||
| * | | CPack: use IsOn instead of IsSet for boolean CPack options | Nils Gladitz | 2013-11-19 | 1 | -7/+7 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-25 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-24 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-23 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'add-cmHasLiteralPrefix' | Brad King | 2013-11-22 | 17 | -35/+58 |
|\ \ | |||||
| * | | Use new cmHasLiteralPrefix function | Stephen Kelly | 2013-11-21 | 16 | -34/+33 |
| * | | cmStandardIncludes: Add new cmHasLiteralPrefix function. | Stephen Kelly | 2013-11-21 | 1 | -1/+25 |
* | | | Merge topic 'cmake-credits' | Brad King | 2013-11-22 | 2 | -0/+18 |
|\ \ \ | |||||
| * | | | cmake-gui: Reference LGPLv2.1 when redistributing Qt | Brad King | 2013-11-21 | 2 | -0/+18 |
* | | | | Merge topic 'use-generator-target' | Brad King | 2013-11-22 | 1 | -2/+5 |
|\ \ \ \ | |||||
| * | | | | Add a null check to the generator target accessor. | Stephen Kelly | 2013-11-21 | 1 | -2/+5 |
* | | | | | Merge topic 'cross-compiling-toolchain-variables' | Brad King | 2013-11-22 | 3 | -1/+31 |
|\ \ \ \ \ | |||||
| * | | | | | Introduce CMAKE_STAGING_PREFIX variable. | Stephen Kelly | 2013-11-21 | 3 | -1/+31 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'qt-dialog-reconfigure' | Brad King | 2013-11-22 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-gui: Configure again if a variable is changed before Generate is pushed. | Clinton Stimpson | 2013-11-21 | 1 | -0/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-22 | 1 | -1/+1 |
* | | | | | | Merge topic 'missing-target-error' | Brad King | 2013-11-21 | 3 | -23/+57 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add policy CMP0040 to disallow custom commands on missing targets | Nils Gladitz | 2013-11-21 | 3 | -23/+57 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'cmake-credits' | Brad King | 2013-11-21 | 2 | -6/+14 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Credit Kitware and csimsoft for their maintenance roles | Brad King | 2013-11-19 | 2 | -6/+14 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-21 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'constify' | Brad King | 2013-11-20 | 12 | -74/+83 |
|\ \ \ \ | |||||
| * | | | | cmTarget: Trivially make more API const. | Stephen Kelly | 2013-11-19 | 2 | -25/+26 |
| * | | | | cmTarget: Make GetExportMacro const. | Stephen Kelly | 2013-11-19 | 2 | -3/+3 |
| * | | | | cmTarget: Make NameResolvesToFramework const. | Stephen Kelly | 2013-11-19 | 2 | -3/+3 |
| * | | | | cmGlobalGenerator: Make NameResolvesToFramework const. | Stephen Kelly | 2013-11-19 | 2 | -9/+11 |
| * | | | | cmMakefile: Make FindTarget const. | Stephen Kelly | 2013-11-19 | 2 | -8/+6 |
| * | | | | cmMakefile: Make IsAlias const. | Stephen Kelly | 2013-11-19 | 2 | -2/+2 |
| * | | | | cmTarget: Make GetInterfaceLinkLibraries const. | Stephen Kelly | 2013-11-19 | 2 | -2/+2 |
| * | | | | cmTarget: Make GetTargetSourceFileFlags const. | Stephen Kelly | 2013-11-19 | 2 | -6/+7 |
| * | | | | cmTarget: Make custom command accessors API const. | Stephen Kelly | 2013-11-19 | 7 | -13/+20 |
| * | | | | cmGeneratorTarget: Make GetIncludeDirectories const. | Stephen Kelly | 2013-11-19 | 2 | -3/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'dev/better-eclipse-language-support' | Brad King | 2013-11-20 | 5 | -6/+60 |
|\ \ \ \ | |||||
| * | | | | eclipse: Support custom natures via a global property | Ben Boeckel | 2013-11-19 | 1 | -0/+12 |
| * | | | | eclipse: Add natures for Eclipse based on enabled languages | Ben Boeckel | 2013-11-19 | 2 | -6/+35 |
| * | | | | Notify extra generators about languages | Ben Boeckel | 2013-11-19 | 3 | -0/+13 |
| |/ / / | |||||
* | | | | Merge topic 'remove-LOCATION-property-use' | Brad King | 2013-11-20 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | KDevelop: Use GetLocation(0) instead of LOCATION property. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'fix-help-format-warning-exit' | Brad King | 2013-11-20 | 2 | -13/+16 |
|\ \ \ \ | |||||
| * | | | | cmDocumentation: Fix exit after help output format warnings | Brad King | 2013-11-19 | 2 | -13/+16 |
| |/ / / | |||||
* | | | | Merge topic 'vs9-map-Fd' | Brad King | 2013-11-20 | 1 | -0/+2 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577) | Brad King | 2013-11-18 | 1 | -0/+2 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-20 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'cross-compiling-toolchain-variables' | Brad King | 2013-11-19 | 4 | -7/+114 |
|\ \ \ | |_|/ |/| | |