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, task_7 has been updated
via 792e620dd88b281f3da782cc81fd4583cd95aa42 (commit)
from c8c6aefce275be4ef39273ae4877518356d191cf (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 792e620dd88b281f3da782cc81fd4583cd95aa42
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Jul 28 00:51:36 2013 +0800
Finally, some compilation out of the equal iterator. Equal_begin is working,
now on to write remaining unit tests.
-----------------------------------------------------------------------
Summary of changes:
doc/Doxyfile | 237 ++++++++++++++-----
doc/manual/main.dox | 45 +---
{tests => examples}/.gitignore | 0
src/bits/spatial_equal.hpp | 322 ++++++++++++++++++++++---
src/bits/spatial_kdtree.hpp | 8 +-
src/bits/spatial_mapping.hpp | 19 ++
src/bits/spatial_rank.hpp | 94 -------
src/bits/spatial_region.hpp | 23 ++
src/bits/spatial_relaxed_kdtree.hpp | 14 +-
src/equal_iterator.hpp | 146 +++++++----
tests/CMakeLists.txt | 2 +-
tests/bits/spatial_test_details.hpp | 103 --------
tests/bits/spatial_test_equal.hpp | 70 +++---
tests/bits/spatial_test_fixtures.hpp | 44 ++--
tests/bits/spatial_test_kdtree.hpp | 12 +-
tests/bits/spatial_test_mapping.hpp | 19 ++
tests/bits/spatial_test_metric.hpp | 32 ++--
tests/bits/spatial_test_region.hpp | 86 +++----
tests/bits/spatial_test_relaxed_kdtree.hpp | 4 +-
tests/verify.cpp | 8 +-
tests/{verify_region.cpp => verify_equal.cpp} | 6 +-
tests/verify_region.cpp | 4 +-
22 files changed, 761 insertions(+), 537 deletions(-)
copy {tests => examples}/.gitignore (100%)
copy tests/{verify_region.cpp => verify_equal.cpp} (74%)
hooks/post-receive
--
UNNAMED PROJECT
|