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

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


    from 5bc6333  Restructured compile flags. Update test bundle filenames to 
work with build type.
     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
     add f30a2bd  Merge pull request #202 from 
apache/feature/update_gtest_config
     add 1d02e16  Merge branch 'develop'
     new 78c31b8  Merge branch 'master' of github.com:apache/celix into 
feature/support_multiple_build_types

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                                     | 14 ++--
 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, 24 insertions(+), 130 deletions(-)
 delete mode 100644 .travis.yml

Reply via email to