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 "spatial".
The branch, task_3432355 has been updated
via f9ee0ad36ede5a1a8262002beee0fe7bf70dabc6 (commit)
from 32c7277dc622bd5948d1b480750aa86852646b93 (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 f9ee0ad36ede5a1a8262002beee0fe7bf70dabc6
Author: Sylvain Bougerel <syl...@gm...>
Date: Tue Oct 2 03:13:11 2012 +0800
New implementation to protect the contness of the Key parameter. The new
implementation does not surcharge template definition as much as the old one
and might be more friendly to Visual-C++.
-----------------------------------------------------------------------
Summary of changes:
src/bits/spatial_details.hpp | 26 +++-
src/bits/spatial_exceptions.hpp | 2 +-
src/bits/spatial_kdtree.hpp | 54 +++----
src/bits/spatial_kdtree.tpp | 15 ++-
src/bits/spatial_mapping.hpp | 77 +++------
src/bits/spatial_neighbor.hpp | 32 ++---
src/bits/spatial_node.hpp | 188 ++++++++++++++++------
src/bits/spatial_node.tpp | 2 +-
src/bits/spatial_region.hpp | 31 ++---
src/bits/spatial_relaxed_kdtree.hpp | 52 +++----
src/bits/spatial_relaxed_kdtree.tpp | 9 +-
src/boxmap.hpp | 28 ++--
src/boxset.hpp | 22 ++--
src/frozen_pointset.hpp | 183 ---------------------
src/{frozen_boxmap.hpp => idle_boxmap.hpp} | 110 +++++++------
src/{frozen_boxset.hpp => idle_boxset.hpp} | 110 +++++++------
src/{frozen_pointmap.hpp => idle_pointmap.hpp} | 108 ++++++------
src/idle_pointset.hpp | 185 +++++++++++++++++++++
src/pointmap.hpp | 16 +-
src/pointset.hpp | 28 ++--
tests/bits/spatial_test_fixtures.hpp | 208 ++++++++++++------------
tests/bits/spatial_test_mapping.hpp | 4 +-
tests/bits/spatial_test_node.hpp | 58 ++++----
tests/bits/spatial_test_output.hpp | 137 ++++++++++++++++
tests/bits/spatial_test_traits.hpp | 2 +-
tests/verify.cpp | 9 +-
26 files changed, 954 insertions(+), 742 deletions(-)
delete mode 100644 src/frozen_pointset.hpp
rename src/{frozen_boxmap.hpp => idle_boxmap.hpp} (51%)
rename src/{frozen_boxset.hpp => idle_boxset.hpp} (51%)
rename src/{frozen_pointmap.hpp => idle_pointmap.hpp} (54%)
create mode 100644 src/idle_pointset.hpp
create mode 100644 tests/bits/spatial_test_output.hpp
hooks/post-receive
--
spatial
|