Conversation
Contributor
|
@aclegg3 Any reason it's not loaded in as a submodule? |
Contributor
Author
Primarily just that the git repo is 6+ MB with 253 files (mostly docs and configurations for various build systems) when all we need is ~130KB of these 3 files. 🤷 |
Contributor
|
True, although it does make version control a bit more painful.
…On Thu, Mar 18, 2021 at 7:45 PM Alexander Clegg ***@***.***> wrote:
@aclegg3 <https://github.com/aclegg3> Any reason it's not loaded in as a
submodule?
Primarily just that the git repo is 6+ MB with 253 files (mostly docs and
configurations for various build systems) when all we need is ~130KB of
these 3 files. 🤷
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPVMX4JNYHF4EACL7DOFX3TEKGB7ANCNFSM4Y4D5TXA>
.
|
1 task
mosra
reviewed
May 12, 2021
| tinyxml2.cpp | ||
| ) | ||
|
|
||
| set_directory_properties(PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON) |
Contributor
There was a problem hiding this comment.
Missed this, it's causing a lot of -Wzero-as-null-pointer-constant warnings. I think we shouldn't enable pedantic flags for 3rd party dependencies, as we can't really control what's there. Opened #1233 to remove it.
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.
Motivation and Context
Used to parse URDF files for upcoming articulated object support. Also useful for parsing/writing other xml, for example: SVX format for loading/saving voxel fields or SDF for representing scenes.
Copied from articulated-objects-prototype branch.
How Has This Been Tested
It builds.
Types of changes
Checklist