-
Notifications
You must be signed in to change notification settings - Fork 43
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 #216
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0921c74
Add standalone executables
mjcarroll 0dab304
Add CLI11 branch of utils
mjcarroll 172605b
Attempt at minimally invaisive ruby edits
mjcarroll fc18bac
Re-enable ign tests, fix test cmd file
scpeters 7bccb17
Remove ign directory
mjcarroll 381e740
Split topic and service into their own executables
mjcarroll 210859d
Lint
mjcarroll 37f3546
Export path to both executables in ruby script
scpeters 14afd74
Use libignition-utils1-dev for CI
scpeters c94fc59
Fix seg-faults in ign executables
scpeters 8936e12
Use Open3.capture2e instead of `` to fix args
scpeters 0ecc161
ign_TEST: update expected error message
scpeters befe59f
configure.bat: install ign-utils
scpeters c6f85c8
Fix generation of cmd*.rb file on Windows
scpeters 0d8b134
rm configure.bat
scpeters 35ce8fe
Remove visibility macros from ign.cc
scpeters 0058edd
Do not set VISIBILITY for extern C functions
j-rivero 4dcbd43
Disable UNIT_ign_TEST on windows
scpeters 6614414
Use popen2e to print input as it arrives
scpeters 42472b2
Install to IGN_LIB_INSTALL_DIR
scpeters 040faa7
Wait longer in TopicPublish test
scpeters 9584a1e
Merge branch 'ign-transport10' into add_standalone
scpeters f39b7d7
ign_TEST: improve reliability of TopicPublish test
scpeters File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
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.
this whole folder was skipped previously for windows, so I think that's why we're seeing these errors. I have my windows VM running, and I've made a little progress on the configuration errors, so I'll investigate this a little further before giving up and disabling portions on windows