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 fcd3af8dd76d856ba4fd2accc62a8f15166f0e0b (commit)
via d9ca9f0b4ab3456500ae463dc264051f15642533 (commit)
via 5b8555219ccf7ed4493bdd2be33ec6bbce47683e (commit)
via 8e558ea903a92dd6c9089ddba7430d1826ff48d7 (commit)
from e5b6d555843a398b873bcc8d8248a6fb9e097670 (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 fcd3af8dd76d856ba4fd2accc62a8f15166f0e0b
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Apr 29 20:09:06 2012 +0800
Finally back with unit test implementation and a model that works for the
iterators. Some unit test fails but it's a beginning.
commit d9ca9f0b4ab3456500ae463dc264051f15642533
Author: Sylvain Bougerel <syl...@gm...>
Date: Thu Apr 26 23:55:51 2012 +0800
A bit of shadow on the logos.
commit 5b8555219ccf7ed4493bdd2be33ec6bbce47683e
Merge: 8e558ea e5b6d55
Author: Sylvain Bougerel <syl...@gm...>
Date: Thu Apr 26 23:18:20 2012 +0800
Merge branch 'task_3432355' of ssh://spatial.git.sourceforge.net/gitroot/spatial/spatial into task_3432355
commit 8e558ea903a92dd6c9089ddba7430d1826ff48d7
Author: Sylvain Bougerel <syl...@gm...>
Date: Thu Apr 26 08:18:46 2012 +0800
Added a shadow to the cube, makes it look nicer.
-----------------------------------------------------------------------
Summary of changes:
doc/images/spatial_48.png | Bin 2836 -> 2935 bytes
doc/images/spatial_96.png | Bin 5916 -> 6321 bytes
doc/images/spatial_inkscape.svg | 100 ++++++++-
src/bits/spatial_exceptions.hpp | 58 ++++-
src/bits/spatial_geometry.hpp | 191 +++++++---------
src/bits/spatial_kdtree.hpp | 16 +-
src/bits/spatial_kdtree.tpp | 29 ++--
src/bits/spatial_mapping.hpp | 364 +++++++++++++++++++----------
src/bits/spatial_mapping.tpp | 279 ++++++++++++-----------
src/bits/spatial_neighbor.hpp | 164 ++++++++++----
src/bits/spatial_neighbor.tpp | 389 ++++++++++++++++---------------
src/bits/spatial_node.hpp | 187 +++++-----------
src/bits/spatial_node.tpp | 128 ++++++------
src/bits/spatial_region.tpp | 51 ++--
src/bits/spatial_relaxed_kdtree.hpp | 30 +--
src/bits/spatial_relaxed_kdtree.tpp | 105 +++++----
src/boxmap.hpp | 16 +-
src/boxset.hpp | 16 +-
src/frozen_boxmap.hpp | 12 +-
src/frozen_boxset.hpp | 12 +-
src/frozen_pointmap.hpp | 12 +-
src/frozen_pointset.hpp | 12 +-
src/pointmap.hpp | 16 +-
src/pointset.hpp | 16 +-
tests/bits/spatial_test_details.hpp | 10 +-
tests/bits/spatial_test_exceptions.hpp | 108 +++++-----
tests/bits/spatial_test_fixtures.hpp | 201 ++--------------
tests/bits/spatial_test_function.hpp | 130 ++----------
tests/bits/spatial_test_node.hpp | 303 +++++++++++++++++++------
tests/bits/spatial_test_region.hpp | 102 +++++++++
tests/bits/spatial_test_types.hpp | 10 +-
tests/verify.cpp | 12 +-
32 files changed, 1657 insertions(+), 1422 deletions(-)
hooks/post-receive
--
spatial
|