summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
|\ \ \ \ \ \
| * | | | | | cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-1715-47/+42
| |/ / / / /
* | | | | | Merge topic 'fortran-compiler-id'Brad King2019-01-2114-4/+127
|\ \ \ \ \ \
| * | | | | | Fortran: Add compiler ID/Version generator expressionsAndrew Paprocki2019-01-1814-4/+127
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'update-libuv'Brad King2019-01-2198-3144/+3400
|\ \ \ \ \ \
| * | | | | | libuv: Update CMake-internal buildsystemBrad King2019-01-174-23/+31
| * | | | | | libuv: Include uv/ headers from each other without any pathBrad King2019-01-172-14/+14
| * | | | | | Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-1794-3123/+3371
| |\ \ \ \ \ \
| | * | | | | | libuv 2019-01-15 (f84c5e69)libuv upstream2019-01-1694-3128/+3406
* | | | | | | | Merge topic 'cmake-role-fix'Brad King2019-01-214-3/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | CMAKE_ROLE: Fix value for ctest --build-and-testKyle Edwards2019-01-184-3/+20
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'autogen_mocs_compilation_first'Brad King2019-01-216-20/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Autogen: Prepend instead of append `mocs_compilation.cpp` to the sources listSebastian Holtermann2019-01-182-4/+6
| * | | | | | | | cmTarget,cmGeneratorTarget: Add optional `before` parameter to AddSourceSebastian Holtermann2019-01-184-16/+22
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'swift-module-name'Brad King2019-01-213-2/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Ninja: support `SWIFT_MODULE_NAME` propertySaleem Abdulrasool2019-01-183-2/+11
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'use-emplace'Brad King2019-01-2158-271/+271
|\ \ \ \ \ \ \ \
| * | | | | | | | clang-tidy: Use emplaceRegina Pfeifer2019-01-1757-269/+269
| * | | | | | | | CTestSVN: Accept std::string in SVNInfo constructorBrad King2019-01-172-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'ctest-json-polish'Brad King2019-01-219-11/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | CTest: Teach --show-only= to reject unknown valuesBrad King2019-01-175-0/+8
| * | | | | | | | CTest: Teach --show-only=json-v1 to filter out not-available testsBrad King2019-01-172-0/+6
| * | | | | | | | Tests: Fix RunCMake.CTestCommandLine case when no python is foundBrad King2019-01-171-0/+3
| * | | | | | | | Tests: Rename RunCMake.CTestCommandLine show-only test casesBrad King2019-01-175-12/+12
| * | | | | | | | Tests: Fix RunCMake.CTestCommandLine to actually check json-v1Brad King2019-01-161-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindCURL-typo'Brad King2019-01-211-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | FindCURL: fix component failure when no pkg-configHiroshi Miura2019-01-211-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'command_file_link'Brad King2019-01-2115-3/+226
|\ \ \ \ \ \ \ \