You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2020/05/07 11:51:14 UTC

[celix] branch develop updated (23a9f61 -> f30a2bd)

This is an automated email from the ASF dual-hosted git repository.

abroekhuis pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 23a9f61  Merge pull request #224 from apache/feature/threadsafe_svc_id
     add ab4a9ae  Updated gtest setup to either use GTest supplied Config file, or (if not found) download via Cmake's FetchContent. Updated usage to correct alias.
     add f627f16  Removed -Weffc++ to be able to compile gtest with GCC
     add 41e1198  Merge branch 'develop' of github.com:apache/celix into feature/update_gtest_config
     add ac0cf56  Fixed GTest includes to proper name
     add f0b89a9  Added back effc++ flag. Moved gtest inclusion before the flags to prevent compiler failures due to w_error.
     add f86c6ac  Delete .travis.yml
     new f30a2bd  Merge pull request #202 from apache/feature/update_gtest_config

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        | 85 ----------------------
 CMakeLists.txt                                     | 20 ++---
 bundles/logging/log_admin/gtest/CMakeLists.txt     |  2 +-
 bundles/logging/log_helper/gtest/CMakeLists.txt    |  2 +-
 .../log_writers/syslog_writer/gtest/CMakeLists.txt |  2 +-
 .../pubsub_protocol_wire_v1/gtest/CMakeLists.txt   |  2 +-
 .../remote_service_admin_dfi/gtest/CMakeLists.txt  |  2 +-
 cmake/AddGTest.cmake                               | 39 +++-------
 libs/dfi/gtest/CMakeLists.txt                      |  2 +-
 libs/framework/gtest/CMakeLists.txt                |  2 +-
 libs/utils/gtest/CMakeLists.txt                    |  2 +-
 11 files changed, 27 insertions(+), 133 deletions(-)
 delete mode 100644 .travis.yml


[celix] 01/01: Merge pull request #202 from apache/feature/update_gtest_config

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

abroekhuis pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git

commit f30a2bd48ab428140331705bae4c725baa286546
Merge: 23a9f61 f86c6ac
Author: Alexander Broekhuis <ab...@apache.org>
AuthorDate: Thu May 7 13:51:03 2020 +0200

    Merge pull request #202 from apache/feature/update_gtest_config
    
    Updated gtest setup to either use GTest supplied Config file, or (if …

 .travis.yml                                        | 85 ----------------------
 CMakeLists.txt                                     | 20 ++---
 bundles/logging/log_admin/gtest/CMakeLists.txt     |  2 +-
 bundles/logging/log_helper/gtest/CMakeLists.txt    |  2 +-
 .../log_writers/syslog_writer/gtest/CMakeLists.txt |  2 +-
 .../pubsub_protocol_wire_v1/gtest/CMakeLists.txt   |  2 +-
 .../remote_service_admin_dfi/gtest/CMakeLists.txt  |  2 +-
 cmake/AddGTest.cmake                               | 39 +++-------
 libs/dfi/gtest/CMakeLists.txt                      |  2 +-
 libs/framework/gtest/CMakeLists.txt                |  2 +-
 libs/utils/gtest/CMakeLists.txt                    |  2 +-
 11 files changed, 27 insertions(+), 133 deletions(-)