[ignition-common] branch master updated (1dff80a -> 3579df6)

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu Aug 10 11:21:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

jrivero-guest pushed a change to branch master
in repository ignition-common.

      from  1dff80a   Include the dfsg postfix after cleaning upstream sources
       new  d3d9f2a   Added patch for fixing cmake user defines
       new  1a7a49c   Replace patch by pull request sent upstream
       new  3b011b2   Fix excluded path
       new  2ea05d4   Imported Upstream version 0.4.0
       new  82753de   Imported Upstream version 0.4.0
       new  7055d45   Imported Upstream version 0.4.0
       new  cad8735   Merge tag 'upstream/0.4.0'
       new  a89ba91   Update changelog
       new  881da26   Update patch
       new  c5f4d2e   Remove merge upstream patches
       new  3579df6   New version needs ignition-math3

The 11 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                                   |    7 +-
 CMakeLists.txt                                     |   27 +-
 bitbucket-pipelines.yml                            |   25 +
 cmake/SearchForStuff.cmake                         |  129 +-
 cmake/TestUtils.cmake                              |    9 +-
 cmake/Utils.cmake                                  |    7 -
 cmake/config.hh.in                                 |    2 +
 ...ig.cmake.in => ignition-common-config.cmake.in} |   10 +-
 cmake/pkgconfig/ignition-common.in                 |    4 +-
 configure.bat                                      |   25 +-
 debian/changelog                                   |    8 +
 debian/control                                     |    4 +-
 debian/copyright                                   |    2 +-
 debian/patches/0001_use_system_gtest.patch         |   10 +-
 debian/patches/0004_exclude_exception_test.patch   |   17 -
 debian/patches/0005_fix_install_paths.patch        |   18 -
 debian/patches/0006_fix_pkgconfig_file.patch       |   17 -
 debian/patches/0007_missing_header.patch           |   15 -
 debian/patches/series                              |    4 -
 include/ignition/common/AudioDecoder.hh            |    3 +-
 include/ignition/common/BVHLoader.hh               |    6 +-
 include/ignition/common/Base64.hh                  |   35 +-
 include/ignition/common/CMakeLists.txt             |   34 +-
 include/ignition/common/Color.hh                   |  308 ----
 include/ignition/common/Console.hh                 |   96 +-
 include/ignition/common/EnumIface.hh               |    4 +-
 include/ignition/common/Exception.hh               |  141 --
 include/ignition/common/Image.hh                   |    9 +-
 include/ignition/common/Material.hh                |   20 +-
 include/ignition/common/MaterialDensity.hh         |    4 +-
 include/ignition/common/Mesh.hh                    |    7 +-
 .../common/{ColladaLoader.hh => OBJLoader.hh}      |   28 +-
 include/ignition/common/PluginInfo.hh              |   56 +
 include/ignition/common/PluginLoader.hh            |   91 ++
 include/ignition/common/PluginMacros.hh            |   89 ++
 include/ignition/common/StringUtils.hh             |   52 +
 include/ignition/common/SubMesh.hh                 |   66 +-
 include/ignition/common/System.hh                  |   14 +-
 include/ignition/common/SystemPaths.hh             |   27 +-
 include/ignition/common/Util.hh                    |   48 +
 include/ignition/common/Video.hh                   |    5 +-
 include/ignition/common/VideoEncoder.hh            |  127 ++
 include/ignition/common/ffmpeg_inc.hh              |   16 +-
 src/AudioDecoder.cc                                |  114 +-
 src/BVHLoader.cc                                   |   31 +-
 src/Base64.cc                                      |    9 +-
 src/{KeyEvent_TEST.cc => Base64_TEST.cc}           |   40 +-
 src/CMakeLists.txt                                 |   74 +-
 src/ColladaExporter.cc                             |    6 +-
 src/ColladaExporter_TEST.cc                        |    6 +-
 src/ColladaLoader.cc                               |   70 +-
 src/ColladaLoader_TEST.cc                          |    6 +-
 src/Color.cc                                       |  586 -------
 src/Color_TEST.cc                                  |  157 --
 src/Console.cc                                     |   55 +-
 src/Console_TEST.cc                                |   52 +
 src/Exception.cc                                   |  106 --
 src/Exception_TEST.cc                              |  106 --
 src/Image.cc                                       |   16 +-
 src/Image_TEST.cc                                  |    6 +-
 src/Material.cc                                    |   27 +-
 src/MaterialDensity.cc                             |    2 +-
 src/Material_TEST.cc                               |   22 +-
 src/Mesh.cc                                        |   27 +-
 src/MeshManager.cc                                 |   24 +-
 src/MeshManager_TEST.cc                            |    2 +
 src/Mesh_TEST.cc                                   |   10 +-
 src/OBJLoader.cc                                   |  183 +++
 src/OBJLoader_TEST.cc                              |   68 +
 src/PluginLoader.cc                                |  198 +++
 src/PluginLoader_TEST.cc                           |   42 +
 src/SVGLoader.cc                                   |    4 +-
 src/SemanticVersion_TEST.cc                        |    1 -
 src/StringUtils.cc                                 |   59 +
 src/StringUtils_TEST.cc                            |  143 ++
 src/SubMesh.cc                                     |   64 +-
 src/SubMesh_TEST.cc                                |   23 +-
 src/SystemPaths.cc                                 |  154 +-
 src/SystemPaths_TEST.cc                            |   89 +-
 src/Util.cc                                        |  201 +++
 src/Util_TEST.cc                                   |  104 +-
 src/Video.cc                                       |   26 +-
 src/VideoEncoder.cc                                |  761 +++++++++
 src/VideoEncoder_TEST.cc                           |   73 +
 src/ffmpeg_inc.cc                                  |    4 -
 src/tiny_obj_loader.h                              | 1613 ++++++++++++++++++++
 src/tinyxml2/{ignition => }/VERSION_3.0.0          |    0
 src/tinyxml2/{ignition => }/tinyxml2.h             |    0
 test/CMakeLists.txt                                |    6 +
 test/data/box.mtl                                  |   11 +
 test/data/box.obj                                  |   26 +
 .../materials/textures/cordless_drill.png          |  Bin 40661 -> 0 bytes
 test/data/cordless_drill/meshes/cordless_drill.dae |  138 --
 test/data/zero_count.dae                           |  168 --
 test/integration/CMakeLists.txt                    |    3 +
 test/integration/plugin.cc                         |   56 +
 test/static_assertions/CMakeLists.txt              |   42 +
 .../static_assertions/plugin_class_repeated.cc     |   21 +-
 .../static_assertions/plugin_no_base_class.cc      |   24 +-
 .../plugin_not_fully_qualified_base.cc             |   28 +-
 .../plugin_not_fully_qualified_class.cc            |   28 +-
 .../static_assertions/plugin_not_global_ns.cc      |   27 +-
 .../static_assertions/plugin_wrong_base_class.cc   |   33 +-
 test/test_config.h.in                              |    1 +
 test/util.hh                                       |    2 +-
 test/util/CMakeLists.txt                           |    1 +
 src/MeshExporter.cc => test/util/DummyPlugins.cc   |   26 +-
 src/MeshExporter.cc => test/util/DummyPlugins.hh   |   35 +-
 108 files changed, 5235 insertions(+), 2431 deletions(-)
 create mode 100644 bitbucket-pipelines.yml
 rename cmake/{ignition-config.cmake.in => ignition-common-config.cmake.in} (85%)
 delete mode 100644 debian/patches/0004_exclude_exception_test.patch
 delete mode 100644 debian/patches/0005_fix_install_paths.patch
 delete mode 100644 debian/patches/0006_fix_pkgconfig_file.patch
 delete mode 100644 debian/patches/0007_missing_header.patch
 delete mode 100644 include/ignition/common/Color.hh
 delete mode 100644 include/ignition/common/Exception.hh
 copy include/ignition/common/{ColladaLoader.hh => OBJLoader.hh} (61%)
 create mode 100644 include/ignition/common/PluginInfo.hh
 create mode 100644 include/ignition/common/PluginLoader.hh
 create mode 100644 include/ignition/common/PluginMacros.hh
 create mode 100644 include/ignition/common/StringUtils.hh
 create mode 100644 include/ignition/common/VideoEncoder.hh
 copy src/{KeyEvent_TEST.cc => Base64_TEST.cc} (53%)
 delete mode 100644 src/Color.cc
 delete mode 100644 src/Color_TEST.cc
 delete mode 100644 src/Exception.cc
 delete mode 100644 src/Exception_TEST.cc
 create mode 100644 src/OBJLoader.cc
 create mode 100644 src/OBJLoader_TEST.cc
 create mode 100644 src/PluginLoader.cc
 create mode 100644 src/PluginLoader_TEST.cc
 create mode 100644 src/StringUtils.cc
 create mode 100644 src/StringUtils_TEST.cc
 create mode 100644 src/VideoEncoder.cc
 create mode 100644 src/VideoEncoder_TEST.cc
 create mode 100644 src/tiny_obj_loader.h
 rename src/tinyxml2/{ignition => }/VERSION_3.0.0 (100%)
 rename src/tinyxml2/{ignition => }/tinyxml2.h (100%)
 create mode 100644 test/data/box.mtl
 create mode 100644 test/data/box.obj
 delete mode 100644 test/data/cordless_drill/materials/textures/cordless_drill.png
 delete mode 100644 test/data/cordless_drill/meshes/cordless_drill.dae
 delete mode 100644 test/data/zero_count.dae
 create mode 100644 test/integration/plugin.cc
 create mode 100644 test/static_assertions/CMakeLists.txt
 copy src/MeshExporter.cc => test/static_assertions/plugin_class_repeated.cc (59%)
 copy src/MeshExporter.cc => test/static_assertions/plugin_no_base_class.cc (59%)
 copy src/MeshExporter.cc => test/static_assertions/plugin_not_fully_qualified_base.cc (59%)
 copy src/MeshExporter.cc => test/static_assertions/plugin_not_fully_qualified_class.cc (59%)
 copy src/MeshExporter.cc => test/static_assertions/plugin_not_global_ns.cc (59%)
 copy src/MeshExporter.cc => test/static_assertions/plugin_wrong_base_class.cc (59%)
 create mode 100644 test/util/CMakeLists.txt
 copy src/MeshExporter.cc => test/util/DummyPlugins.cc (58%)
 copy src/MeshExporter.cc => test/util/DummyPlugins.hh (55%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ignition-common.git



More information about the debian-science-commits mailing list