-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into reactor-ts-npm
- Loading branch information
Showing
6 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
Submodule reactor-c
updated
15 files
+1 −0 | .gitignore | |
+3 −3 | core/federated/federate.c | |
+1 −1 | core/federated/federate.h | |
+6 −6 | core/federated/net_util.c | |
+5 −4 | core/federated/net_util.h | |
+3 −1 | core/platform.h | |
+3 −0 | core/platform/Platform.cmake | |
+82 −0 | core/platform/lf_arduino_support.c | |
+115 −0 | core/platform/lf_arduino_support.h | |
+9 −2 | core/reactor.c | |
+4 −0 | core/reactor.h | |
+34 −16 | core/reactor_common.c | |
+35 −4 | core/tag.h | |
+4 −3 | core/threaded/reactor_threaded.c | |
+11 −11 | core/threaded/scheduler_GEDF_NP.c |
Submodule reactor-cpp
updated
8 files
+15 −3 | include/reactor-cpp/action.hh | |
+26 −13 | include/reactor-cpp/impl/action_impl.hh | |
+62 −0 | include/reactor-cpp/safe_vector.hh | |
+12 −5 | include/reactor-cpp/scheduler.hh | |
+55 −34 | include/reactor-cpp/value_ptr.hh | |
+5 −5 | lib/action.cc | |
+0 −1 | lib/port.cc | |
+68 −40 | lib/scheduler.cc |
Submodule reactor-c-py
updated
from 61433a to 3c8843
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters