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, feature_4 has been updated
via 34619cecd0c6181c1ebfc8cea7f5a30e06432e68 (commit)
via c0c8af253c6e61a061ba6390211738244ed08251 (commit)
via 6d9a42b7596822a8a6d171a4f5c8a5164c93988a (commit)
from eca8ae385b0ffc11c2c2c8440501d804e7395e0f (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 34619cecd0c6181c1ebfc8cea7f5a30e06432e68
Author: Sylvain Bougerel <syl...@gm...>
Date: Tue Oct 21 23:51:00 2014 +0800
Improved the performance of erase() for the Kdtree containers.
commit c0c8af253c6e61a061ba6390211738244ed08251
Author: Sylvain Bougerel <syl...@gm...>
Date: Tue Oct 21 10:15:02 2014 +0800
Fixed the issue with mapping iterators, mapping iterators are simpler and more efficient in some case, now
commit 6d9a42b7596822a8a6d171a4f5c8a5164c93988a
Author: Sylvain Bougerel <syl...@gm...>
Date: Mon Jun 30 21:27:34 2014 +0800
Add more info on TODO list, to remember where I stand
-----------------------------------------------------------------------
Summary of changes:
TODO | 7 +
examples/CMakeLists.txt | 10 +-
examples/performance/mapping_performance.cpp | 26 +++-
src/bits/spatial_assert.hpp | 4 +-
src/bits/spatial_equal.hpp | 9 +-
src/bits/spatial_kdtree.hpp | 42 ++++--
src/bits/spatial_mapping.hpp | 216 +++++---------------------
src/bits/spatial_node_mapping.hpp | 160 +++++++++++++++++++
src/bits/spatial_preorder.hpp | 47 ++----
src/bits/spatial_relaxed_kdtree.hpp | 5 +-
tests/bits/spatial_test_fixtures.hpp | 6 +-
tests/bits/spatial_test_kdtree.hpp | 182 +++++-----------------
tests/bits/spatial_test_mapping.hpp | 28 ++--
tests/bits/spatial_test_relaxed_kdtree.hpp | 20 +--
tests/bits/spatial_test_types.hpp | 37 +++--
15 files changed, 368 insertions(+), 431 deletions(-)
create mode 100644 src/bits/spatial_node_mapping.hpp
hooks/post-receive
--
UNNAMED PROJECT
|