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 eff173e15f3ec8c06beb87e166be26b52b6ea995 (commit)
from d1b05c1b55d16c10ff01fa6a7b39ade189c2acaa (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 eff173e15f3ec8c06beb87e166be26b52b6ea995
Author: Sylvain Bougerel <syl...@gm...>
Date: Mon Jul 29 23:58:16 2013 +0800
Many improvements to the documentation, once more, fixing some Doxygen issues.
-----------------------------------------------------------------------
Summary of changes:
doc/manual/complexity.dox | 6 +-
doc/manual/concepts.dox | 146 ++++++++++++-------------
doc/manual/main.dox | 22 ++--
doc/src_aliases | 5 +
doc/xref_aliases | 3 +-
src/bits/spatial_assert.hpp | 4 +-
src/bits/spatial_bidirectional.hpp | 8 +-
src/bits/spatial_builtin.hpp | 31 +++---
src/bits/spatial_check_concept.hpp | 8 +-
src/bits/spatial_condition.hpp | 8 +-
src/bits/spatial_equal.hpp | 18 ++--
src/bits/spatial_except.hpp | 6 +-
src/bits/spatial_kdtree.hpp | 92 ++++++++--------
src/bits/spatial_mapping.hpp | 160 ++++++++++++---------------
src/bits/spatial_math.hpp | 26 ++--
src/bits/spatial_mutate.hpp | 12 +-
src/bits/spatial_neighbor.hpp | 93 ++++++++--------
src/bits/spatial_node.hpp | 106 +++++++++---------
src/bits/spatial_ordered.hpp | 94 +++++++---------
src/bits/spatial_pull_tr1.hpp | 4 +-
src/bits/spatial_rank.hpp | 18 ++--
src/bits/spatial_relaxed_kdtree.hpp | 140 ++++++++++++------------
src/bits/spatial_template_member_swap.hpp | 16 ++--
src/bits/spatial_value_compare.hpp | 6 +-
src/box_multimap.hpp | 12 +-
src/box_multiset.hpp | 25 ++---
src/equal_iterator.hpp | 4 +-
src/exception.hpp | 15 +--
src/function.hpp | 22 ++--
src/idle_box_multimap.hpp | 18 ++--
src/idle_box_multiset.hpp | 35 +++---
src/idle_point_multimap.hpp | 12 +-
src/idle_point_multiset.hpp | 20 ++--
src/mapping_iterator.hpp | 68 +++++-------
src/metric.hpp | 30 +++---
src/neighbor_iterator.hpp | 4 +-
src/ordered_iterator.hpp | 68 +++++-------
src/point_multimap.hpp | 12 +-
src/point_multiset.hpp | 18 ++--
src/region_iterator.hpp | 155 +++++++++++++++-----------
src/spatial.hpp | 18 ++--
src/{bits/spatial_traits.hpp => traits.hpp} | 42 ++++---
tests/bits/spatial_test_details.hpp | 6 +-
tests/bits/spatial_test_equal.hpp | 2 +-
tests/bits/spatial_test_exceptions.hpp | 6 +-
tests/bits/spatial_test_fixtures.hpp | 4 +-
tests/bits/spatial_test_function.hpp | 6 +-
tests/bits/spatial_test_kdtree.hpp | 6 +-
tests/bits/spatial_test_mapping.hpp | 6 +-
tests/bits/spatial_test_metric.hpp | 6 +-
tests/bits/spatial_test_neighbor.hpp | 6 +-
tests/bits/spatial_test_neighbor_safer.hpp | 6 +-
tests/bits/spatial_test_node.hpp | 6 +-
tests/bits/spatial_test_ordered.hpp | 6 +-
tests/bits/spatial_test_output.hpp | 4 +-
tests/bits/spatial_test_pointset.hpp | 6 +-
tests/bits/spatial_test_region.hpp | 2 +-
tests/bits/spatial_test_relaxed_kdtree.hpp | 6 +-
tests/bits/spatial_test_traits.hpp | 6 +-
tests/bits/spatial_test_types.hpp | 8 +-
60 files changed, 843 insertions(+), 865 deletions(-)
rename src/{bits/spatial_traits.hpp => traits.hpp} (75%)
hooks/post-receive
--
UNNAMED PROJECT
|