summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Misc. typosluz.paz2018-01-103-3/+3
* Merge branch 'release-3.10'Brad King2018-01-100-0/+0
|\
| * Merge branch 'backport-kwiml-riscv' into release-3.10Brad King2018-01-091-1/+1
| |\
| | * KWIML: Backport RISC-V update to CMake 3.10Brad King2018-01-091-1/+1
* | | Merge topic 'unhardcode-configuration-types'Brad King2018-01-1032-411/+115
|\ \ \
| * | | Help: Add references and backticks in LINK_FLAGS prop_tgtBeren Minor2018-01-081-2/+3
| * | | Unhardcode the CMAKE_CONFIGURATION_TYPES valuesBeren Minor2018-01-0832-410/+113
* | | | Merge topic 'serverTestInfoExpandVariables'Brad King2018-01-101-7/+18
|\ \ \ \
| * | | | server: Expand generator expressions for test infoJustin Goshi2018-01-041-7/+18
* | | | | Merge topic 'update-kwiml'Brad King2018-01-105-9/+38
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream-KWIML' into update-kwimlBrad King2018-01-095-9/+38
| |\ \ \ \ \
| | * | | | | KWIML 2018-01-09 (9c2d6cae)KWIML Upstream2018-01-095-9/+38
* | | | | | | CMake Nightly Date StampKitware Robot2018-01-101-1/+1
* | | | | | | Merge topic 'add_cuda_to_source_regex'Craig Scott2018-01-098-8/+14
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Add cu as default source file extensionRobert Maynard2018-01-088-8/+14
* | | | | | | | Merge branch 'release-3.10'Brad King2018-01-090-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'FindPostgres_support_for_v10' into release-3.10Brad King2018-01-091-2/+2
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'FindPostgres_support_for_v10'Brad King2018-01-091-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindPostgreSQL: Add support for PG10Egor Pugin2018-01-091-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'cpack_versions'Brad King2018-01-091-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Cpack.cmake: Document some CPACK_* default valuesHarry Mallon2017-12-201-5/+6
* | | | | | | | | Merge topic 'COMPILE_FLAGS-clarify-sf-prop-documentation'Brad King2018-01-091-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | COMPILE_FLAGS: do not imply that the property is a listBen Boeckel2018-01-081-3/+3
* | | | | | | | | | Merge topic 'doc-CMAKE_SYSTEM_NAME-mode'Brad King2018-01-091-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: note that CMAKE_SYSTEM_NAME is not set in script modeKyle Edwards2018-01-081-0/+3
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'doc-OUTPUT_NAME-clarify'Brad King2018-01-091-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: fix documentation for OUTPUT_NAMEKyle Edwards2018-01-081-1/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'vs10-target-generator-range-for'Brad King2018-01-091-238/+167
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | VS: Modernize 'for' loops in cmVisualStudio10TargetGenerator to C++11Vitaly Stakhovsky2017-12-211-238/+167
* | | | | | | | | | | Merge topic 'vs-ranged-for'Brad King2018-01-0911-247/+167
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-2111-247/+167
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'FindCUDA-deduplicate-c+std-host-flags'Brad King2018-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindCUDA: de-duplicates C++11 flag when propagating host flags.David Hirvonen2018-01-061-1/+1
* | | | | | | | | | | | Merge topic 'msvc2017-findcuda'Brad King2018-01-092-9/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | FindCUDA: Update to properly find MSVC 2017 compiler toolsAaron Bray2018-01-082-9/+16
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'improve_generated_property_docs'Craig Scott2018-01-091-4/+19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | GENERATED: Improve the documentation of the GENERATED file propertyRobert Maynard2018-01-081-4/+19
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-091-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge topic 'use_generator_is_multi_config'Brad King2018-01-0847-102/+176
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in ModulesCraig Scott2017-12-298-26/+42
| * | | | | | | | | | | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-2939-76/+134
* | | | | | | | | | | | Merge topic 'execute_process_UTF8_keyword'Brad King2018-01-085-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | execute_process: Allow UTF-8 as a synonym for the UTF8 keywordCraig Scott2017-12-275-4/+8
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic '17431-iphone-deployment-target'Brad King2018-01-0819-27/+200
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-2215-15/+185
| * | | | | | | | | | Xcode: rename embedded SDK query functionGregor Jasny2017-12-227-13/+16
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-081-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-071-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-061-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-051-1/+1