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 a32760a2fa11459b36c97288a2bd769fa2ec965e (commit)
via 7072a299b05853c52aa5cb01f0047fd07aaa9e85 (commit)
via 31c887eaf7bdd191b83021657149aa43face5486 (commit)
via 0ab171c48c27d982cb4f57fa55dac83cafa5ccb0 (commit)
via 34619cecd0c6181c1ebfc8cea7f5a30e06432e68 (commit)
via c0c8af253c6e61a061ba6390211738244ed08251 (commit)
via 6d9a42b7596822a8a6d171a4f5c8a5164c93988a (commit)
via eca8ae385b0ffc11c2c2c8440501d804e7395e0f (commit)
via 1630300b0518bc299955d62b6ebc180088aeac93 (commit)
via df27f0e403ecf72c495cc17f55ba58b2c555370c (commit)
via f35ad82895dff0483104057bc73a8e305e9e128f (commit)
via 870475828ded8d8a40998376a2e5e6cc59558393 (commit)
via 8ddbbe494d74d61e54df653c876e3a34d24ee2d8 (commit)
via a265532c04968df24ded32a4535a97600c623189 (commit)
via 5800f3b754b9a4735cf0fa88b903fefed9376323 (commit)
via 988256e42595caee4a4fda31a61ea5cbdc9ca715 (commit)
from 6a30788d3429c0d265276073c59408454b875767 (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 a32760a2fa11459b36c97288a2bd769fa2ec965e
Author: Sylvain Bougerel <syl...@gm...>
Date: Wed Oct 22 01:43:26 2014 +0800
Updated version number and verified unit tests one last time
commit 7072a299b05853c52aa5cb01f0047fd07aaa9e85
Merge: 31c887e 0ab171c
Author: Sylvain Bougerel <syl...@gm...>
Date: Wed Oct 22 01:34:24 2014 +0800
Merge branch 'feature_4'
commit 31c887eaf7bdd191b83021657149aa43face5486
Author: Sylvain Bougerel <syl...@gm...>
Date: Wed Oct 22 01:31:14 2014 +0800
Added the dirty white image that goes well on sourceforge.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 12 +
TODO | 13 +-
doc/Doxyfile | 2329 ++++++++++++--------
doc/images/spatial_48_dirtywhite.gif | Bin 0 -> 1693 bytes
doc/manual/main.dox | 15 +-
doc/xref_aliases | 3 +-
examples/CMakeLists.txt | 11 +
examples/basic/runtime_container_rank.cpp | 4 +-
...ind_performance.cpp => mapping_performance.cpp} | 41 +-
src/algorithm.hpp | 92 +
src/bits/spatial_assert.hpp | 4 +-
src/bits/spatial_assign.hpp | 34 +
src/bits/spatial_bidirectional.hpp | 51 +-
src/bits/spatial_equal.hpp | 753 ++-----
src/bits/spatial_kdtree.hpp | 123 +-
src/bits/spatial_mapping.hpp | 1304 +----------
src/bits/spatial_math.hpp | 2 +-
src/bits/spatial_node.hpp | 40 +-
src/bits/spatial_ordered.hpp | 13 -
src/bits/spatial_preorder.hpp | 213 ++
src/bits/spatial_rank.hpp | 29 +-
src/bits/spatial_relaxed_kdtree.hpp | 32 +-
src/function.hpp | 4 +-
src/mapping_iterator.hpp | 1284 ++++++++----
src/ordered_iterator.hpp | 14 +
src/spatial.hpp | 4 +-
tests/bits/spatial_test_equal.hpp | 16 +-
tests/bits/spatial_test_fixtures.hpp | 6 +-
tests/bits/spatial_test_kdtree.hpp | 214 +--
tests/bits/spatial_test_mapping.hpp | 47 +-
tests/bits/spatial_test_relaxed_kdtree.hpp | 28 +-
tests/bits/spatial_test_types.hpp | 37 +-
32 files changed, 3196 insertions(+), 3576 deletions(-)
create mode 100644 doc/images/spatial_48_dirtywhite.gif
copy examples/performance/{find_performance.cpp => mapping_performance.cpp} (70%)
create mode 100644 src/algorithm.hpp
create mode 100644 src/bits/spatial_assign.hpp
create mode 100644 src/bits/spatial_preorder.hpp
hooks/post-receive
--
UNNAMED PROJECT
|