[ignition-math2] branch master updated (e81f3f3 -> 1bfa543)
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Thu Sep 17 22:55:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a change to branch master
in repository ignition-math2.
from e81f3f3 Update changelog
new 2970830 Missing files from bad merge of upstream branch
adds a8c0cd5 Imported Upstream version 2.2.3
new 1bfa543 Merge tag 'upstream/2.2.3'
The 2 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 | 6 +-
CMakeLists.txt | 23 +-
cmake/ignition-math-config.cmake.in | 6 +
include/ignition/math/Angle.hh | 4 +
include/ignition/math/CMakeLists.txt | 2 +
include/ignition/math/Frustum.hh | 176 +++++++++
include/ignition/math/FrustumPrivate.hh | 78 ++++
include/ignition/math/Helpers.hh | 57 ++-
include/ignition/math/IndexException.hh | 3 +-
include/ignition/math/Line3.hh | 204 ++++++++++
include/ignition/math/Matrix4.hh | 7 +
include/ignition/math/Plane.hh | 82 +++-
include/ignition/math/SignalStats.hh | 32 ++
include/ignition/math/Vector3.hh | 17 +-
src/Angle.cc | 6 +-
src/CMakeLists.txt | 4 +
src/Frustum.cc | 241 ++++++++++++
src/Frustum_TEST.cc | 429 +++++++++++++++++++++
src/Helpers_TEST.cc | 130 +++++++
...{RotationSplinePrivate.cc => IndexException.cc} | 11 +-
src/Kmeans.cc | 10 +-
src/Line3_TEST.cc | 166 ++++++++
src/Matrix4_TEST.cc | 42 ++
src/Plane_TEST.cc | 125 ++++--
src/SignalStats.cc | 59 ++-
src/SignalStats_TEST.cc | 201 +++++++++-
26 files changed, 2040 insertions(+), 81 deletions(-)
create mode 100644 include/ignition/math/Frustum.hh
create mode 100644 include/ignition/math/FrustumPrivate.hh
create mode 100644 include/ignition/math/Line3.hh
create mode 100644 src/Frustum.cc
create mode 100644 src/Frustum_TEST.cc
copy src/{RotationSplinePrivate.cc => IndexException.cc} (79%)
create mode 100644 src/Line3_TEST.cc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ignition-math2.git
More information about the debian-science-commits
mailing list