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 1ac7dbd31f8e02d78cc7ff2c1c46b179987425b1 (commit)
via ffdc22497bd31eeef4cfda93520b5d322e19cdf4 (commit)
via dabf5a1fc92bff5bff25820680e2c51a6630dbc6 (commit)
via 97546ec52c3562408c478e2676a56d7ed61d55fa (commit)
via 504267583320e1390243b6155ddb58be825a678b (commit)
via a4880a6715da215a7f8725c082f0f65a951ea706 (commit)
via ea02d783d489aabc4679f04b9296afabda66ee63 (commit)
via 1b7e9be8b8259a52a16399689274cb8377c18c53 (commit)
via fd6bd400dc7a2f82b4a66afc377f011d843e3af1 (commit)
via 05a4ab74e647f7e92b49e3cd8296f3c257c9114f (commit)
via 1a50882142aafe3c473b742d3c74777527a782ab (commit)
via b4554900bd4561d5116c14fa562ca131a4c53cd6 (commit)
via 7811b77336fd3978bcb5af348d1dc8f18813bcf7 (commit)
via da344a0a394c9b4e6c65082b0a4ebce0b1062585 (commit)
via 8df6aa9613115518e20d730e506fb3490d6bdaaf (commit)
via 244d4ea53cb39af09aaca9d12b4af152da082fb2 (commit)
via d60adfac3342af0f9884da54bc38f75b8c4e44ec (commit)
via 8e3f59dbdc1e372d13500556f88c2505a35d22be (commit)
via 92d91e7526fbf083a40dcbc99dd66afbe95958f9 (commit)
via 6c3096e486653098397c423a3c49b5c4dd7fa04a (commit)
via cd993e6d8817057d1bb68a646f1dffc08e97aee6 (commit)
via 40917db17f1b72a9c5414fb5babc33e8bb0261ea (commit)
from 927b6d4410b5f6c616df51d42d440e7f89289078 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 +
TODO | 228 ++---
doc/manual/main.dox | 10 +
examples/CMakeLists.txt | 27 +-
examples/basic/runtime_container_rank.cpp | 2 +-
examples/include/point_type.hpp | 18 +-
examples/include/random.hpp | 32 +
examples/performance/erase_performance.cpp | 43 +-
...mance.cpp => farthest_neighbor_performance.cpp} | 47 +-
examples/performance/find_performance.cpp | 6 +-
examples/performance/insert_performance.cpp | 8 +-
...ind_performance.cpp => iterate_performance.cpp} | 28 +-
...ce.cpp => lower_bound_neighbor_performance.cpp} | 46 +-
examples/performance/mapping_performance.cpp | 32 +-
...rmance.cpp => nearest_neighbor_performance.cpp} | 48 +-
...mance.cpp => neighbor_iterator_performance.cpp} | 59 +-
...ping_performance.cpp => region_performance.cpp} | 42 +-
...ormance.cpp => spheric_nearest_performance.cpp} | 72 +-
...ce.cpp => upper_bound_neighbor_performance.cpp} | 46 +-
src/bits/spatial_assert.hpp | 5 +-
src/bits/spatial_builtin.hpp | 22 +-
src/bits/spatial_equal.hpp | 138 ++-
src/bits/spatial_euclidian_neighbor.hpp | 9 +-
.../bits/spatial_import_tuple.hpp | 33 +-
src/bits/spatial_manhattan_neighbor.hpp | 9 +-
src/bits/spatial_mapping.hpp | 4 +-
src/bits/spatial_math.hpp | 133 +-
src/bits/spatial_neighbor.hpp | 1353 +++++++++-----------
src/bits/spatial_node.hpp | 12 +-
src/bits/spatial_quadrance_neighbor.hpp | 9 +-
src/bits/spatial_rank.hpp | 4 +-
src/bits/spatial_relaxed_kdtree.hpp | 29 +-
src/metric.hpp | 69 +-
src/spatial.hpp | 4 +-
tests/CMakeLists.txt | 15 +-
tests/bits/spatial_test_equal.hpp | 4 +-
tests/bits/spatial_test_fixtures.hpp | 72 +-
tests/bits/spatial_test_mapping.hpp | 5 +-
tests/bits/spatial_test_neighbor.hpp | 140 ++-
tests/bits/spatial_test_neighbor_safer.hpp | 62 +-
tests/bits/spatial_test_ordered.hpp | 4 +-
tests/bits/spatial_test_region.hpp | 22 +-
42 files changed, 1480 insertions(+), 1481 deletions(-)
copy examples/performance/{find_performance.cpp => farthest_neighbor_performance.cpp} (72%)
copy examples/performance/{find_performance.cpp => iterate_performance.cpp} (78%)
copy examples/performance/{find_performance.cpp => lower_bound_neighbor_performance.cpp} (71%)
copy examples/performance/{find_performance.cpp => nearest_neighbor_performance.cpp} (76%)
copy examples/performance/{mapping_performance.cpp => neighbor_iterator_performance.cpp} (68%)
copy examples/performance/{mapping_performance.cpp => region_performance.cpp} (78%)
copy examples/performance/{find_performance.cpp => spheric_nearest_performance.cpp} (55%)
copy examples/performance/{find_performance.cpp => upper_bound_neighbor_performance.cpp} (71%)
copy tests/bits/spatial_import_array.hpp => src/bits/spatial_import_tuple.hpp (51%)
hooks/post-receive
--
UNNAMED PROJECT
|