This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 553e2f6a6 Merge pull request #773 from xuzhenbao/remote_event_admin
add 0edcf6e6c Add genericEventName, if available, to the warning message
when event is waiting
add 9c53f5c51 Expand the log message in waitForGenericEvent, add a
constant to set the genericEventTimeout
add 60aaabd1c Don't include gmock, but use EXPECT_TRUE() with find
add 3fe3e386f Remove celix_framework_isGenericEventInProgress Add
CELIX_ALLOWED_PROCESSING_TIME_FOR_GENERIC_EVENT_IN_SECONDS to documentation and
C++ header. Set genericEventTimeout in start of framework modified:
documents/framework.md modified:
libs/framework/gtest/src/CelixFrameworkTestSuite.cc modified:
libs/framework/include/celix/Constants.h modified:
libs/framework/src/framework.c modified:
libs/framework/src/framework_private.h
add c9bf242b0 Rename genericEventTimeout to genericEventTimeoutInSeconds
add 3c13b38e3 Fix corner-case use-after-free.
new 06ae35ae7 Merge pull request #780 from
Deedss/feature/event-information-on-waiting
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:
documents/framework.md | 1 +
.../framework/gtest/src/CelixFrameworkTestSuite.cc | 34 +++++++++++++++++++++
libs/framework/include/celix/Constants.h | 8 +++++
libs/framework/include/celix_constants.h | 15 ++++++++++
libs/framework/src/framework.c | 35 ++++++++++++++--------
libs/framework/src/framework_private.h | 2 ++
6 files changed, 82 insertions(+), 13 deletions(-)