-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add standalone executables #121
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #121 +/- ##
==========================================
+ Coverage 30.24% 34.09% +3.85%
==========================================
Files 3 4 +1
Lines 734 786 +52
==========================================
+ Hits 222 268 +46
- Misses 512 518 +6
Continue to review full report at Codecov.
|
I saw some code in the deleted |
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.
Looks really good. A few suggestions of transport
to launch
and maybe a place where we can increase coverage more.
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@osrf-jenkins retest this please |
* Add standalone executables Signed-off-by: ahcorde <ahcorde@gmail.com> * Added feedback and more tests Signed-off-by: ahcorde <ahcorde@gmail.com> * Add one more test Signed-off-by: ahcorde <ahcorde@gmail.com> * Fixed test Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde ahcorde@gmail.com
🎉 New feature
Summary
This keeps the
ign.cc
andign.hh
the same, and just provides a C++ entrypoint. This will help with the Windows port #120Test it
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge