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

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

commit 3974d91f093e809bd33d4cb333969f236ceb3c70
Merge: f8e95a54 ad8004fc
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon Oct 9 09:35:40 2023 +0200

    Merge pull request #665 from apache/feature/509-update-cxx-support-to-cxx14
    
    Feature/509 update cxx support to cxx14

 .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