This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 927b6d4410b5f6c616df51d42d440e7f89289078 (commit)
via c871548d9787f0ccff06da9a9d97dd815798ff11 (commit)
from d47b1f02db6186c726e0e56b3ecb19871c01983b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 ++++
doc/manual/main.dox | 43 ++++++++++------
src/bits/spatial_builtin.hpp | 26 +++++-----
src/bits/spatial_check_concept.hpp | 3 -
src/bits/spatial_euclidian_neighbor.hpp | 32 ++++++------
src/bits/spatial_import_type_traits.hpp | 52 +++++++++++++++++++
src/bits/spatial_kdtree.hpp | 2 +-
src/bits/spatial_manhattan_neighbor.hpp | 32 ++++++------
src/bits/spatial_math.hpp | 21 ++++----
src/bits/spatial_neighbor.hpp | 2 +-
src/bits/spatial_preorder.hpp | 5 +--
src/bits/spatial_pull_tr1.hpp | 26 ----------
src/bits/spatial_quadrance_neighbor.hpp | 32 ++++++------
src/bits/spatial_template_member_swap.hpp | 8 ++--
src/box_multimap.hpp | 2 +-
src/box_multiset.hpp | 2 +-
src/function.hpp | 24 ++++++++-
src/idle_box_multimap.hpp | 2 +-
src/idle_box_multiset.hpp | 2 +-
src/idle_point_multimap.hpp | 2 +-
src/idle_point_multiset.hpp | 2 +-
src/metric.hpp | 6 +-
src/point_multimap.hpp | 2 +-
src/point_multiset.hpp | 2 +-
src/spatial.hpp | 4 +-
tests/CMakeLists.txt | 76 +++++++++++++++++++++++----
tests/bits/spatial_import_array.hpp | 48 +++++++++++++++++
tests/bits/spatial_test_equal.hpp | 34 ++++++++-----
tests/bits/spatial_test_kdtree.hpp | 22 ++++----
tests/bits/spatial_test_metric.hpp | 6 +-
tests/bits/spatial_test_neighbor.hpp | 10 ----
tests/bits/spatial_test_neighbor_safer.hpp | 6 --
tests/bits/spatial_test_ordered.hpp | 4 +-
tests/bits/spatial_test_region.hpp | 36 +++++++-------
tests/bits/spatial_test_relaxed_kdtree.hpp | 9 ++--
tests/bits/spatial_test_types.hpp | 16 +++---
36 files changed, 383 insertions(+), 228 deletions(-)
create mode 100644 src/bits/spatial_import_type_traits.hpp
delete mode 100644 src/bits/spatial_pull_tr1.hpp
create mode 100644 tests/bits/spatial_import_array.hpp
hooks/post-receive
--
UNNAMED PROJECT
|