-
Notifications
You must be signed in to change notification settings - Fork 18
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
Merge 1 -> main #79
Merged
Merged
Merge 1 -> main #79
Conversation
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
Signed-off-by: Mabel Zhang <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* Fix relocatable pkg-config file on Ubuntu The hard-coded ../.. path to prefix is incorrect when the .pc file is installed to a subfolder of lib, such as for debian packages, which install to /usr/lib/x86_64-linux-gnu/pkgconfig * Remove include and library flags from .pc file * Remove unneeded fields Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
* 🎈 1.1.0~pre1 Signed-off-by: Louise Poubel <[email protected]> * fix changelog Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Carlos Agüero <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* Relax version verification Signed-off-by: Caio Amaral <[email protected]> Co-authored-by: Carlos Agüero <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* Sort versions correctly. Signed-off-by: Carlos Agüero <[email protected]>
* Remove all cmake code related to compilations Signed-off-by: Jose Luis Rivero <[email protected]> Signed-off-by: Michael Carroll <[email protected]>
* Remove ruby find_program and ronn. Not really used Signed-off-by: Jose Luis Rivero <[email protected]>
…m#54) * Remove all test artifacts from build code: unused * Remove Utils.cmake code related to test * Add changelog entry Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Alejandro Hernández <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* 🎈 1.3.0 Signed-off-by: Louise Poubel <[email protected]> * merge changelog entries PR gazebosim#56 fixed a bug in gazebosim#55 so merge their entries Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Generate to a unique folder based on $<CONFIG> Signed-off-by: Steve Peters <[email protected]>
`$<TARGET_FILE>` yields the full path of the library in the build directory, which will likely not be available in binary distributions of ign-tools. This instead uses the install path of the library. Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Fix use of Backward on macOS and add a unit test
* Remove configure.bat * README: update windows job badge Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Silvio <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Silvio <[email protected]> Co-authored-by: Carlos Agüero <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
This is based on the helper used by gazebo's gz command. It has minimal functionality for now in order to demonstrate the approach. * README: from-source auto-complete instructions Signed-off-by: Steve Peters <[email protected]>
8 tasks
Windows needs |
Signed-off-by: Steve Peters <[email protected]>
that has been merged, so this is ready for review |
chapulina
approved these changes
Mar 15, 2022
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.
🚀
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.
➡️ Forward port
Port ign-tools1 to main. Needed by #78
Branch comparison: main...ign-tools1
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)