Radium dataflow#1007
Closed
MathiasPaulin wants to merge 204 commits intoSTORM-IRIT:release-candidatefrom
Closed
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
ee53b1d to
4023491
Compare
dlyr
reviewed
Nov 8, 2022
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
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Desription
Add dataflow programming capabilities to the Radium engine (draft)
TODO