This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/error_injector
in repository https://gitbox.apache.org/repos/asf/celix.git
from 94bab53f Fix memory over-read and leak in PSA#465
add 3dcf4406 Update github actions to use conan and apt/brew
add 2870a970 Fix several small issues detected/needed in the github ci
actions
add bc6b665f Add issue nr to adjusted github ci config
add 1bfc2c59 Disable coverity-scan on push and pull request.
add 9ab2a920 Configure nightly build for github macOS ci
add 4a3e9640 Fix some conan-related issues.
add feabcf46 Resolve upstream openssl conan-requirement conflict.
add 38e6bea8 Add CMake find module providing RapidJSON target.
add db728077 Add building conan test package to ubuntu ci config.
add 5161aa54 Fix `conan create` error.
add 43fa5dfe Add missing deprecated header when running `conan create`.
add 90c99c37 Revert "Add missing deprecated header when running `conan
create`."
add cc9656c0 Revert "Revert "Add missing deprecated header when running
`conan create`.""
add bacd272e Fix `conan create` failure caused by compiler mismatch.
add 981d6e71 Re-enable build-conan on MacOS.
add 4500fb8a Remove `brew update`.
add 46f55ba4 Fix conan build on Macos.
add f45a497d Conan build time optimization.
add 3286ea61 Re-disable build-conan on MacOS.
add 32b7bc2a Re-enable build-conan on MacOS.
add 2bfa9cec Reduce stack usage in test.
add b2d04a14 Fix wrong compiler.libcxx setting on MacOS.
add 1dac05b0 Disable build-conan on MacOS for unresolved #471.
add add23bbc Conan build-time optimization.
add c30112ba Fix illegal stack access by `va_copy`.
add eaee61e6 Fix remaining va_copy problems.
add 9ccb7208 Restore MacOs build-conan Test.
add 4834c653 Merge pull request #472 from
apache/feature/update_github_actions
add 69d60421 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/celix into feature/update_github_actions
add 51949e07 Merge pull request #474 from
apache/feature/update_github_actions
new 3470ad33 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/celix into feature/error_injector
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:
.github/workflows/celix_etcdlib.yml | 18 ++--
.github/workflows/celix_promise.yml | 18 ++--
.github/workflows/coverage.yml | 67 +++++--------
.github/workflows/coverity-scan.yml | 17 +++-
.github/workflows/macos-nightly.yml | 43 --------
.github/workflows/macos.yml | 111 ++++++++++++++-------
.github/workflows/ubuntu-nightly.yml | 69 -------------
.github/workflows/ubuntu.yml | 106 ++++++++++++++------
.../discovery_configured/CMakeLists.txt | 2 +
bundles/logging/log_admin/src/celix_log_admin.c | 5 +-
.../gtest/src/SyslogWriterTestSuite.cc | 9 +-
.../src/celix_syslog_writer_activator.c | 5 +-
.../remote_services/discovery_shm/CMakeLists.txt | 4 +-
.../remote_service_admin_shm_v2/CMakeLists.txt | 8 +-
.../rsa_spi/include/export_registration.h | 11 +-
.../rsa_spi/include/import_registration.h | 11 +-
.../shell_bonjour/private/src/bonjour_shell.c | 2 +-
.../Modules/FindRapidJSON.cmake | 27 +++--
conanfile.py | 15 +--
examples/conan_test_package/README.md | 4 +-
examples/conan_test_package/conanfile.py | 4 +-
.../conan_test_package/my_log_writer_activator.c | 5 +-
libs/dfi/src/dyn_common.c | 2 +-
libs/framework/src/celix_log.c | 2 +-
libs/utils/CMakeLists.txt | 2 +-
25 files changed, 279 insertions(+), 288 deletions(-)
delete mode 100644 .github/workflows/macos-nightly.yml
delete mode 100644 .github/workflows/ubuntu-nightly.yml
copy bundles/pubsub/examples/pubsub/CMakeLists.txt =>
cmake/Modules/FindRapidJSON.cmake (53%)