This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/556-osgi-uninstall
in repository https://gitbox.apache.org/repos/asf/celix.git
from c7c818e2 Fix missing `DEPENDS` in `celix_bundle_libs` and typos.
add c3c5772e Add initial coding conventions markdown document
add d188dd40 Update coding convention doc
add 7ec7c39f Add .clang-format file
add 65750a55 Update the naming convention documentation
add b38d0805 Merge remote-tracking branch 'origin/master' into
feature/coding_conventions
add a565eff2 Update coding convention doc (#442)
add 88ea1270 Update clang-format file (#508)
add b688dc06 Apply suggestions from code review
add ef45f41c Applied some of the review comments for PR #544
add 49ef5c22 Merge remote-tracking branch 'origin/master' into
feature/coding_conventions
add 8ed95f2c Update dev guidelines and clang-format
add ec718724 Remove redundant clang-format options
add e32f4d5f Use std::int8_t as enum class base
add 74d9c24e Update coding conventions readme
add d2a82305 Remove include regroup from clang-format file
add be88ea02 Merge remote-tracking branch 'origin/master' into
feature/coding_conventions
add 9fd85c9f Move celix::Exception to utils and refactor to use using ctor
add f9ada53f Merge pull request #570 from
apache/feature/simplify-cxx-exceptions
add 546490e9 Merge remote-tracking branch 'origin/master' into
feature/coding_conventions
add ab2cc5e6 Merge pull request #544 from apache/feature/coding_conventions
add ff6b3ef9 Merge branch 'master' into feature/556-osgi-uninstall-2
No new revisions were added by this update.
Summary of changes:
.clang-format | 32 ++
CMakeLists.txt | 2 +-
.../admin/src/RemoteServiceAdmin.cc | 1 +
documents/README.md | 1 +
documents/development/README.md | 615 +++++++++++++++++++++
.../gtest/src/DependencyManagerTestSuite.cc | 4 +-
libs/framework/include/celix/Bundle.h | 2 +-
libs/framework/include/celix/Exception.h | 44 --
.../{ServiceFactory.h => FrameworkExceptions.h} | 23 +-
libs/framework/include/celix/ServiceRegistration.h | 8 +-
libs/framework/include/celix/Trackers.h | 15 +-
libs/framework/include/celix/dm/Component.h | 2 +-
libs/pushstreams/api/celix/PushEvent.h | 2 +-
libs/pushstreams/api/celix/PushStream.h | 2 +-
.../utils/include/celix/Exception.h | 15 +-
libs/utils/include/celix/Filter.h | 19 +-
libs/utils/include/celix_errno.h | 7 +-
17 files changed, 701 insertions(+), 93 deletions(-)
create mode 100644 .clang-format
create mode 100644 documents/development/README.md
delete mode 100644 libs/framework/include/celix/Exception.h
copy libs/framework/include/celix/{ServiceFactory.h => FrameworkExceptions.h}
(69%)
copy examples/celix-examples/services_example_cxx/api/examples/ICalc.h =>
libs/utils/include/celix/Exception.h (81%)