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 73ddd2342f12ef51d349a67b2851b1fb084f7b41 (commit)
from 3d4357687d567ed3c7438ba431617091e687fa08 (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 73ddd2342f12ef51d349a67b2851b1fb084f7b41
Author: Sylvain Bougerel <syl...@gm...>
Date: Sat Sep 29 01:03:00 2012 +0800
Changing strategy to implement unit test. New strategy is more efficient.
Boxes have been added to unit test (I don't know why I forget them before).
Also a new node_pointer schema could come up that would simplify the const
deduction for key.
-----------------------------------------------------------------------
Summary of changes:
doc/Doxyfile | 3 +-
doc/meta/{complexity.hpp => complexity.dox} | 0
doc/meta/{concepts.hpp => concepts.dox} | 12 +-
doc/meta/{main.hpp => main.dox} | 15 +-
src/bits/spatial_kdtree.hpp | 12 +-
src/bits/spatial_kdtree.tpp | 11 +-
src/bits/spatial_mapping.hpp | 32 +-
src/bits/spatial_node.hpp | 92 ++++-
src/bits/spatial_relaxed_kdtree.hpp | 11 +-
src/bits/spatial_relaxed_kdtree.tpp | 45 ++--
tests/bits/spatial_test_fixtures.hpp | 494 ++++++++++++++++++++-------
tests/bits/spatial_test_mapping.hpp | 63 ++--
tests/bits/spatial_test_node.hpp | 88 +++---
tests/bits/spatial_test_types.hpp | 106 ++----
14 files changed, 606 insertions(+), 378 deletions(-)
rename doc/meta/{complexity.hpp => complexity.dox} (100%)
rename doc/meta/{concepts.hpp => concepts.dox} (98%)
rename doc/meta/{main.hpp => main.dox} (98%)
hooks/post-receive
--
spatial
|