-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radium dataflow #1007
base: release-candidate
Are you sure you want to change the base?
Radium dataflow #1007
Conversation
177728c
to
8a8a74f
Compare
10b3f41
to
100b6f2
Compare
Codecov Report
@@ Coverage Diff @@
## release-candidate #1007 +/- ##
=====================================================
+ Coverage 45.65% 48.28% +2.62%
=====================================================
Files 312 351 +39
Lines 23063 25722 +2659
=====================================================
+ Hits 10530 12420 +1890
- Misses 12533 13302 +769
|
d658ada
to
5597064
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review in progress
ee53b1d
to
4023491
Compare
89f4ed6
to
a4d7d7a
Compare
e1f7cbb
to
3f243ac
Compare
6af0cfb
to
aae1e1d
Compare
Make data private and also use port shared ptr
Instead of two sets.
BinaryOpNode FilterNode SingleDataSourceNode
Also start gather logging and new addLink with port only
move oneline in class definition move template outside class definition in header move bigger method in .cpp reorder a bit
Add getter, and also reorder public/protected/private to have only one section of each.
As suggested by codacy.
Use more type alias FindNode2 recurs on graph node SinkNode and FonctionNode port getter
Pull Request Desription
Add dataflow programming capabilities to the Radium engine (draft)
TODO