summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cmMakefile: Make listfile scopes responsible for logical checks.Stephen Kelly2015-06-302-30/+6
| * | | | cmMakefile: Move the lexical scope.Stephen Kelly2015-06-301-3/+2
| * | | | cmMakefile: Add automatic scopes to listfile readers.Stephen Kelly2015-06-302-6/+55
| * | | | cmMakefile: Move the IncludeScope to where it is used.Stephen Kelly2015-06-301-20/+20
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2015-07-021-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-07-011-1/+1
|/ / /
* | | Merge topic 'enable_language-fail-earlier'Brad King2015-06-301-0/+4
|\ \ \
| * | | enable_language: Allow CMakeDetermine<LANG>Compiler module to fail earlyBrad King2015-06-291-0/+4
* | | | CMake Nightly Date StampKitware Robot2015-06-301-1/+1
|/ / /
* | | CMake Nightly Date StampKitware Robot2015-06-291-1/+1
* | | CMake Nightly Date StampKitware Robot2015-06-281-1/+1
* | | CMake Nightly Date StampKitware Robot2015-06-271-1/+1
* | | Merge topic 'fix-target_link_libraries-wrong-dir'Brad King2015-06-263-4/+6
|\ \ \
| * | | cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626)Brad King2015-06-253-4/+6
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2015-06-261-1/+1
* | | Merge topic 'export-escaping'Brad King2015-06-251-3/+21
|\ \ \
| * | | Export: Escape exported property values when writing CMake language filesBrad King2015-06-241-3/+21
| | |/ | |/|
* | | Merge topic 'cmake-gui-osx-install-command-line'Brad King2015-06-252-2/+2
|\ \ \
| * | | cmake-gui: Change --install to use /usr/local/bin by default (#15627)Brad King2015-06-242-2/+2
* | | | CMake Nightly Date StampKitware Robot2015-06-251-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-06-241-1/+1
| |/ / |/| |
* | | Merge topic 'use-generator-target'Brad King2015-06-2322-57/+70
|\ \ \
| * | | Get the local generator from the GeneratorTarget.Stephen Kelly2015-06-224-6/+8
| * | | cmMakefileTargetGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-225-9/+8
| * | | cmNinjaGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-224-9/+8
| * | | cmGeneratorTarget: Require a cmLocalGenerator to construct.Stephen Kelly2015-06-223-5/+6
| * | | cmGlobalGenerator: Create GeneratorTargets with a local generator.Stephen Kelly2015-06-223-4/+5
| * | | GHS: Use a cmGeneratorTarget in generator API.Stephen Kelly2015-06-223-11/+12
| * | | cmGeneratorTarget: Add accessor for cmLocalGenerator.Stephen Kelly2015-06-222-0/+7
| * | | C::B: Get the Makefile from the LocalGenerator, not vice-versa.Stephen Kelly2015-06-222-13/+16
* | | | Merge topic 'fix-function-missing-end'Brad King2015-06-236-27/+32
|\ \ \ \
| * | | | Fix assertion failure on unmatched function or macroBrad King2015-06-226-27/+32
* | | | | Merge topic 'qt-autogen-always-run'Brad King2015-06-231-21/+4
|\ \ \ \ \
| * | | | | QtAutogen: Add comment explaining why rcc cannot use PRE_BUILDBrad King2015-06-231-0/+3
| * | | | | QtAutogen: Always run autogen step even when rcc is enabled (#15608)Brad King2015-06-191-21/+1
* | | | | | CMake Nightly Date StampKitware Robot2015-06-231-1/+1
* | | | | | Merge topic 'minor-cleanups'Brad King2015-06-2215-58/+81
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | cmLocalGenerator: Constify GetIncludeDirectories method.Stephen Kelly2015-06-212-2/+2
| * | | | | QtAutogen: Get the global generator from the Makefile.Stephen Kelly2015-06-211-2/+1
| * | | | | cmLocalUnixMakefileGenerator3: Remove unused method.Stephen Kelly2015-06-211-3/+0
| * | | | | cmMakefile: Use member directly instead of through method.Stephen Kelly2015-06-211-1/+1
| * | | | | cmMakefile: Move IsRoot API from cmLocalGenerator.Stephen Kelly2015-06-217-13/+13
| * | | | | cmake: Update the current snapshot when Resetting.Stephen Kelly2015-06-213-4/+7
| * | | | | cmLocalGenerator: Add IssueMessage method.Stephen Kelly2015-06-213-8/+29
| * | | | | cmMakefile: Use cmOutputConverter instead of cmLocalGenerator.Stephen Kelly2015-06-211-6/+7
| * | | | | cmOutputConverter: Constify API.Stephen Kelly2015-06-214-22/+24
* | | | | | Merge topic 'clean-up-ReadListFile'Brad King2015-06-222-74/+81
|\ \ \ \ \ \
| * | | | | | cmMakefile: Simplify filename handling.Stephen Kelly2015-06-211-7/+3
| * | | | | | cmMakefile: Make the IncludeScope more responsible.Stephen Kelly2015-06-211-3/+5
| * | | | | | cmMakefile: Move IncludeScope.Stephen Kelly2015-06-211-1/+2