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, master has been updated
via 1aef998764806a147b8a3e82e60c8de61e440332 (commit)
via 45b28f405248c095e484e138e54f5ae643a361e4 (commit)
via 447ec8831075a08ce83eb496cd246614dee4da9a (commit)
via 792e620dd88b281f3da782cc81fd4583cd95aa42 (commit)
via c8c6aefce275be4ef39273ae4877518356d191cf (commit)
via 8a314b338ef890c9c046876f4da4d9964841255b (commit)
via b142afec43b0faaf13c3a5e8ce88e9f5a46a4649 (commit)
via 253ec08d88739aae1b9eb2224456bdd79aec33d8 (commit)
via fe15096af50187b61e8f7f2c372cfd6067d68478 (commit)
from 457ff98fa7ade760bdc42e07956c73b3f171b5c0 (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 1aef998764806a147b8a3e82e60c8de61e440332
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Jul 28 12:15:00 2013 +0800
Update the changelog as well as the version
commit 45b28f405248c095e484e138e54f5ae643a361e4
Merge: 457ff98 447ec88
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Jul 28 11:32:19 2013 +0800
Merge branch 'task_7', adding the development for the optimized equal_iterator into the branch.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +
doc/Doxyfile | 237 +++++--
doc/manual/examples.dox | 5 +
doc/manual/main.dox | 62 +-
doc/src_aliases | 4 +-
{tests => examples}/.gitignore | 4 +-
examples/CMakeLists.txt | 3 +
examples/runtime_container_rank.cpp | 25 +
src/bits/spatial_compress.hpp | 8 +-
src/bits/spatial_equal.hpp | 855 +++++++++++++++++++++++++
src/bits/spatial_kdtree.hpp | 8 +-
src/bits/spatial_mapping.hpp | 19 +
src/bits/spatial_rank.hpp | 94 ---
src/bits/spatial_region.hpp | 176 +-----
src/bits/spatial_relaxed_kdtree.hpp | 14 +-
src/equal_iterator.hpp | 106 +++-
src/region_iterator.hpp | 60 --
src/spatial.hpp | 6 +-
tests/CMakeLists.txt | 2 +-
tests/bits/spatial_test_details.hpp | 103 ---
tests/bits/spatial_test_equal.hpp | 298 +++++++++
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 | 114 ++--
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 +-
30 files changed, 1685 insertions(+), 653 deletions(-)
create mode 100644 doc/manual/examples.dox
copy {tests => examples}/.gitignore (55%)
create mode 100644 examples/CMakeLists.txt
create mode 100644 examples/runtime_container_rank.cpp
create mode 100644 src/bits/spatial_equal.hpp
create mode 100644 tests/bits/spatial_test_equal.hpp
copy tests/{verify_region.cpp => verify_equal.cpp} (74%)
hooks/post-receive
--
UNNAMED PROJECT
|