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, feature_4 has been updated
via 1a50882142aafe3c473b742d3c74777527a782ab (commit)
from b4554900bd4561d5116c14fa562ca131a4c53cd6 (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 1a50882142aafe3c473b742d3c74777527a782ab
Author: Sylvain Bougerel <syl...@gm...>
Date: Wed Feb 18 16:38:41 2015 +0800
Fixed some descriptions in the tests, added new performance test for nearest/farthest/iteration neighbor. Nearest neighbor is in need for some love...
-----------------------------------------------------------------------
Summary of changes:
examples/CMakeLists.txt | 3 +
examples/performance/erase_performance.cpp | 2 +-
...mance.cpp => farthest_neighbor_performance.cpp} | 43 +++++++++-----------
examples/performance/find_performance.cpp | 2 +-
examples/performance/insert_performance.cpp | 4 +-
...rmance.cpp => nearest_neighbor_performance.cpp} | 40 ++++++++++--------
...mance.cpp => neighbor_iterator_performance.cpp} | 43 ++++++++++++--------
7 files changed, 74 insertions(+), 63 deletions(-)
copy examples/performance/{find_performance.cpp => farthest_neighbor_performance.cpp} (75%)
copy examples/performance/{find_performance.cpp => nearest_neighbor_performance.cpp} (78%)
copy examples/performance/{mapping_performance.cpp => neighbor_iterator_performance.cpp} (70%)
hooks/post-receive
--
UNNAMED PROJECT
|