summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge topic 'doc-RunCMake-result'Brad King2017-09-141-2/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Tests: Update RunCMake/README.rst to clarify meaning of -result.txtBrad King2017-09-141-2/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'release-3.9'Brad King2017-09-140-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'backport-autogen-target-depends' into release-3.9Brad King2017-09-1312-72/+242
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'bootstrap-twice-in-source' into release-3.9Brad King2017-09-131-0/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'backport-vs-fix-config-map' into release-3.9Brad King2017-09-132-8/+20
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'get_filename_component-fix-program-split'Brad King2017-09-145-1/+99
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semanticsBrad King2017-09-135-1/+99
* | | | | | | | | | | Merge topic 'remove-nmcl'Brad King2017-09-141-4/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Platforms: Remove Windows-NMclChristian Pfeiffer2017-09-131-4/+0
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'bootstrap-twice-in-source'Brad King2017-09-141-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | bootstrap: Fix running multiple times in-sourceBrad King2017-09-131-0/+6
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'vs-fix-config-map'Brad King2017-09-142-8/+20
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'backport-vs-fix-config-map' into vs-fix-config-mapBrad King2017-09-132-8/+20
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targetsBrad King2017-09-132-8/+20
| | |/ / / / / / /
* | | | | | | | | Merge topic 'autogen-target-depends-fix-3-9-2'Brad King2017-09-140-0/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Merge branch 'backport-autogen-target-depends' into autogen-target-depends-fi...Brad King2017-09-130-0/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Autogen: Tests: Backport tests for _autogen target dependenciesSebastian Holtermann2017-09-1311-47/+182
| | * | | | | | Autogen: Backport autogen target dependency as file dependency fixSebastian Holtermann2017-09-131-25/+60
| | |/ / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-141-1/+1
* | | | | | | Merge topic 'improve-graphviz-doc'Craig Scott2017-09-142-9/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Docs: Improve markup for graphviz related documentationJano Svitok2017-09-112-9/+9
* | | | | | | Merge topic 'msvc-base-features'Brad King2017-09-131-0/+24
|\ \ \ \ \ \ \
| * | | | | | | MSVC: Avoid unnecessary C++ feature detection stepsBrad King2017-09-121-0/+24
* | | | | | | | Merge topic 'MsvcArm64'Brad King2017-09-1310-5/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | MSVC: Add support for ARM64 architectureMinmin Gong2017-09-1210-5/+35
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'ranged-for'Brad King2017-09-13133-3592/+2456
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-12133-3592/+2456
* | | | | | | | CMake Nightly Date StampKitware Robot2017-09-131-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'vs-clang-llvm-support'Brad King2017-09-122-4/+3
|\ \ \ \ \ \ \
| * | | | | | | VS: Update support for LLVM-vs* toolsets from LLVM 5.0Konstantin Ivlev2017-09-112-4/+3
* | | | | | | | Merge topic 'get-or-create-source-group'Brad King2017-09-124-103/+85
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Use cmMakefile::GetOrCreateSourceGroup in cmQtAutogeneratorsInitializerSebastian Holtermann2017-09-091-14/+1
| * | | | | | | Use cmMakefile::GetOrCreateSourceGroup in cmSourceGroupCommandSebastian Holtermann2017-09-091-32/+2
| * | | | | | | cmMakefile: Add GetOrCreateSourceGroup methodsSebastian Holtermann2017-09-092-0/+33
| * | | | | | | cmMakefile: Collect source group methods in one placeSebastian Holtermann2017-09-092-57/+49
* | | | | | | | Merge topic 'iwyu-update'Brad King2017-09-121-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | cmCustomCommandGenerator: Fix include-what-you-use diagnosticBrad King2017-09-111-0/+2
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-09-121-1/+1
* | | | | | | | | Merge topic 'find-openssl'Brad King2017-09-111-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindOpenSSL: Search 'ssld' and 'crypod' for debug variantsRobert Dailey2017-09-081-0/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'doc-find_dependency-return'Brad King2017-09-111-17/+28
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | CMakeFindDependencyMacro: Document return() behavior and caveatsBrad King2017-09-081-7/+18
| * | | | | | | | CMakeFindDependencyMacro: Convert documentation to bracket commentBrad King2017-09-081-17/+17
| |/ / / / / / /
* | | | | | | | Merge topic 'vs_improve_custom_command'Brad King2017-09-118-8/+126
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | VS: only add custom command line if it is not emptyMichael Stürmer2017-09-046-8/+113
| * | | | | | | add HasOnlyEmptyCommandLines() method to cmCustomCommandGeneratorMichael Stürmer2017-09-042-0/+13
* | | | | | | | Merge topic 'timestamp'Brad King2017-09-115-2/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Timestamp: support %A and %BBernhard M. Wiedemann2017-09-075-2/+11
* | | | | | | | | Merge topic 'show_weighted_times'Brad King2017-09-1111-115/+69
|\ \ \ \ \ \ \ \ \