[Cmake-commits] CMake branch, master, updated. v3.11.0-rc2-137-g674c5b3

2018-03-05 Thread Kitware Robot
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  674c5b306671129bc4a854137c304f19e2c3bf65 (commit)
  from  49e777aeb1dbb141383faf1e5cb20c7443952302 (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=674c5b306671129bc4a854137c304f19e2c3bf65
commit 674c5b306671129bc4a854137c304f19e2c3bf65
Author: Kitware Robot <kwro...@kitware.com>
AuthorDate: Tue Mar 6 00:01:23 2018 -0500
Commit: Kitware Robot <kwro...@kitware.com>
CommitDate: Tue Mar 6 00:01:23 2018 -0500

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 7ec49e8..c4acb16 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,5 +1,5 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 11)
-set(CMake_VERSION_PATCH 20180305)
+set(CMake_VERSION_PATCH 20180306)
 #set(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.cmake |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v3.11.0-rc2-136-g49e777a

2018-03-05 Thread Kitware Robot
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  49e777aeb1dbb141383faf1e5cb20c7443952302 (commit)
   via  dc38970f8388e21227c8cdc50df93431c3719030 (commit)
   via  b39a9dd897f3062273acb4d2ea3dbf4d9c7343c3 (commit)
   via  7776ce98c3fc1fc656c646ea783c23aee27261a2 (commit)
   via  bafe655b11c876b45a5ce1fbaf4643593bdd22a3 (commit)
   via  57538224d06225ce039f9c883465c6743186c2f4 (commit)
   via  9a7f039ee7d3f40d6d041fd0d1ef43f92faf8996 (commit)
   via  dfb6e84082884f908ffad4594d2712d9edfd2cc0 (commit)
   via  51249e69eaab33fe43805b9fe2262b4ddab01b56 (commit)
   via  e22c45d4c97c713734b8349132fa881f602f7ae3 (commit)
   via  0a21d820d3533309daff2f7fbf3389cd900cf9b8 (commit)
   via  f93cc4158e0df5f7cc39c97e275bdc58c54698bd (commit)
   via  915b71010c1c48ccd8e84df825579dd5595afc9a (commit)
   via  fcaa134c6c36e2de8d454a3d5132dee19f9f7b95 (commit)
   via  cf5d0b49e8505ca9e17c5c5a44bbdce933f3cb63 (commit)
   via  1ac042aa67c0e0ab531cd38977cb2f65fd96ed4b (commit)
  from  2fbd77124e4990a381143f0351b1caed12db5107 (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=49e777aeb1dbb141383faf1e5cb20c7443952302
commit 49e777aeb1dbb141383faf1e5cb20c7443952302
Merge: dc38970 0a21d82
Author: Brad King 
AuthorDate: Mon Mar 5 14:02:07 2018 +
Commit: Kitware Robot 
CommitDate: Mon Mar 5 09:02:14 2018 -0500

Merge topic 'general_cleanup_enhance'

0a21d820d3 Remove c_str() from calls to converttorelativeformake in XCode 
Generator
f93cc4158e Refactor cmCacheManager::LoadCache to use ostringstream
915b71010c Enhance RunCMake test coverage for file(GLOB)
fcaa134c6c Refactor HandleGlobCommand
cf5d0b49e8 Adjust class description in cmFileTimeComparison.h

Acked-by: Kitware Robot 
Merge-request: !1810


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dc38970f8388e21227c8cdc50df93431c3719030
commit dc38970f8388e21227c8cdc50df93431c3719030
Merge: b39a9dd 7776ce9
Author: Brad King 
AuthorDate: Mon Mar 5 14:01:24 2018 +
Commit: Kitware Robot 
CommitDate: Mon Mar 5 09:01:42 2018 -0500

Merge topic 'object-library-linking'

7776ce98c3 Tests: Add cases for usage requirements of linked object libs
bafe655b11 Help: Document linking behavior of OBJECT libraries
57538224d0 objlib: Link object-files from `OBJECT` libraries.
9a7f039ee7 objlib: Allow `OBJECT` libraries to link to `OBJECT` libraries.
dfb6e84082 objlib: Allow other libraries to link to `OBJECT` libraries.
51249e69ea objlib: Allow `OBJECT` libraries to link to other libraries.
e22c45d4c9 Tests: Teach RunCMake to ignore AIX ld warnings about GNU atexit

Acked-by: Kitware Robot 
Acked-by: Pavel Solodovnikov 
Acked-by: John Drouhard 
Merge-request: !1524


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b39a9dd897f3062273acb4d2ea3dbf4d9c7343c3
commit b39a9dd897f3062273acb4d2ea3dbf4d9c7343c3
Merge: 2fbd771 1ac042a
Author: Brad King 
AuthorDate: Mon Mar 5 14:00:18 2018 +
Commit: Kitware Robot 
CommitDate: Mon Mar 5 09:00:30 2018 -0500

Merge topic 'def-generate-windows-only'

1ac042aa67 Do not generate rules for .def generation where not supported

Acked-by: Kitware Robot 
Merge-request: !1809


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7776ce98c3fc1fc656c646ea783c23aee27261a2
commit 7776ce98c3fc1fc656c646ea783c23aee27261a2
Author: Brad King 
AuthorDate: Thu Mar 1 09:25:50 2018 -0500
Commit: Brad King 
CommitDate: Thu Mar 1 09:28:00 2018 -0500

Tests: Add cases for usage requirements of linked object libs

Add tests to cover transitive usage requirements on installation and
export of targets that link to object libraries.

Issue: #14778

diff --git a/Tests/ExportImport/Export/CMakeLists.txt 
b/Tests/ExportImport/Export/CMakeLists.txt
index 4f663f6..cbc8c6b 100644
--- a/Tests/ExportImport/Export/CMakeLists.txt
+++ b/Tests/ExportImport/Export/CMakeLists.txt
@@ -88,7 +88,17 @@ else()
   set(maybe_OBJECTS_DESTINATION "")
 endif()
 
-add_library(testLib9Obj OBJECT testLib9Obj.c)
+cmake_policy(PUSH)
+cmake_policy(SET CMP0022 NEW)
+add_library(testLib9ObjPub OBJECT testLib9ObjPub.c)
+target_compile_definitions(testLib9ObjPub INTERFACE testLib9ObjPub_USED)