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 c7c52b4f11e76192f669b398b9643f23490a16bf (commit)
via b77cbd522d6480c5697d373649258580adcc4ce8 (commit)
from 90dc43fb70aac9d099d95672e69f68f5af197611 (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 c7c52b4f11e76192f669b398b9643f23490a16bf
Author: Sylvain Bougerel <syl...@gm...>
Date: Tue Nov 8 08:53:28 2011 +0800
spatial_node.hpp has been updated to a new cleaner interface for nodes and links. spatial_mapping.hpp interface is now set. spatial_mapping.tpp must still be amended however other iterators can now be adapted. Constness of key has been fixed in the (key, value) links.
commit b77cbd522d6480c5697d373649258580adcc4ce8
Author: Sylvain Bougerel <syl...@gm...>
Date: Thu Nov 3 22:57:32 2011 +0800
spatial_mapping.hpp is now having the proper definition. I now have to apply this to other files
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +
doc/Doxyfile | 37 +-
doc/meta/complexity.hpp | 162 ++++
doc/meta/concepts.hpp | 20 +-
src/bits/spatial_details.hpp | 177 +++--
src/bits/spatial_exceptions.hpp | 164 ++--
src/bits/spatial_kdtree.hpp | 383 ++++------
src/bits/spatial_mapping.hpp | 1436 ++++++++++++++++-------------------
src/bits/spatial_mapping.tpp | 1051 +++++++++++++-------------
src/bits/spatial_node.hpp | 378 ++++++----
src/bits/spatial_node.tpp | 2 +-
src/bits/spatial_relaxed_kdtree.hpp | 304 +++-----
src/bits/spatial_traits.hpp | 117 +--
src/boxmap.hpp | 16 +-
src/frozen_boxmap.hpp | 16 +-
src/frozen_pointmap.hpp | 16 +-
src/pointmap.hpp | 16 +-
17 files changed, 2173 insertions(+), 2135 deletions(-)
create mode 100644 doc/meta/complexity.hpp
hooks/post-receive
--
spatial
|