summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | FindSWIG: Search for swig.swg only on host (#13449)Julien Schueller2013-11-221-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'FindSWIG-fix13426'Brad King2013-11-251-0/+2
|\ \ \ \ \ \ \
| * | | | | | | FindSWIG: Mark SWIG_DIR & SWIG_VERSION as advanced (#13426)Julien Schueller2013-11-221-0/+2
| |/ / / / / /
* | | | | | | Merge topic 'use-generator-target'Brad King2013-11-2521-118/+172
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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 'make-cpack-options-boolean'Brad King2013-11-251-7/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | CPack: use IsOn instead of IsSet for boolean CPack optionsNils Gladitz2013-11-191-7/+7
* | | | | | | CMake Nightly Date StampKitware Robot2013-11-251-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-11-241-1/+1
| |_|_|/ / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2013-11-231-1/+1
| |/ / / |/| | |
* | | | Merge topic 'FixIssue14029'Brad King2013-11-226-7/+37
|\ \ \ \
| * | | | FindSDL: Add additional search paths on MSVC (#14029)Benjamin Eikel2013-11-216-7/+37
* | | | | 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-228-0/+531
|\ \ \ \ \ \
| * | | | | | cmake-gui: Reference LGPLv2.1 when redistributing QtBrad King2013-11-218-0/+531
* | | | | | | 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-2221-9/+267
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-2121-9/+267
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | 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 'genex-docs'Brad King2013-11-211-77/+171
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Reformat cmake-generator-expressions.7 manualStephen Kelly2013-11-211-77/+171
|/ / / / / / / / /
* | | | | | | | | Merge topic 'missing-target-error'Brad King2013-11-2124-23/+148
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add policy CMP0040 to disallow custom commands on missing targetsNils Gladitz2013-11-2124-23/+148
| |/ / / / / / / /
* | | | | | | | | Merge topic 'cmake-credits'Brad King2013-11-212-6/+14
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Credit Kitware and csimsoft for their maintenance rolesBrad King2013-11-192-6/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindwxWidgets-3.0.0'Brad King2013-11-211-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | FindwxWidgets: Add support for wxWidgets 3.0.0 (#14587)Arnaud Desmier2013-11-201-0/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'find_backtrace'Brad King2013-11-213-0/+93
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Add FindBacktrace.cmake module.Vadim Zhukov2013-10-163-0/+93
* | | | | | | | 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 'add-missing-parent-group'Brad King2013-11-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | CPackComponent: handle the documented PARENT_GROUP parameterNils Gladitz2013-11-191-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'dev/better-eclipse-language-support'Brad King2013-11-207-6/+69
|\ \ \ \ \ \ \