[ignition-math3] branch master updated (8308ee0 -> a2129ff)
    Jose Luis Rivero 
    jrivero-guest at moszumanska.debian.org
       
    Tue May  9 16:22:50 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-math3.
      from  8308ee0   Fix soname exclusion
       new  563c774   Use compat level 10
       new  29e8a2b   Remove -dbg package instructions from rules file
       new  489e39c   Added missing licenses
       new  04feef4   Include ITP bug in changelog
      adds  305172f   Imported Upstream version 3.1.0
       new  600fcfd   Merge tag 'upstream/3.1.0'
       new  a2129ff   Updated changelog
The 6 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 +-
 CMakeLists.txt                                     |    2 +-
 Changelog.md                                       |   21 +
 Migration.md                                       |  100 +-
 debian/changelog                                   |    8 +-
 debian/compat                                      |    2 +-
 debian/copyright                                   |    8 +
 debian/rules                                       |    5 +-
 examples/triangle_example.cc                       |    2 +-
 examples/vector2_example.cc                        |    2 +-
 include/ignition/math/Angle.hh                     |    2 +-
 include/ignition/math/Box.hh                       |    6 +-
 include/ignition/math/CMakeLists.txt               |    2 +
 include/ignition/math/Color.hh                     |  318 ++
 include/ignition/math/Frustum.hh                   |    5 +
 include/ignition/math/Helpers.hh                   |   28 +-
 include/ignition/math/Kmeans.hh                    |    2 +-
 include/ignition/math/MassMatrix3.hh               |    2 +-
 include/ignition/math/Matrix3.hh                   |    2 +-
 include/ignition/math/Matrix4.hh                   |    2 +-
 include/ignition/math/OrientedBox.hh               |  187 +
 include/ignition/math/Plane.hh                     |    2 +-
 include/ignition/math/Pose3.hh                     |    2 +-
 include/ignition/math/Quaternion.hh                |   56 +-
 include/ignition/math/Rand.hh                      |    2 +-
 include/ignition/math/RotationSpline.hh            |    2 +-
 include/ignition/math/SphericalCoordinates.hh      |    2 +-
 include/ignition/math/Spline.hh                    |    2 +-
 include/ignition/math/Vector2.hh                   |    2 +-
 include/ignition/math/Vector4.hh                   |    2 +-
 src/Angle.cc                                       |    2 +-
 src/Angle_TEST.cc                                  |    2 +-
 src/Box.cc                                         |    2 +-
 src/Box_TEST.cc                                    |    2 +-
 src/CMakeLists.txt                                 |    3 +
 src/Color.cc                                       |  583 +++
 src/Color_TEST.cc                                  |  379 ++
 src/Filter_TEST.cc                                 |    2 +-
 src/Frustum.cc                                     |   13 +
 src/Frustum_TEST.cc                                |   43 +
 src/Helpers.cc                                     |    2 +-
 src/Helpers_TEST.cc                                |   85 +-
 src/Matrix3_TEST.cc                                |    2 +-
 src/Matrix4_TEST.cc                                |    2 +-
 src/OrientedBox_TEST.cc                            |  335 ++
 src/Plane_TEST.cc                                  |    2 +-
 src/Pose_TEST.cc                                   |    2 +-
 src/Quaternion_TEST.cc                             |    2 +-
 src/Rand.cc                                        |    2 +-
 src/Rand_TEST.cc                                   |    2 +-
 src/RotationSpline.cc                              |    2 +-
 src/RotationSpline_TEST.cc                         |    2 +-
 src/SphericalCoordinates.cc                        |    2 +-
 src/SphericalCoordinates_TEST.cc                   |    2 +-
 src/Spline.cc                                      |    2 +-
 src/Spline_TEST.cc                                 |    2 +-
 src/Vector2_TEST.cc                                |    2 +-
 src/Vector3_TEST.cc                                |    2 +-
 src/Vector4_TEST.cc                                |    2 +-
 test/gtest/cmake/internal_utils.cmake              |  227 +
 test/gtest/include/gtest/gtest-death-test.h        |  294 ++
 test/gtest/include/gtest/gtest-message.h           |  250 +
 test/gtest/include/gtest/gtest-param-test.h        | 1421 ++++++
 test/gtest/include/gtest/gtest-param-test.h.pump   |  487 ++
 test/gtest/include/gtest/gtest-printers.h          |  855 ++++
 test/gtest/include/gtest/gtest-spi.h               |  232 +
 test/gtest/include/gtest/gtest-test-part.h         |  179 +
 test/gtest/include/gtest/gtest-typed-test.h        |  259 +
 test/gtest/include/gtest/gtest.h                   | 2291 +++++++++
 test/gtest/include/gtest/gtest_pred_impl.h         |  358 ++
 test/gtest/include/gtest/gtest_prod.h              |   58 +
 .../gtest/internal/gtest-death-test-internal.h     |  319 ++
 test/gtest/include/gtest/internal/gtest-filepath.h |  206 +
 test/gtest/include/gtest/internal/gtest-internal.h | 1158 +++++
 .../include/gtest/internal/gtest-linked_ptr.h      |  233 +
 .../gtest/internal/gtest-param-util-generated.h    | 5143 ++++++++++++++++++++
 .../internal/gtest-param-util-generated.h.pump     |  301 ++
 .../include/gtest/internal/gtest-param-util.h      |  619 +++
 test/gtest/include/gtest/internal/gtest-port.h     | 1947 ++++++++
 test/gtest/include/gtest/internal/gtest-string.h   |  167 +
 test/gtest/include/gtest/internal/gtest-tuple.h    | 1012 ++++
 .../include/gtest/internal/gtest-tuple.h.pump      |  339 ++
 .../gtest/include/gtest/internal/gtest-type-util.h | 3331 +++++++++++++
 .../include/gtest/internal/gtest-type-util.h.pump  |  297 ++
 test/gtest/src/gtest-all.cc                        |   48 +
 test/gtest/src/gtest-death-test.cc                 | 1344 +++++
 test/gtest/src/gtest-filepath.cc                   |  382 ++
 test/gtest/src/gtest-internal-inl.h                | 1218 +++++
 test/gtest/src/gtest-port.cc                       |  805 +++
 test/gtest/src/gtest-printers.cc                   |  363 ++
 test/gtest/src/gtest-test-part.cc                  |  110 +
 test/gtest/src/gtest-typed-test.cc                 |  110 +
 test/gtest/src/gtest.cc                            | 5015 +++++++++++++++++++
 test/gtest/src/gtest_main.cc                       |   38 +
 94 files changed, 33602 insertions(+), 85 deletions(-)
 create mode 100644 include/ignition/math/Color.hh
 create mode 100644 include/ignition/math/OrientedBox.hh
 create mode 100644 src/Color.cc
 create mode 100644 src/Color_TEST.cc
 create mode 100644 src/OrientedBox_TEST.cc
 create mode 100644 test/gtest/cmake/internal_utils.cmake
 create mode 100644 test/gtest/include/gtest/gtest-death-test.h
 create mode 100644 test/gtest/include/gtest/gtest-message.h
 create mode 100644 test/gtest/include/gtest/gtest-param-test.h
 create mode 100644 test/gtest/include/gtest/gtest-param-test.h.pump
 create mode 100644 test/gtest/include/gtest/gtest-printers.h
 create mode 100644 test/gtest/include/gtest/gtest-spi.h
 create mode 100644 test/gtest/include/gtest/gtest-test-part.h
 create mode 100644 test/gtest/include/gtest/gtest-typed-test.h
 create mode 100644 test/gtest/include/gtest/gtest.h
 create mode 100644 test/gtest/include/gtest/gtest_pred_impl.h
 create mode 100644 test/gtest/include/gtest/gtest_prod.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-death-test-internal.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-filepath.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-internal.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-linked_ptr.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-param-util-generated.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
 create mode 100644 test/gtest/include/gtest/internal/gtest-param-util.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-port.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-string.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-tuple.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-tuple.h.pump
 create mode 100644 test/gtest/include/gtest/internal/gtest-type-util.h
 create mode 100644 test/gtest/include/gtest/internal/gtest-type-util.h.pump
 create mode 100644 test/gtest/src/gtest-all.cc
 create mode 100644 test/gtest/src/gtest-death-test.cc
 create mode 100644 test/gtest/src/gtest-filepath.cc
 create mode 100644 test/gtest/src/gtest-internal-inl.h
 create mode 100644 test/gtest/src/gtest-port.cc
 create mode 100644 test/gtest/src/gtest-printers.cc
 create mode 100644 test/gtest/src/gtest-test-part.cc
 create mode 100644 test/gtest/src/gtest-typed-test.cc
 create mode 100644 test/gtest/src/gtest.cc
 create mode 100644 test/gtest/src/gtest_main.cc
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ignition-math3.git
    
    
More information about the debian-science-commits
mailing list