summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'target-sources-error-conditions'Brad King2014-12-013-3/+44
|\
| * Export: Disallow export of targets with INTERFACE_SOURCESStephen Kelly2014-11-292-0/+21
| * cmTarget: Don't allow relative paths in INTERFACE_SOURCESStephen Kelly2014-11-291-3/+23
* | Merge topic 'fix-transitive-OBJECT_SOURCES-context'Brad King2014-12-011-34/+40
|\ \
| * | Genex: Fix evaluation context propagation for TARGET_OBJECTS.Stephen Kelly2014-11-261-34/+40
| |/
* | Merge topic 'fix-source-case-matching'Brad King2014-12-011-1/+2
|\ \
| * | Fix lookup of source names after conversion to their actual case (#15259)Brad King2014-11-261-1/+2
| |/
* | Merge topic 'revert-cached-regex-clear-for-master'Brad King2014-12-015-60/+43
|\ \
| * \ Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m...Brad King2014-11-265-60/+43
| |\ \
| | * | Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-265-60/+43
| | |/
| | * Merge branch 'vs-check-phone-store-tools' into releaseBrad King2014-11-177-35/+242
| | |\
| | * \ Merge branch 'vs14-is-2015' into releaseBrad King2014-11-172-11/+31
| | |\ \
| | * \ \ Merge branch 'kwsys-SharedForward-vs14' into releaseBrad King2014-11-171-1/+1
| | |\ \ \
| | | * | | KWSys SharedForward: Hard-code the ldpath buffer size to below VS 14 limitBrad King2014-11-141-1/+1
| | * | | | Merge branch 'vs-nsight-tegra-version' into releaseBrad King2014-11-131-2/+2
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'no-cmake-self-install-when-cross-compiling' into releaseBrad King2014-11-131-1/+2
| | |\ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2014-12-011-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-301-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-291-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-281-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-271-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'break-command-strictness'Brad King2014-11-267-1/+145
|\ \ \ \ \ \ \
| * | | | | | | break: Add policy CMP0055 to check calls strictlyGregor Jasny2014-11-253-1/+73
| * | | | | | | Track nested loop levels in CMake language with a stack of countersGregor Jasny2014-11-254-0/+72
* | | | | | | | Merge topic 'ccmake-system-form'Brad King2014-11-261-3/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmFormÅdne Hovda2014-11-251-3/+15
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-261-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'remove-ancient-msvc-workarounds'Brad King2014-11-256-50/+4
|\ \ \ \ \ \ \
| * | | | | | | cmGeneratorTarget: Remove MSVC7 workaroundStephen Kelly2014-11-201-20/+0
| * | | | | | | VisualStudio: Remove MSVC6 compatibility macro.Stephen Kelly2014-11-201-6/+0
| * | | | | | | cmSystemTools: Remove MSVC6 compatibility define.Stephen Kelly2014-11-201-3/+1
| * | | | | | | cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro.Stephen Kelly2014-11-201-2/+1
| * | | | | | | cmFindCommon: Remove MSVC6 workaround for nested struct private access.Stephen Kelly2014-11-201-7/+0
| * | | | | | | cmTarget: Remove std::min and std::max MSVC6 compatibility code.Stephen Kelly2014-11-201-12/+2
* | | | | | | | Merge topic 'remove-c_str'Brad King2014-11-2526-59/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove some unneeded c_str calls.Stephen Kelly2014-11-2326-59/+59
* | | | | | | | | Merge topic 'fortran-linker-flags'Brad King2014-11-253-5/+61
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix incremental linking setting for Fortran + VSZack Galbreath2014-11-213-5/+61
* | | | | | | | | | Merge topic 'cmTarget-null_ptr-everywhere'Brad King2014-11-251-19/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmTarget: Use null_ptr code path on all platformsBrad King2014-11-201-19/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'file-GENERATE-rerun'Brad King2014-11-251-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | file(GENERATE): Re-run cmake when appropriate.Stephen Kelly2014-11-181-0/+2
* | | | | | | | | | | Merge topic 'clean-autogen'Brad King2014-11-251-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | QtAutogen: Use cmHasLiteral{Prefix,Suffix} where possible.Stephen Kelly2014-11-181-3/+3
| * | | | | | | | | | | QtAutogen: Don't take a reference to temporary.Stephen Kelly2014-11-181-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'ccmake-hpux'Brad King2014-11-257-64/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ccmake: Cleanup and simplify conditional blocks for HP-UXÅdne Hovda2014-11-185-42/+13
| * | | | | | | | | | | ccmake: Use standard getmaxyx instead of non-standard getmax[xy]Ådne Hovda2014-11-183-22/+2
| * | | | | | | | | | | ccmake: Remove incomplete support for cur_colr on old HP-UXÅdne Hovda2014-11-181-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'custom-command-byproducts'Brad King2014-11-2519-30/+210
|\ \ \ \ \ \ \ \ \ \ \