This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/dfi-cleanup
in repository https://gitbox.apache.org/repos/asf/celix.git
from 84b45788 Refactor other dynType_sequence methods.
add 7e050ed1 container: Remove incorrect comment in Gitpod container
add 2fa08300 container: Rename 'start' script to 'run' script
add 99e9b7b0 container: Update README to advise using 'build' directory
add 171db15e container: Fix variable globbing in run script
add d99179a7 container: Add container build workflow
add a800c426 Merge pull request #717 from
apache/feature/add-build-job-for-dev-container
add dfc647c0 Merge branch 'master' into feature/dfi-cleanup
add e84ac213 Make double-reference work for dynType, and improve
dynType_print robustness and coverage.
No new revisions were added by this update.
Summary of changes:
.github/workflows/containers.yml | 38 +++++++++++++++
container/Containerfile.gitpod | 3 --
container/README.md | 11 ++---
container/build-ubuntu-container.sh | 1 -
...ubuntu-container.sh => run-ubuntu-container.sh} | 3 +-
container/support-scripts/build-all.sh | 1 -
libs/dfi/gtest/src/dyn_type_ei_tests.cc | 18 +++++++
libs/dfi/gtest/src/dyn_type_tests.cpp | 55 ++++++++++++++++++++--
libs/dfi/src/dyn_type.c | 53 ++++++++++++---------
libs/dfi/src/dyn_type_common.c | 4 +-
10 files changed, 146 insertions(+), 41 deletions(-)
create mode 100644 .github/workflows/containers.yml
rename container/{start-ubuntu-container.sh => run-ubuntu-container.sh} (96%)