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 8d58cd8099fab9d814ecd3e8f3c2f453cbfd0614 (commit)
from 965821f35cd77149a40e96d77af6defb341932fa (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 8d58cd8099fab9d814ecd3e8f3c2f453cbfd0614
Author: Sylvain Bougerel <syl...@gm...>
Date: Tue Jan 24 19:28:57 2012 +0800
A milestone is broken, the new node framework is proven to work.
Some important algorithm are re-rewritten. Only neighbor iterators
need to be rewritten, and then the unit tests. Then the rest is
history!
-----------------------------------------------------------------------
Summary of changes:
doc/meta/concepts.hpp | 164 ++-
src/bits/spatial_details.hpp | 20 +-
src/bits/spatial_exceptions.hpp | 126 ++-
src/bits/spatial_function.hpp | 82 ++-
src/bits/spatial_geometry.hpp | 839 +++++++--------
src/bits/spatial_kdtree.hpp | 101 +-
src/bits/spatial_kdtree.tpp | 110 +-
src/bits/spatial_mapping.hpp | 256 +++--
src/bits/spatial_mapping.tpp | 190 ++--
src/bits/spatial_neighbor.hpp | 48 +-
src/bits/spatial_node.hpp | 208 ++---
src/bits/spatial_node.tpp | 3 +-
src/bits/spatial_range.hpp | 1001 ----------------
src/bits/spatial_range.tpp | 246 ----
src/bits/spatial_region.hpp | 1199 ++++++++++++++++++++
src/bits/spatial_region.tpp | 250 ++++
src/bits/spatial_relaxed_kdtree.hpp | 103 +-
src/bits/spatial_relaxed_kdtree.tpp | 152 ++--
tests/bits/fixtures.hpp | 107 +-
...tial_test_range.hpp => spatial_test_region.hpp} | 690 ++++++------
tests/verify.cpp | 6 +-
21 files changed, 3116 insertions(+), 2785 deletions(-)
delete mode 100644 src/bits/spatial_range.hpp
delete mode 100644 src/bits/spatial_range.tpp
create mode 100644 src/bits/spatial_region.hpp
create mode 100644 src/bits/spatial_region.tpp
rename tests/bits/{spatial_test_range.hpp => spatial_test_region.hpp} (71%)
hooks/post-receive
--
spatial
|