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 f9ada53f Merge pull request #570 from apache/feature/simplify-cxx-exceptions 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 546490e9 Merge remote-tracking branch 'origin/master' into feature/coding_conventions new ab2cc5e6 Merge pull request #544 from apache/feature/coding_conventions 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: .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/ServiceRegistration.h | 2 +- libs/framework/include/celix/Trackers.h | 2 +- libs/framework/include/celix/dm/Component.h | 2 +- libs/pushstreams/api/celix/PushEvent.h | 2 +- libs/pushstreams/api/celix/PushStream.h | 2 +- libs/utils/include/celix/Filter.h | 3 +- libs/utils/include/celix_errno.h | 7 +- 14 files changed, 666 insertions(+), 11 deletions(-) create mode 100644 .clang-format create mode 100644 documents/development/README.md