cgal/Spatial_searching/examples/Spatial_searching
Laurent Rineau 62c70d41ca Renew the handle of policies, for CMake-3.10
Now that we require CMake>=3.1, we can forget a lot of old CMake policies.

`CMP0053` `OLD` behavior is still needed, because of a bug in Qt5 CMake files, but it will
not be set with CMake>=3.10. Let's assume that a recent CMake version means
a recent Qt5 version.
2017-11-06 14:58:36 +01:00
..
data Add a tiny data set 2015-01-27 11:11:02 +01:00
CMakeLists.txt Renew the handle of policies, for CMake-3.10 2017-11-06 14:58:36 +01:00
Distance.h use Dimension_tag 2015-01-08 11:35:58 +01:00
Point.h remove a non needed requirement from concepts 2016-10-27 09:41:44 +02:00
circular_query.cpp Updated the circular_query example 2017-01-09 15:13:32 +01:00
distance_browsing.cpp
fuzzy_range_query.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
general_neighbor_searching.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
iso_rectangle_2_query.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
nearest_neighbor_searching.cpp
searching_polyhedron_vertices.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
searching_polyhedron_vertices_with_fuzzy_sphere.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
searching_sphere_orthogonally.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
searching_surface_mesh_vertices.cpp Add a tiny data set 2015-01-27 11:11:02 +01:00
searching_with_circular_query.cpp Renamed range for clarity 2017-01-09 16:29:41 +01:00
searching_with_point_with_info.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
searching_with_point_with_info_inplace.cpp Fix counting iterator warnings 2017-09-29 14:47:17 +02:00
searching_with_point_with_info_pmap.cpp Fix counting iterator warnings 2017-09-29 14:47:17 +02:00
splitter_worst_cases.cpp chmod -x 2015-01-07 18:55:18 +01:00
user_defined_point_and_distance.cpp remove a non needed requirement from concepts 2016-10-27 09:41:44 +02:00
using_fair_splitting_rule.cpp
weighted_Minkowski_distance.cpp