summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-2110-176/+119
* 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-216-263/+99
|\ \
| * | 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-211-1/+1
|\ \ \
| * | | Help: Spell '-D' option consistently across documentation (#15575)Brad King2015-05-201-1/+1
| | |/ | |/|
* | | 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
| * | | cmMakefile: Remove VarInitStack.Stephen Kelly2015-05-193-21/+28
| * | | cmMakefile: Use more suitable method name to log var usage.Stephen Kelly2015-05-192-7/+7
| * | | cmMakefile: Move internal method to private scope.Stephen Kelly2015-05-191-2/+2
| * | | cmMakefile: Mark definitions explicitly erased, even at top level.Stephen Kelly2015-05-193-16/+1
| * | | cmMakefile: Raise variable in scope explicitly when needed.Stephen Kelly2015-05-193-7/+17
| * | | cmMakefile: Use early return to reduce nested code.Stephen Kelly2015-05-191-15/+16
| * | | cmMakefile: Don't use else after return.Stephen Kelly2015-05-191-4/+1
| * | | cmMakefile: Remove redundant conditions.Stephen Kelly2015-05-191-6/+3
| * | | cmCTest: Remove unimplemented method.Stephen Kelly2015-05-191-5/+0
| * | | cmMakefile: Remove Print() debugging facilities.Stephen Kelly2015-05-192-62/+0
| * | | cmMakefile: Remove duplicate variable initialization.Stephen Kelly2015-05-191-4/+2
| * | | cmMakefile: Don't expect the VarStack iterator to support size().Stephen Kelly2015-05-191-2/+1
| * | | cmMakefile: Remove redundant condition.Stephen Kelly2015-05-191-8/+2
| * | | cmMakefile: Rename method to something more appropriate.Stephen Kelly2015-05-194-4/+4
| * | | cmMakefile: Make the public ReadListFile method take one param.Stephen Kelly2015-05-192-10/+11
| * | | cmMakefile: Remove CurrentListFile member.Stephen Kelly2015-05-192-16/+1
| * | | cmMakefile: Port CurrentListFile clients to GetDefinition.Stephen Kelly2015-05-193-4/+7
| |/ /
* | | Merge topic 'run-include-what-you-use'Brad King2015-05-214-0/+115
|\ \ \
| * | | Add options to run include-what-you-use with the compilerBrad King2015-05-193-0/+33
| * | | cmake: Add internal -E mode to run include-what-you-use with the compilerBill Hoffman2015-05-191-0/+82
* | | | CMake Nightly Date StampKitware Robot2015-05-211-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-05-201-1/+1
| |/ / |/| |
* | | Merge topic 'use-std-unordered_map'Brad King2015-05-199-6/+93
|\ \ \
| * | | Use std::unordered_map instead of hash_map where available.Stephen Kelly2015-05-188-5/+84
| * | | AutoGen: Don't iterate over a container while populating it.Stephen Kelly2015-05-161-1/+9
* | | | Merge topic 'ninja-per-target-rules'Brad King2015-05-195-10/+49
|\ \ \ \ | | |/ / | |/| |
| * | | Ninja: Generate separate compile and link rules for each targetBrad King2015-05-185-10/+49