[sdformat] branch master updated (748e94e -> b7ba318)
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Tue Sep 5 18:59:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a change to branch master
in repository sdformat.
from 748e94e Update changelog.
new 336ccc9 Imported Upstream version 4.3.2
new acd234b Merge tag 'upstream/4.3.2'
new b7ba318 Update to standards 4.0.0
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.hg_archival.txt | 8 +-
.hgtags | 3 +
CMakeLists.txt | 36 ++---
Changelog.md | 56 ++++++-
Migration.md | 12 ++
cmake/CodeCoverage.cmake | 132 +++++++++++++++
cmake/DefaultCFlags.cmake | 32 ++--
cmake/sdf_config.cmake.in | 4 +
debian/control | 2 +-
include/sdf/Element.hh | 24 +++
include/sdf/Exception.hh | 4 +
include/sdf/Param.hh | 2 +
include/sdf/parser.hh | 17 ++
include/sdf/parser_urdf.hh | 2 +-
sdf/1.6/heightmap_shape.sdf | 4 +
sdf/1.6/physics.sdf | 14 ++
sdf/1.6/state.sdf | 7 +-
sdf/1.6/surface.sdf | 4 +
Migration.md => sdf/Migration.md | 82 +++++-----
src/Exception.cc | 11 +-
src/Param_TEST.cc | 8 +
src/SDF_TEST.cc | 2 +-
src/parser.cc | 179 ++++++++++++++-------
test/integration/CMakeLists.txt | 3 +
test/integration/category_bitmask.cc | 110 +++++++++++++
test/integration/disable_fixed_joint_reduction.cc | 2 +-
test/integration/joint_axis_frame.cc | 2 +-
.../model/{box/model.sdf => cococan/model-100.sdf} | 7 +-
.../model/{box/model.sdf => cococan/model-1_2.sdf} | 7 +-
.../model/{box/model.sdf => cococan/model-1_4.sdf} | 7 +-
test/integration/model/cococan/model.config | 17 ++
.../model/cococan_malformed/model.config | 14 ++
.../model-1_2.sdf} | 7 +-
.../model-1_4.sdf} | 7 +-
.../model/cococan_noversiontag/model.config | 16 ++
test/integration/model_versions.cc | 75 +++++++++
test/integration/plugin_bool.cc | 8 +
test/integration/plugin_include.cc | 98 +++++++++++
tools/get_mem_info.py | 2 +-
39 files changed, 871 insertions(+), 156 deletions(-)
create mode 100644 cmake/CodeCoverage.cmake
copy Migration.md => sdf/Migration.md (53%)
create mode 100644 test/integration/category_bitmask.cc
copy test/integration/model/{box/model.sdf => cococan/model-100.sdf} (76%)
copy test/integration/model/{box/model.sdf => cococan/model-1_2.sdf} (76%)
copy test/integration/model/{box/model.sdf => cococan/model-1_4.sdf} (76%)
create mode 100644 test/integration/model/cococan/model.config
create mode 100644 test/integration/model/cococan_malformed/model.config
copy test/integration/model/{box/model.sdf => cococan_noversiontag/model-1_2.sdf} (76%)
copy test/integration/model/{box/model.sdf => cococan_noversiontag/model-1_4.sdf} (76%)
create mode 100644 test/integration/model/cococan_noversiontag/model.config
create mode 100644 test/integration/model_versions.cc
create mode 100644 test/integration/plugin_include.cc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdformat.git
More information about the debian-science-commits
mailing list