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

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


    from f8e95a54 Merge pull request #666 from 
apache/feature/509-remove-install-of-v2-headers
     add bd2487aa #509: Remove C++17 support for lib utils and framework
     add b95c0120 #509: Add missing IsString check in Properties to allow prop 
set with std::string
     add 0bb4432d #509: Remove config for cxx11 and cxx14 testing options from 
github ci
     add 93ea73dd #509: Reintroduce CELIX_CXX17 option. This is still needed.
     add 7204f73b #509: Update changes for changed supported C++ standard.
     add eb255d85 #509: Update Apache Celix description in conanfile
     add 81c523e1 Merge branch 'master' into 
feature/509-update-cxx-support-to-cxx14
     add f6fc5d61 #509: Fix and update CELIX_CXX17 option usage for test setup
     add ad8004fc #509: Update mentioning of C++17 in markdown documentation
     new 3974d91f Merge pull request #665 from 
apache/feature/509-update-cxx-support-to-cxx14

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:
 .asf.yaml                                          |   2 +-
 .github/workflows/coverage.yml                     |   2 -
 .github/workflows/coverity-scan.yml                |   2 -
 .github/workflows/macos.yml                        |   4 -
 .github/workflows/ubuntu.yml                       |   4 -
 CHANGES.md                                         |   4 +-
 CMakeLists.txt                                     |  13 ++-
 README.md                                          |   2 +-
 .../include/celix/rsa/EndpointDescription.h        |   3 +-
 conanfile.py                                       |   6 +-
 documents/README.md                                |   2 +-
 documents/subprojects.md                           |   4 +-
 examples/celix-examples/CMakeLists.txt             |   2 +-
 libs/framework/CMakeLists.txt                      |   2 +-
 libs/framework/doxygen.md                          |   2 +-
 libs/framework/gtest/CMakeLists.txt                |  77 -------------
 .../gtest/src/CxxBundleContextTestSuite.cc         |  15 ---
 .../gtest/src/DependencyManagerTestSuite.cc        |  21 ++--
 libs/framework/include/celix/Bundle.h              |  19 ----
 libs/framework/include/celix/BundleContext.h       | 114 --------------------
 libs/framework/include/celix/FrameworkUtils.h      |   6 --
 libs/framework/include/celix/ServiceRegistration.h |  16 ---
 .../include/celix/ServiceRegistrationBuilder.h     |   9 --
 libs/framework/include/celix/TrackerBuilders.h     |   4 -
 libs/framework/include/celix/Trackers.h            |  66 +-----------
 libs/framework/include/celix/UseServiceBuilder.h   |   4 -
 libs/utils/CMakeLists.txt                          |   4 +-
 libs/utils/gtest/CMakeLists.txt                    |  33 +++---
 libs/utils/gtest/src/CxxPropertiesTestSuite.cc     |  75 -------------
 libs/utils/gtest/src/CxxUtilsTestSuite.cc          |  36 -------
 libs/utils/include/celix/Filter.h                  |  29 -----
 libs/utils/include/celix/Properties.h              | 104 +++---------------
 libs/utils/include/celix/Utils.h                   | 119 ---------------------
 33 files changed, 60 insertions(+), 745 deletions(-)

Reply via email to