- 20 Nov, 2019 1 commit
-
-
Kyle Edwards authored
-
- 19 Nov, 2019 1 commit
-
-
Charles Barto authored
-
- 18 Nov, 2019 1 commit
-
-
Gregor Jasny authored
Closes: #19967
-
- 15 Nov, 2019 2 commits
-
-
Brad King authored
Combine `--repeat-until-fail`, `--repeat-until-pass`, and `--repeat-after-timeout` to create a single `--repeat <mode>:<n>` option. Retain `--repeat-until-fail` too because that has been available in previous releases.
-
Cristian Adam authored
Fixes: #19970
-
- 14 Nov, 2019 1 commit
-
-
Brad King authored
Move them all under `Tests/ObjC` and `Tests/ObjCXX`.
-
- 13 Nov, 2019 3 commits
-
-
Johnny Jazeix authored
-
Johnny Jazeix authored
-
Kyle Edwards authored
The test for cm::optional assumed that *opt would return a reference to a non-constructed object if opt.has_value() is false. However, on certain systems that build CMake with flags to harden the build, this condition aborts rather than returning the invalid reference. Fix this by getting the reference only when the cm::optional is known to actually have a value. Fixes: #19964
-
- 11 Nov, 2019 6 commits
-
-
Alex Turbov authored
In commit da5ac4bb (cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variable, 2019-07-10, v3.16.0-rc1~165^2) we added both the variable and support for `cpack -C` with multiple configurations. Drop the variable because the `package` target cannot ensure that all of the configurations are built. Keep the command-line interface so that it can be used manually in scripts. Fixes: #19918
-
Cristian Adam authored
Fixes: #19936
-
Brad King authored
Do not expect PCH-included definitions for this compiler.
-
Cristian Adam authored
Fixes: #19946 Fixes: #19947Co-authored-by:
Craig Scott <craig.scott@crascit.com>
-
Cristian Adam authored
Fixes: #19952
- 09 Nov, 2019 1 commit
-
-
Cristian Adam authored
Fixes: #19920
-
- 07 Nov, 2019 2 commits
-
-
Brad King authored
-
Ben Boeckel authored
With the 10.x release, PostgreSQL upstream started encoding the version as `MMmmmm` where `M` is major and `m` is minor. Prior to that, `MMmmPP` was used where `P` was the patch number. Detect this difference and decode it based on the used encoding. Fixes: #19912
-
- 06 Nov, 2019 2 commits
-
-
Cristian Adam authored
There is no reason to skip the generated files, in case of problems one can use the SKIP_UNITY_BUILD_INCLUSION property. Fixes: #19925
-
Alex Turbov authored
- fix the typo in `foreach` documentation - fix broken `foreach(... IN ITEMS ... LISTS ...)` - add tests of `foreach` for existed functionality and fixes
-
- 05 Nov, 2019 5 commits
-
-
Craig Scott authored
Also includes variants like hw -> res
-
Craig Scott authored
-
Craig Scott authored
Only changes the user-visible effects of renaming hardware allocation to resource allocation. Code changes are the minimum needed to achieve that.
-
Brad King authored
The `PROCESSES` test property name added for CMake 3.16 is too close to the existing `PROCESSORS` test property. Furthermore, the property in principle specifies groups of resources organized in a way that is meaningful to a particular test. The groups may often correspond to processes but they could have other meanings. Since the property name `PROCESSES` has not been in a final 3.16 release yet, simply rename it to `RESOURCE_GROUPS`. Fixes: #19914
- 04 Nov, 2019 4 commits
-
-
Kyle Edwards authored
-
Ben Boeckel authored
With the 10.x release, PostgreSQL upstream started encoding the version as `MMmmmm` where `M` is major and `m` is minor. Prior to that, `MMmmPP` was used where `P` was the patch number. Detect this difference and decode it based on the used encoding. Fixes: #19912
-
- 02 Nov, 2019 2 commits
-
-
Alex Turbov authored
Closes #19638. Co-Authored-By:
Craig Scott <craig.scott@crascit.com>
-
Craig Scott authored
Fixes: #19909
-
- 01 Nov, 2019 2 commits
-
-
Brad King authored
These are not useful in nightly testing.
-
Marc Chevrier authored
-
- 29 Oct, 2019 3 commits
-
-
Brad King authored
Add an option to re-run tests if they timeout. This will help tolerate sporadic timeouts on busy machines.
-
Brad King authored
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>
-
Brad King authored
Clang scan-build 7 reports: ``` Tests/CMakeLib/testUTF8.cxx:12:3: warning: 4th function call argument is an uninitialized value printf("[0x%02X,0x%02X,0x%02X,0x%02X]", static_cast<int>(d[0]), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Manual tracing of all call sites shows that all values are initialized.
-
- 28 Oct, 2019 1 commit
-
-
Craig Scott authored
macOS/Xcode no longer populate /usr/include. Building with the compiler directly instead of using /usr/bin/c++ can result in missing headers without the -isysroot flag. Relates: #19885
-
- 27 Oct, 2019 2 commits
-
-
Craig Scott authored
-
Craig Scott authored
-
- 26 Oct, 2019 1 commit
-
-
Craig Scott authored
This fixes two errors: not accounting for the trailing null and a misunderstanding of what std::numeric_limits::digits10 means.
-