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 0c67f76e71ad9e93a6092f3f5b5e4bf091a0cfb1 (commit)
via 89ab2eef8ca3c9ed9c93382b24a9377c509ac7fa (commit)
from a44aa74653b73e6f7e585061d23e95456d4b4a04 (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 0c67f76e71ad9e93a6092f3f5b5e4bf091a0cfb1
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Nov 17 23:25:00 2013 +0800
Created new files for the region iterator specialized classes. Now each can have
it's own documented classes, individually.
commit 89ab2eef8ca3c9ed9c93382b24a9377c509ac7fa
Author: Sylvain Bougerel <syl...@gm...>
Date: Wed Nov 13 01:27:06 2013 +0800
Enhancements to the documantion to make it more comprehensive
-----------------------------------------------------------------------
Summary of changes:
TODO | 28 +-
doc/manual/main.dox | 6 +-
doc/manual/user_manual.dox | 484 ++++++++-
doc/src_aliases | 5 +
doc/xref_aliases | 6 +-
examples/performance/insert_performance.cpp | 64 +-
src/bits/spatial_closed_region.hpp | 295 +++++
src/bits/spatial_enclosed_region.hpp | 458 ++++++++
src/bits/spatial_open_region.hpp | 302 +++++
src/bits/spatial_overlap_region.hpp | 453 ++++++++
src/bits/spatial_region.hpp | 866 ++++++++++++++
src/region_iterator.hpp | 1660 +--------------------------
12 files changed, 2932 insertions(+), 1695 deletions(-)
create mode 100644 src/bits/spatial_closed_region.hpp
create mode 100644 src/bits/spatial_enclosed_region.hpp
create mode 100644 src/bits/spatial_open_region.hpp
create mode 100644 src/bits/spatial_overlap_region.hpp
create mode 100644 src/bits/spatial_region.hpp
hooks/post-receive
--
UNNAMED PROJECT
|