summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'root-dir-assertion-fix'Brad King2019-11-044-2/+22
|\ | | | | | | | | | | | | 0692eaf0fe ForceToRelativePath: Fix spurious assertion when local path is root dir Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3976
| * ForceToRelativePath: Fix spurious assertion when local path is root dirCraig Scott2019-11-024-2/+22
| | | | | | Fixes: #19909
* | Merge topic 'FindwxWidgets-wxwin-313'Brad King2019-11-041-0/+10
|\ \ | | | | | | | | | | | | | | | | | | f805cdd261 FindwxWidgets: Add support for 3.1.3 VS binaries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3972
| * | FindwxWidgets: Add support for 3.1.3 VS binariesTomasz Słodkowicz2019-11-011-0/+10
| |/
* | Merge topic 'update-compile-feature-supported-compiler-list'Brad King2019-11-041-11/+11
|\ \ | | | | | | | | | | | | | | | | | | b7955bd931 Help: Remove out of date bounds on compile feature supported versions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3974
| * | Help: Remove out of date bounds on compile feature supported versionsRobert Maynard2019-11-011-11/+11
| | | | | | | | | | | | | | | | | | The upper limits on what compiler CMake supports is always changing, and the values inside cmake-compile-feature is always out of date. So lets remove it.
* | | Merge topic 'fix_load_cache_docs'Brad King2019-11-041-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 657fb0aa6f Help: Clarify load_cache documentation of first parameter Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3971
| * | | Help: Clarify load_cache documentation of first parameterCharles Barto2019-11-011-2/+2
| | |/ | |/| | | | | | | | | | The first parameter is the path to the *directory* containing the `CMakeCache.txt` file, not the file itself.
* | | Merge topic 'tutorial-cleanup'Brad King2019-11-041-63/+66
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 9682adb6ad Tutorial: clean up typos, grammar and formatting Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3984
| * | | Tutorial: clean up typos, grammar and formattingCraig Scott2019-11-041-63/+66
| |/ /
* | | Merge topic 'FindCUDA-find-nvcc'Brad King2019-11-041-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 067ee518f7 FindCUDA: Use find_program instead of find_path to find nvcc Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3973
| * | | FindCUDA: Use find_program instead of find_path to find nvccHong Xu2019-11-011-2/+2
| | | | | | | | | | | | | | | | | | | | Otherwise nvcc is not found if it is in env PATH but a non-standard location.
* | | | Merge topic 'pgi-license-warnings'Brad King2019-11-042-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 59673bb2dc Tests: Teach RunCMake to ignore PGI license expiry warnings 210d04bb79 CTestCustom: Suppress PGI Community Edition compiler license warnings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3975
| * | | | Tests: Teach RunCMake to ignore PGI license expiry warningsBrad King2019-11-011-0/+6
| | | | | | | | | | | | | | | | | | | | These are not useful in nightly testing.
| * | | | CTestCustom: Suppress PGI Community Edition compiler license warningsBrad King2019-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | These are not useful in nightly testing.
* | | | | CMake Nightly Date StampKitware Robot2019-11-041-1/+1
| | | | |
* | | | | Merge branch 'release-3.16'Craig Scott2019-11-030-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'docs-file-GET_RUNTIME_DEPENDENCIES' into release-3.16Craig Scott2019-11-031-10/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | Merge-request: !3982
| * \ \ \ \ \ Merge branch 'docs-list-remove_item' into release-3.16Craig Scott2019-11-031-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Merge-request: !3977
* | \ \ \ \ \ \ Merge topic 'docs-file-GET_RUNTIME_DEPENDENCIES'Craig Scott2019-11-031-10/+10
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 23752d5bad Help: Typo and grammar fixes for file(GET_RUNTIME_DEPENDENCIES) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3982
| * | | | | | | Help: Typo and grammar fixes for file(GET_RUNTIME_DEPENDENCIES)Craig Scott2019-11-031-10/+10
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that ``MODULE`` s was rendering strangely, so the wording has been tweaked to avoid needing to specify ``MODULE`` as a plural word. Modules are still libraries, so it is okay to call them as such where it doesn't cause any ambiguity.
* | | | | | | Merge topic 'docs-list-remove_item'Craig Scott2019-11-031-1/+1
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ad024439f5 Help: list(REMOVE_ITEM) removes all instances, not just the first found Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3977
| * | | | | | Help: list(REMOVE_ITEM) removes all instances, not just the first foundCraig Scott2019-11-021-1/+1
| |/ / / / / | | | | | | | | | | | | Fixes: #19908
* | | | | | CMake Nightly Date StampKitware Robot2019-11-031-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-11-021-1/+1
| | | | | |
* | | | | | Merge topic 'ctest-repeat-until-pass'Brad King2019-11-0131-28/+268
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 39ac8b4eb5 ctest: Add --repeat-after-timeout option 80c2c9d14c ctest: Add --repeat-until-pass option 0187e52244 cmCTestRunTest: Use inline member initializers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3960
| * | | | | ctest: Add --repeat-after-timeout optionBrad King2019-10-2917-7/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to re-run tests if they timeout. This will help tolerate sporadic timeouts on busy machines.
| * | | | | ctest: Add --repeat-until-pass optionBrad King2019-10-2921-23/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to re-run tests if they fail. This will help tolerate sporadic failures. Issue: #17010 Co-Author: Ben Boeckel <ben.boeckel@kitware.com> Co-Author: Chuck Atkins <chuck.atkins@kitware.com>
| * | | | | cmCTestRunTest: Use inline member initializersBrad King2019-10-292-6/+3
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-11-011-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'release-3.16'Brad King2019-10-310-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'clarify-BOOL-genex-eval' into release-3.16Brad King2019-10-311-2/+2
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | Merge-request: !3969
* | | | | Merge topic 'clarify-BOOL-genex-eval'Brad King2019-10-311-2/+2
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | cd888f1133 Help: drop confusing reference to `if()` from `$<BOOL:>` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3969
| * | | | Help: drop confusing reference to `if()` from `$<BOOL:>`Ben Boeckel2019-10-311-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | `if()` uses the internal `IsOn` call whild `$<BOOL:>` uses `IsOff`. For historical reasons, these are not inverses of each other, so drop mention of `if()` from the documentation of `$<BOOL:>`.
* | | | Merge branch 'release-3.16'Brad King2019-10-310-0/+0
|\ \ \ \ | |/ / /
| * | | CMake 3.16.0-rc3v3.16.0-rc3Brad King2019-10-311-1/+1
| | | |
* | | | Merge branch 'release-3.16'Brad King2019-10-310-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'swift-rpath' into release-3.16Brad King2019-10-311-0/+4
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !3965
| * \ \ \ Merge branch 'help-file-spelling-error' into release-3.16Brad King2019-10-311-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !3964
| * \ \ \ \ Merge branch 'autogen_windows_search_fix' into release-3.16Brad King2019-10-311-5/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !3962
* | \ \ \ \ \ Merge topic 'swift-rpath'Brad King2019-10-311-0/+4
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1e05f89f4b Swift: support `BUILD_RPATH` properties Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3965
| * | | | | | Swift: support `BUILD_RPATH` propertiesSaleem Abdulrasool2019-10-301-0/+4
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Enable passing a RPATH to Swift shared libraries. This enables testing libraries before they have been installed.
* | | | | | Merge topic 'help-file-spelling-error'Brad King2019-10-311-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | e0412a0e0b Help: Fix spelling error in file(GET_RUNTIME_DEPENDENCIES) docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3964
| * | | | | Help: Fix spelling error in file(GET_RUNTIME_DEPENDENCIES) docsMarc Chevrier2019-10-301-1/+1
| |/ / / /
* | | | | Merge topic 'autogen_windows_search_fix'Brad King2019-10-311-5/+3
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | 90d643c312 Autogen: Fix ambiguity in header file detection on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3962
| * | | | Autogen: Fix ambiguity in header file detection on WindowsSebastian Holtermann2019-10-301-5/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows, `CollapseFullPath` called with a path that ends with a dot might return a file with the same base name but any extension. To make sure we get only the file with the requested header extension, pass the complete file name to `CollapseFullPath`. Fixes: #19892
* | | | Merge topic 'update-kwsys'Brad King2019-10-313-5/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ddcaae77c Merge branch 'upstream-KWSys' into update-kwsys fe6725a1f7 KWSys 2019-10-30 (43131a7c) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3963
| * \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-10-303-5/+17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2019-10-30 (43131a7c)
| | * | | | KWSys 2019-10-30 (43131a7c)KWSys Upstream2019-10-303-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 43131a7c283dd6f198a2318a25e546a97ac356b3 (master). Upstream Shortlog ----------------- Brad King (1): cdd52ce1 RegularExpression: Initialize RegularExpressionMatch arrays fully Todd Martin (1): 569a1aed Encoding: Add ToWindowsExtendedPath support for wide string
* | | | | | Merge branch 'release-3.16'Craig Scott2019-10-310-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |