summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmDepends: Refactor cmDepends::CheckDependencies methodSebastian Holtermann2019-03-272-78/+71
* cmFiletimeCache: Add cmFiletimeCache::Remove methodSebastian Holtermann2019-03-272-6/+16
* cmFileTime: Make cmFileTime::Compare method constSebastian Holtermann2019-03-271-1/+1
* Merge topic 'update-policy-documentation'Kyle Edwards2019-03-2760-345/+356
|\
| * Help: Improve Cache documentationBartosz Kosiorek2019-03-273-6/+6
| * Help: Improve documentation links and formattingBartosz Kosiorek2019-03-2757-339/+350
* | CMake Nightly Date StampKitware Robot2019-03-271-1/+1
* | Merge topic 'cmGlobalGenerator_code_maintenance'Brad King2019-03-261-71/+41
|\ \
| * | cmGlobalGenerator: Inline `aRange` acquisition in `for(x:aRange)` invocationsSebastian Holtermann2019-03-251-27/+11
| * | cmGlobalGenerator: Use auto for long iterator typesSebastian Holtermann2019-03-251-44/+30
* | | Merge topic 'fix_autogen_deadlock'Brad King2019-03-262-3/+17
|\ \ \
| * | | Autogen: Fix deadlock when uv_spawn() fails while trying to run mocAlexandru Croitor2019-03-252-3/+17
* | | | Merge branch 'release-3.14'Brad King2019-03-260-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'toolchain-include_directories' into release-3.14Brad King2019-03-257-1/+34
| |\ \ \ \
* | \ \ \ \ Merge topic 'toolchain-include_directories'Brad King2019-03-267-1/+34
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Restore support for include_directories() in toolchain filesBrad King2019-03-257-1/+34
* | | | | CMake Nightly Date StampKitware Robot2019-03-261-1/+1
* | | | | Merge topic 'ctest_submit_get_buildid'Brad King2019-03-255-24/+55
|\ \ \ \ \
| * | | | | ctest_submit: Add option BUILD_IDZack Galbreath2019-03-225-24/+55
| | |_|/ / | |/| | |
* | | | | Merge topic 'pkg-get-variable-prefix-path'Brad King2019-03-255-109/+184
|\ \ \ \ \
| * | | | | pkg_get_variable now sets PKG_CONFIG_PATH like pkg_check_modulesDan Kegel2019-03-202-26/+35
| * | | | | FindPkgConfig: hoist PKG_CONFIG_PATH ops out into _pkg_set_path_internalDan Kegel2019-03-201-89/+98
| * | | | | More tests for pkg_get_variableDan Kegel2019-03-204-0/+57
* | | | | | CMake Nightly Date StampKitware Robot2019-03-251-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-03-241-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2019-03-231-1/+1
| |/ / / |/| | |
* | | | Merge topic 'ghs-linux'Brad King2019-03-2218-90/+166
|\ \ \ \
| * | | | FindThreads: Fix pthread library check in GHS Multi GeneratorNaren Manimohan2019-03-211-0/+3
| * | | | GHS: Add support for GHS Multi Generator in LinuxNaren Manimohan2019-03-218-17/+52
| * | | | Tests: Fix file name case in GHS object library testNaren Manimohan2019-03-211-1/+1
| * | | | Tests: Run GHS tests in a separate ctest processBrad King2019-03-211-0/+1
| * | | | GHS: Fix include-what-you-use and clang-tidy diagnosticsBrad King2019-03-208-72/+109
* | | | | Merge topic 'cmTarget_non_copyable'Brad King2019-03-222-10/+11
|\ \ \ \ \
| * | | | | cmMakefile: Use std::unordered_map::emplace to add cmTargets to the listSebastian Holtermann2019-03-212-10/+11
* | | | | | Merge topic 'cmTarget_micro_fixes'Brad King2019-03-221-57/+34
|\ \ \ \ \ \
| * | | | | | cmTarget: Acquire data only when neededSebastian Holtermann2019-03-211-4/+3
| * | | | | | cmTarget: Use helper function to append to listsSebastian Holtermann2019-03-211-53/+31
| |/ / / / /
* | | | | | Merge topic 'update-kwsys'Brad King2019-03-223-210/+209
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-03-212-206/+189
| |\ \ \ \ \ \
| | * | | | | | KWSys 2019-03-21 (fd41ac36)KWSys Upstream2019-03-212-206/+189
| * | | | | | | update-third-party: update from upstreamBrad King2019-03-211-4/+20
* | | | | | | | Merge topic 'xcodescheme2'Brad King2019-03-2244-91/+128
|\ \ \ \ \ \ \ \
| * | | | | | | | Xcode: Create Xcode schemes per targetHarry Mallon2019-03-2144-91/+128
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-03-221-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'tar-improve-error-handling'Kyle Edwards2019-03-219-37/+85
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | cmake: tar: Parse 'cmake -E tar' argumentsBartosz Kosiorek2019-03-209-37/+85
* | | | | | | | Merge topic 'dont_do_compiler_feature_checks_for_version_with_no_features'Brad King2019-03-213-24/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | CompileFeatures: Don't try_compile for language levels with no featuresRobert Maynard2019-03-201-2/+12
| * | | | | | | | CMake: Provide language level compile features listsRobert Maynard2019-03-202-22/+56
* | | | | | | | | Merge topic 'timeout'Brad King2019-03-211-6/+9
|\ \ \ \ \ \ \ \ \