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, ticket_5-6 has been updated
via 8cca24ebc6936504df4afa0d19b7ac7b0fbf6564 (commit)
via 4e1e4846d8378310db506786e6d383a13cf9ee4b (commit)
from 83567e41e0d67b366a2298c36a970bb9150c760c (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 -----------------------------------------------------------------
commit 8cca24ebc6936504df4afa0d19b7ac7b0fbf6564
Author: Sylvain Bougerel <syl...@gm...>
Date: Sat Dec 5 23:56:28 2015 +0800
Fixed ticket \#5 from MichaÅ Garapich. Working on ticket \#4.
commit 4e1e4846d8378310db506786e6d383a13cf9ee4b
Author: Sylvain Bougerel <syl...@gm...>
Date: Sat Dec 5 22:40:47 2015 +0800
Splitting all verification into independant compilation units allowed to detect inconsistancies in \#includes from header files. The tests are now ready to be extended to user-level containers.
-----------------------------------------------------------------------
Summary of changes:
doc/manual/main.dox | 58 +--
doc/manual/user_manual.dox | 11 +-
examples/.gitignore | 5 -
examples/CMakeLists.txt | 1 +
examples/custom_accessor_less.cpp | 38 +
src/algorithm.hpp | 1 +
src/bits/spatial_builtin.hpp | 1 +
src/bits/spatial_equal.hpp | 4 +-
src/bits/spatial_neighbor.hpp | 2 +-
src/bits/spatial_rank.hpp | 3 +-
src/box_multimap.hpp | 3 +-
src/box_multiset.hpp | 2 +-
src/equal_iterator.hpp | 1 +
src/idle_box_multimap.hpp | 2 +-
src/idle_box_multiset.hpp | 3 +-
src/idle_point_multimap.hpp | 2 +-
src/idle_point_multiset.hpp | 2 +-
src/mapping_iterator.hpp | 1 +
src/metric.hpp | 6 +-
src/neighbor_iterator.hpp | 1 +
src/ordered_iterator.hpp | 1 +
src/point_multimap.hpp | 2 +-
src/point_multiset.hpp | 2 +-
src/region_iterator.hpp | 1 +
tests/.gitignore | 5 -
tests/verify/CMakeLists.txt | 17 +-
tests/verify/spatial_test_equal.hpp | 308 -------
tests/verify/spatial_test_mapping.hpp | 656 ---------------
tests/verify/spatial_test_neighbor.hpp | 836 --------------------
tests/verify/spatial_test_neighbor_safer.hpp | 324 --------
tests/verify/spatial_test_pointset.hpp | 116 ---
tests/verify/spatial_test_region.hpp | 780 ------------------
tests/verify/verify.cpp | 4 -
tests/verify/verify_base.cpp | 25 -
tests/verify/verify_box_multimap.cpp | 48 ++
tests/verify/verify_box_multiset.cpp | 47 ++
...spatial_test_details.hpp => verify_details.cpp} | 19 +-
tests/verify/verify_equal.cpp | 296 +++++++-
...al_test_exceptions.hpp => verify_exception.cpp} | 32 +-
...atial_test_function.hpp => verify_function.cpp} | 15 +-
tests/verify/verify_idle_box_multimap.cpp | 48 ++
tests/verify/verify_idle_box_multiset.cpp | 47 ++
tests/verify/verify_idle_point_multimap.cpp | 48 ++
tests/verify/verify_idle_point_multiset.cpp | 47 ++
.../{spatial_test_kdtree.hpp => verify_kdtree.cpp} | 15 +-
tests/verify/verify_mapping.cpp | 643 +++++++++++++++-
.../{spatial_test_metric.hpp => verify_metric.cpp} | 16 +-
tests/verify/verify_neighbor.cpp | 828 +++++++++++++++++++-
tests/verify/verify_neighbor_safer.cpp | 313 +++++++-
.../{spatial_test_node.hpp => verify_node.cpp} | 15 +-
tests/verify/verify_ordered.cpp | 7 -
tests/verify/verify_point_multimap.cpp | 48 ++
tests/verify/verify_point_multiset.cpp | 47 ++
tests/verify/verify_region.cpp | 768 ++++++++++++++++++-
...elaxed_kdtree.hpp => verify_relaxed_kdtree.cpp} | 14 +-
.../{spatial_test_traits.hpp => verify_traits.cpp} | 14 +-
56 files changed, 3319 insertions(+), 3280 deletions(-)
delete mode 100644 examples/.gitignore
create mode 100644 examples/custom_accessor_less.cpp
delete mode 100644 tests/.gitignore
delete mode 100644 tests/verify/spatial_test_equal.hpp
delete mode 100644 tests/verify/spatial_test_mapping.hpp
delete mode 100644 tests/verify/spatial_test_neighbor.hpp
delete mode 100644 tests/verify/spatial_test_neighbor_safer.hpp
delete mode 100644 tests/verify/spatial_test_pointset.hpp
delete mode 100644 tests/verify/spatial_test_region.hpp
delete mode 100644 tests/verify/verify_base.cpp
create mode 100644 tests/verify/verify_box_multimap.cpp
create mode 100644 tests/verify/verify_box_multiset.cpp
rename tests/verify/{spatial_test_details.hpp => verify_details.cpp} (89%)
rename tests/verify/{spatial_test_exceptions.hpp => verify_exception.cpp} (88%)
rename tests/verify/{spatial_test_function.hpp => verify_function.cpp} (93%)
create mode 100644 tests/verify/verify_idle_box_multimap.cpp
create mode 100644 tests/verify/verify_idle_box_multiset.cpp
create mode 100644 tests/verify/verify_idle_point_multimap.cpp
create mode 100644 tests/verify/verify_idle_point_multiset.cpp
rename tests/verify/{spatial_test_kdtree.hpp => verify_kdtree.cpp} (98%)
rename tests/verify/{spatial_test_metric.hpp => verify_metric.cpp} (96%)
rename tests/verify/{spatial_test_node.hpp => verify_node.cpp} (99%)
create mode 100644 tests/verify/verify_point_multimap.cpp
create mode 100644 tests/verify/verify_point_multiset.cpp
rename tests/verify/{spatial_test_relaxed_kdtree.hpp => verify_relaxed_kdtree.cpp} (98%)
rename tests/verify/{spatial_test_traits.hpp => verify_traits.cpp} (87%)
hooks/post-receive
--
UNNAMED PROJECT
|