[ignition-math4] branch master updated (fba9b2a -> 73ea451)

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Tue Jan 2 23:44:04 UTC 2018


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

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

      from  fba9b2a   Use experimental for the upload
       new  8a06857   Imported Upstream version 4.0.0
       new  f58561d   Merge tag 'upstream/4.0.0'
       new  73ea451   Update changelog

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 +-
 CMakeLists.txt                                    |   9 +-
 Changelog.md                                      |  63 +++++++-
 Migration.md                                      |  20 +++
 bitbucket-pipelines.yml                           |  13 +-
 configure.bat                                     |   3 +
 debian/changelog                                  |   7 +-
 include/ignition/math/Angle.hh                    |   4 +
 include/ignition/math/Box.hh                      |   4 +
 include/ignition/math/Color.hh                    |   4 +
 include/ignition/math/Filter.hh                   |   4 +
 include/ignition/math/Frustum.hh                  |   4 +
 include/ignition/math/Helpers.hh                  | 161 ++++++++-----------
 include/ignition/math/Inertial.hh                 |   4 +
 include/ignition/math/Kmeans.hh                   |   4 +
 include/ignition/math/Line2.hh                    |   4 +
 include/ignition/math/Line3.hh                    |   4 +
 include/ignition/math/MassMatrix3.hh              |   4 +
 include/ignition/math/Matrix3.hh                  |   4 +
 include/ignition/math/Matrix4.hh                  |  39 ++++-
 include/ignition/math/OrientedBox.hh              |   4 +
 include/ignition/math/PID.hh                      |   4 +
 include/ignition/math/Plane.hh                    |   4 +
 include/ignition/math/Pose3.hh                    |   4 +
 include/ignition/math/Quaternion.hh               |   4 +
 include/ignition/math/Rand.hh                     |   4 +
 include/ignition/math/RotationSpline.hh           |   4 +
 include/ignition/math/SemanticVersion.hh          |   4 +
 include/ignition/math/SignalStats.hh              |   4 +
 include/ignition/math/SphericalCoordinates.hh     |   4 +
 include/ignition/math/Spline.hh                   |   4 +
 include/ignition/math/Temperature.hh              |   4 +
 include/ignition/math/Triangle.hh                 |   4 +
 include/ignition/math/Triangle3.hh                |   4 +
 include/ignition/math/Vector2.hh                  |   4 +
 include/ignition/math/Vector3.hh                  |   4 +
 include/ignition/math/Vector3Stats.hh             |   4 +
 include/ignition/math/Vector4.hh                  |   6 +-
 include/ignition/math/config.hh.in                |   2 +
 include/ignition/math/graph/Edge.hh               |   4 +
 include/ignition/math/graph/Graph.hh              |   4 +
 include/ignition/math/graph/GraphAlgorithms.hh    |   4 +
 include/ignition/math/graph/Vertex.hh             |   4 +
 src/Angle.cc                                      |  15 +-
 src/BoxPrivate.hh                                 |   4 +
 src/Frustum.cc                                    |  96 +++++++++++-
 src/FrustumPrivate.hh                             |  12 +-
 src/Frustum_TEST.cc                               | 180 ++++++++++++++++++++++
 src/Helpers.cc                                    |  55 ++++---
 src/Helpers_TEST.cc                               |  16 +-
 src/KmeansPrivate.hh                              |   4 +
 src/Matrix4_TEST.cc                               |   6 +-
 src/RotationSplinePrivate.hh                      |   4 +
 src/SemanticVersion.cc                            |   3 +
 src/SignalStatsPrivate.hh                         |   4 +
 src/SplinePrivate.cc                              |   7 +-
 src/SplinePrivate.hh                              |   4 +
 src/Vector3StatsPrivate.hh                        |   4 +
 test/CMakeLists.txt                               |   1 +
 test/integration/CMakeLists.txt                   |   8 +
 test/integration/all_symbols_have_version.bash.in |  27 ++++
 tools/code_check.sh                               |   8 +-
 tools/cpplint_to_cppcheckxml.py                   |  54 +++++++
 63 files changed, 795 insertions(+), 176 deletions(-)
 create mode 100644 test/integration/all_symbols_have_version.bash.in
 create mode 100644 tools/cpplint_to_cppcheckxml.py

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



More information about the debian-science-commits mailing list