Skip to content

Add tinyxml2 to dependencies#1137

Merged
aclegg3 merged 1 commit intomasterfrom
tinyxml2
May 10, 2021
Merged

Add tinyxml2 to dependencies#1137
aclegg3 merged 1 commit intomasterfrom
tinyxml2

Conversation

@aclegg3
Copy link
Copy Markdown
Contributor

@aclegg3 aclegg3 commented Mar 9, 2021

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

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have completed my CLA (see CONTRIBUTING)
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Mar 9, 2021
@aclegg3 aclegg3 changed the title Added tinyxml2 to dependencies Add tinyxml2 to dependencies Mar 9, 2021
@Skylion007
Copy link
Copy Markdown
Contributor

@aclegg3 Any reason it's not loaded in as a submodule?

@aclegg3
Copy link
Copy Markdown
Contributor Author

aclegg3 commented Mar 18, 2021

@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. 🤷

@Skylion007
Copy link
Copy Markdown
Contributor

Skylion007 commented Mar 19, 2021 via email

@aclegg3 aclegg3 requested review from bigbike, eundersander and jturner65 and removed request for ScottCSteinhauser May 10, 2021 19:44
Copy link
Copy Markdown
Contributor

@jturner65 jturner65 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aclegg3 aclegg3 merged commit 9bd03ec into master May 10, 2021
@aclegg3 aclegg3 deleted the tinyxml2 branch May 10, 2021 21:56
tinyxml2.cpp
)

set_directory_properties(PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants