summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-2323-54/+62
* Merge topic 'tidy-pass-by-value'Brad King2019-01-2374-257/+265
|\
| * clang-tidy: Pass by valueRegina Pfeifer2019-01-2274-257/+265
* | Merge topic 'update-kwsys'Brad King2019-01-231-1/+2
|\ \
| * \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-01-221-1/+2
| |\ \ | | |/ | |/|
| | * KWSys 2019-01-22 (4fecfe6f)KWSys Upstream2019-01-221-1/+2
* | | Merge topic 'getmodulesfile-string'Brad King2019-01-236-25/+20
|\ \ \
| * | | cmMakefile: GetModulesFile() accepts std::string paramVitaly Stakhovsky2019-01-216-25/+20
* | | | Merge topic 'cmake_build_jobs_supports_no_space'Brad King2019-01-2310-19/+57
|\ \ \ \
| * | | | cmake: --build supports '-jN'Robert Maynard2019-01-2210-19/+61
| * | | | Tests: Remove unused files from RunCMake.CommandLine testBrad King2019-01-224-4/+0
| |/ / /
* | | | Merge branch 'release-3.13'Brad King2019-01-230-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'backport-cmake-warn-no-src-build-dir' into release-3.13Brad King2019-01-225-5/+46
| |\ \ \ \
* | \ \ \ \ Merge topic 'cmake-warn-no-src-build-dir'Brad King2019-01-235-5/+46
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-cmake-warn-no-src-build-dir'Brad King2019-01-221-0/+26
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Help: Add 3.13.4 release note for no source/build dir error/warningCraig Scott2019-01-221-0/+26
| | * | | | | cmake: Convert no source/build dir error to warningCraig Scott2019-01-224-5/+20
| | |/ / / /
| * | | | | cmake: Convert no source/build dir error to warningCraig Scott2019-01-224-5/+20
* | | | | | CMake Nightly Date StampKitware Robot2019-01-231-1/+1
|/ / / / /
* | | | | Merge topic 'implicit-includes'Brad King2019-01-2265-9/+1721
|\ \ \ \ \
| * | | | | Compute implicit include directories from compiler outputChuck Cranor2019-01-2161-0/+1671
| * | | | | CMakeDetermineCompilerABI: set locale to C for try_compile()Chuck Cranor2019-01-211-0/+17
| * | | | | CMakeDetermineCompilerABI: pass verbose flag during compilationBrad King2019-01-212-0/+7
| * | | | | try_compile: Preserve special characters in COMPILE_DEFINITIONSBrad King2019-01-211-1/+3
| * | | | | Refactor exclusion of -I/usr/include to avoid per-language valuesBrad King2019-01-212-8/+23
* | | | | | Merge topic 'help-mark-default-generator'Brad King2019-01-229-22/+68
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Help: Mark default CMake generator with asteriskArtur Ryt2019-01-186-8/+42
| * | | | | ccmake: Append rather than replace Generators section of docsCraig Scott2019-01-181-1/+1
| * | | | | cmake: Return generator docs directlyArtur Ryt2019-01-185-13/+25
| |/ / / /
* | | | | Merge topic 'crosscompiling_emulator-fix'Brad King2019-01-222-1/+7
|\ \ \ \ \
| * | | | | CROSSCOMPILING_EMULATOR: Fix test generation for empty valueKyle Edwards2019-01-212-1/+7
| | |_|/ / | |/| | |
* | | | | Merge topic 'findgit-imported-target'Brad King2019-01-226-0/+63
|\ \ \ \ \
| * | | | | FindGit: Add imported targetKyle Edwards2019-01-216-0/+63
| |/ / / /
* | | | | Merge topic 'Wcomma'Brad King2019-01-225-11/+13
|\ \ \ \ \
| * | | | | Fixed all but one clang -Wcomma warningSean McBride2019-01-125-11/+13
* | | | | | Merge topic 'stdout-string'Brad King2019-01-229-56/+42
|\ \ \ \ \ \
| * | | | | | cmSystemTools: Stdout(),Stderr() accept std::string argumentVitaly Stakhovsky2019-01-209-56/+42
* | | | | | | Merge topic 'depends-string'Brad King2019-01-2210-73/+76
|\ \ \ \ \ \ \
| * | | | | | | cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-1910-73/+76
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'cmake-gui-generator-platform'Brad King2019-01-2215-29/+341
|\ \ \ \ \ \ \
| * | | | | | | cmake-gui: Improve label for default platformJulien Jomier2019-01-212-2/+13
| * | | | | | | cmake-gui: Add field for generator platform selectionJulien Jomier2019-01-185-4/+101
| * | | | | | | Add global generator factory method to get default platform nameBrad King2019-01-1810-0/+26
| * | | | | | | Add global generator factory method to get list of known platformsBrad King2019-01-1810-0/+96
| * | | | | | | Split global generator factory list with and without platformsBrad King2019-01-1810-15/+92
| * | | | | | | VS: Factor out helper function to compute host platform nameBrad King2019-01-181-10/+15
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2019-01-221-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'ExternalProject-non-cmake-source-subdir'Brad King2019-01-215-2/+49
|\ \ \ \ \ \
| * | | | | | ExternalProject: support SOURCE_SUBDIR for BUILD_IN_SOURCEBen Boeckel2019-01-175-2/+49
* | | | | | | Merge topic 'read-list-file'Brad King2019-01-2115-47/+42
|\ \ \ \ \ \ \