[Cmake-commits] CMake branch, master, updated. v3.15.0-rc3-198-gcba6c59
Kitware Robot
kwrobot at kitware.com
Tue Jul 2 08:43:04 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via cba6c59e7061b1aac74626a456cc14a094285916 (commit)
via 021d147d26cb332f88e90d8a2dca9ff940942b7a (commit)
via 5d8dcdf5be57e66ab3a50d9f17f94baf24424582 (commit)
via 41acd44625f63d0730fdbd983ea598b227622087 (commit)
via c56201bdac81d3d74efa9437a7ed2cef4285de6d (commit)
via 9d0ad814f6df30f5a94156f3aa0118d70e9fa34f (commit)
via 0998f6396a51248aa307c3254f876d2699597a5b (commit)
via ba13dc2aa88097649b4c9084a5188fbf7f56a901 (commit)
via 7449c63f3ea8026cd14e7b88d44253375dd9c298 (commit)
via 963ddafeaabd2853002df66b6e873a379a75c45a (commit)
via 1a2d6bdefcd7cb0f3f3a4f5ccd0bee0ddb1e7faa (commit)
via 7a3d9b08b9f481a9bdf682051b118523a2da922d (commit)
via a4d502a5bfc38254ccb49615be8d7070fca6819e (commit)
from 554c2ed743f4134df5552d4702c6b1e1dee97079 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cba6c59e7061b1aac74626a456cc14a094285916
commit cba6c59e7061b1aac74626a456cc14a094285916
Merge: 021d147 c56201b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 2 08:41:36 2019 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Jul 2 08:41:36 2019 -0400
Merge branch 'release-3.15'
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=021d147d26cb332f88e90d8a2dca9ff940942b7a
commit 021d147d26cb332f88e90d8a2dca9ff940942b7a
Merge: 5d8dcdf 963ddaf
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 2 12:36:55 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Jul 2 08:39:38 2019 -0400
Merge topic 'qt-5.13'
963ddafeaa QtDialog: Use QPalette::WindowText instead of QPalette::Foreground
1a2d6bdefc Tests: Autogen: Use valid rcc compression levels
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !3500
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5d8dcdf5be57e66ab3a50d9f17f94baf24424582
commit 5d8dcdf5be57e66ab3a50d9f17f94baf24424582
Merge: 41acd44 0998f63
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 2 12:37:18 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Jul 2 08:38:24 2019 -0400
Merge topic 'update-expat'
0998f6396a Merge branch 'upstream-expat' into update-expat
ba13dc2aa8 expat 2019-06-19 (d3b78b42)
7449c63f3e expat: Update script to get Expat 2.2.7
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !3501
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=41acd44625f63d0730fdbd983ea598b227622087
commit 41acd44625f63d0730fdbd983ea598b227622087
Merge: 554c2ed a4d502a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 2 12:36:45 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Jul 2 08:36:56 2019 -0400
Merge topic 'cuda-no-device-link-when-disabled'
a4d502a5bf CUDA: Do not device link if CUDA is not an enabled language
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !3491
-----------------------------------------------------------------------
Summary of changes:
Source/QtDialog/RegexExplorer.cxx | 2 +-
Source/cmLinkLineDeviceComputer.cxx | 4 +
Source/cmMakefileExecutableTargetGenerator.cxx | 6 +-
Source/cmMakefileLibraryTargetGenerator.cxx | 8 +-
Source/cmVisualStudio10TargetGenerator.cxx | 2 +-
Tests/Cuda/CMakeLists.txt | 1 +
Tests/Cuda/NotEnabled/CMakeLists.txt | 14 +
Tests/Cuda/NotEnabled/lib.cxx | 5 +
.../main.cu => NotEnabled/main.cxx} | 3 +-
Tests/QtAutogen/SameName/CMakeLists.txt | 8 +-
Utilities/Scripts/update-expat.bash | 2 +-
Utilities/cmexpat/ConfigureChecks.cmake | 35 +-
Utilities/cmexpat/README.md | 55 +-
Utilities/cmexpat/expat_config.h.cmake | 30 +-
Utilities/cmexpat/lib/ascii.h | 32 +-
Utilities/cmexpat/lib/asciitab.h | 32 +-
Utilities/cmexpat/lib/expat.h | 36 +-
Utilities/cmexpat/lib/expat_external.h | 92 +-
Utilities/cmexpat/lib/iasciitab.h | 32 +-
Utilities/cmexpat/lib/internal.h | 36 +-
Utilities/cmexpat/lib/latin1tab.h | 32 +-
Utilities/cmexpat/lib/loadlibrary.c | 4 +-
Utilities/cmexpat/lib/nametab.h | 32 +
Utilities/cmexpat/lib/siphash.h | 17 +
Utilities/cmexpat/lib/utf8tab.h | 33 +-
Utilities/cmexpat/lib/winconfig.h | 41 +-
Utilities/cmexpat/lib/xmlparse.c | 2715 ++++++++++----------
Utilities/cmexpat/lib/xmlrole.c | 32 +-
Utilities/cmexpat/lib/xmlrole.h | 32 +-
Utilities/cmexpat/lib/xmltok.c | 90 +-
Utilities/cmexpat/lib/xmltok.h | 37 +-
Utilities/cmexpat/lib/xmltok_impl.c | 115 +-
Utilities/cmexpat/lib/xmltok_impl.h | 31 +-
Utilities/cmexpat/lib/xmltok_ns.c | 33 +-
34 files changed, 2091 insertions(+), 1588 deletions(-)
create mode 100644 Tests/Cuda/NotEnabled/CMakeLists.txt
create mode 100644 Tests/Cuda/NotEnabled/lib.cxx
copy Tests/Cuda/{MixedStandardLevels/main.cu => NotEnabled/main.cxx} (52%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list