summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmState: Move snapshot creation to the cmake instance.Stephen Kelly2015-05-245-20/+43
* GHS: Remove call to SetCurrentLocalGenerator.Stephen Kelly2015-05-241-3/+1
* GHS: Don't attempt to generate for IMPORTED or INTERFACE targets.Stephen Kelly2015-05-241-0/+5
* GHS: Remove unnecessary condition.Stephen Kelly2015-05-241-7/+5
* GHS: Remove unused CustomCommandUseLocal.Stephen Kelly2015-05-241-3/+0
* GHS: Remove BuildFileName.Stephen Kelly2015-05-241-5/+0
* GHS: Remove unnecessary Configure override.Stephen Kelly2015-05-242-28/+0
* cmake: Remove redundant forward declaration.Stephen Kelly2015-05-241-1/+0
* cmake: Remove redundant condition.Stephen Kelly2015-05-241-5/+0
* foreach: Remove unused variables.Stephen Kelly2015-05-241-2/+0
* cmGlobalGenerator: De-virtualize methods with no overrides.Stephen Kelly2015-05-241-3/+3
* Ninja: Remove some bogus comments.Stephen Kelly2015-05-231-9/+0
* Merge topic 'clean-up-backtrace-handling'Brad King2015-05-224-51/+86
|\
| * cmake: Add IssueMessage overload taking a single cmListFileContext.Stephen Kelly2015-05-214-26/+44
| * cmake: Extract displayMessage method.Stephen Kelly2015-05-211-19/+25
| * cmake: Extract printMessageText method.Stephen Kelly2015-05-211-7/+9
| * cmake: Extract PrintMessagePreamble method.Stephen Kelly2015-05-212-8/+19
| * cmake: Move isError determination to a more-natural place.Stephen Kelly2015-05-211-5/+3
* | Merge topic 'vs-cleanup-internal-configs'Brad King2015-05-2210-176/+119
|\ \
| * | VS: Do not accumulate configurations globally (#15577)Brad King2015-05-2110-176/+119
| |/
* | Merge topic 'revert-extra-qbs-generator'Brad King2015-05-228-363/+1
|\ \
| * | Revert "Qbs: Add new 'extra' generator for qbs project files"Brad King2015-05-218-363/+1
| |/
* | CMake Nightly Date StampKitware Robot2015-05-221-1/+1
|/
* Merge topic 'ExternalProject_FixLog'Brad King2015-05-212-2/+39
|\
| * ExternalProject: Fix log when the first arg of commands is "COMMAND" (#15567)Daniele E. Domenichelli2015-05-202-2/+39
* | Merge topic 'use-std-unordered_map'Brad King2015-05-211-1/+3
|\ \
| * | Check for std::unordered_map only if we are building CMakeBrad King2015-05-201-1/+3
* | | Merge topic 'clean-up-cmLocalGenerator'Brad King2015-05-215-26/+13
|\ \ \
| * | | Convert: Remove specification of default parameter.Stephen Kelly2015-05-204-7/+5
| * | | cmLocalGenerator: Get enabled languages from cmState.Stephen Kelly2015-05-201-2/+2
| * | | cmLocalGenerator: Implement IsRootMakefile in terms of cmState.Stephen Kelly2015-05-201-1/+1
| * | | cmLocalGenerator: Inline ReadListFile method.Stephen Kelly2015-05-202-15/+4
| * | | cmLocalGenerator: Devirtualize method.Stephen Kelly2015-05-201-1/+1
* | | | Merge topic 'clean-up-CMAKE_COMMAND'Brad King2015-05-2116-56/+32
|\ \ \ \ | |/ / /
| * | | Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-2016-56/+32
* | | | Merge topic 'cmake-gui-osx-install-command-line'Brad King2015-05-217-263/+109
|\ \ \ \
| * | | | Help: Add notes for topic 'cmake-gui-osx-install-command-line'Brad King2015-05-211-0/+10
| * | | | cmake-gui: Replace command-line install dialog with information boxBrad King2015-05-216-253/+32
| * | | | cmake-gui: Add --install option to add command-line tools on OS XBrad King2015-05-211-0/+67
| * | | | cmake-gui: Drop undocumented and unused --mac-install optionBrad King2015-05-191-10/+0
* | | | | Merge topic 'doc-cache-option-space'Brad King2015-05-213-2/+5
|\ \ \ \ \
| * | | | | Help: Spell '-D' option consistently across documentation (#15575)Brad King2015-05-203-2/+5
| | |/ / / | |/| | |
* | | | | Merge topic 'clean-up-cmQtAutoGenerators'Brad King2015-05-211-26/+11
|\ \ \ \ \
| * | | | | QtAutogen: Create global generator on the stack.Stephen Kelly2015-05-191-6/+4
| * | | | | QtAutogen: Use a more-obvious delete-target.Stephen Kelly2015-05-191-1/+1
| * | | | | QtAutogen: Remove the need for a local makefile variable.Stephen Kelly2015-05-191-6/+3
| * | | | | QtAutogen: Inline static factory method.Stephen Kelly2015-05-191-14/+7
| * | | | | QtAutogen: Remove repeated setters.Stephen Kelly2015-05-191-3/+0
| |/ / / /
* | | | | Merge topic 'clean-up-cmMakefile'Brad King2015-05-219-247/+118
|\ \ \ \ \
| * | | | | cmMakefile: Remove VarUsageStack.Stephen Kelly2015-05-194-61/+22