# Boost.Geometry (aka GGL, Generic Geometry Library) # # Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands. # Copyright (c) 2008-2015 Bruno Lalande, Paris, France. # Copyright (c) 2009-2015 Mateusz Loskot, London, UK. # # This file was modified by Oracle on 2014, 2015. # Modifications copyright (c) 2014-2015, Oracle and/or its affiliates. # # Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle # # Use, modification and distribution is subject to the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) test-suite boost-geometry-algorithms : [ run append.cpp : : : : algorithms_append ] [ run area.cpp : : : : algorithms_area ] [ run area_multi.cpp : : : : algorithms_area_multi ] [ run assign.cpp : : : : algorithms_assign ] [ run buffer.cpp : : : : algorithms_buffer ] [ run centroid.cpp : : : : algorithms_centroid ] [ run centroid_multi.cpp : : : : algorithms_centroid_multi ] [ run comparable_distance.cpp : : : : algorithms_comparable_distance ] [ run convert.cpp : : : : algorithms_convert ] [ run convert_multi.cpp : : : : algorithms_convert_multi ] [ run convex_hull.cpp : : : : algorithms_convex_hull ] [ run convex_hull_multi.cpp : : : : algorithms_convex_hull_multi ] [ run correct.cpp : : : : algorithms_correct ] [ run correct_multi.cpp : : : : algorithms_correct_multi ] [ run envelope.cpp : : : : algorithms_envelope ] [ run envelope_multi.cpp : : : : algorithms_envelope_multi ] [ run envelope_on_spheroid.cpp : : : : algorithms_envelope_on_spheroid ] [ run expand.cpp : : : : algorithms_expand ] [ run expand_on_spheroid.cpp : : : : algorithms_expand_on_spheroid ] [ run for_each.cpp : : : : algorithms_for_each ] [ run for_each_multi.cpp : : : : algorithms_for_each_multi ] [ run is_convex.cpp : : : : algorithms_is_convex ] [ run is_empty.cpp : : : : algorithms_is_empty ] [ run is_simple.cpp : : : : algorithms_is_simple ] [ run is_valid.cpp : : : : algorithms_is_valid ] [ run is_valid_failure.cpp : : : : algorithms_is_valid_failure ] [ run length.cpp : : : : algorithms_length ] [ run length_multi.cpp : : : : algorithms_length_multi ] [ run make.cpp : : : : algorithms_make ] [ run maximum_gap.cpp : : : : algorithms_maximum_gap ] [ run num_geometries.cpp : : : : algorithms_num_geometries ] [ run num_geometries_multi.cpp : : : : algorithms_num_geometries_multi ] [ run num_interior_rings.cpp : : : : algorithms_num_interior_rings ] [ run num_interior_rings_multi.cpp : : : : algorithms_num_interior_rings_multi ] [ run num_points.cpp : : : : algorithms_num_points ] [ run num_points_multi.cpp : : : : algorithms_num_points_multi ] [ run num_segments.cpp : : : : algorithms_segments ] [ run perimeter.cpp : : : : algorithms_perimeter ] [ run perimeter_multi.cpp : : : : algorithms_perimeter_multi ] [ run point_on_surface.cpp : : : : algorithms_point_on_surface ] [ run remove_spikes.cpp : : : : algorithms_remove_spikes ] [ run reverse.cpp : : : : algorithms_reverse ] [ run reverse_multi.cpp : : : : algorithms_reverse_multi ] [ run simplify.cpp : : : : algorithms_simplify ] [ run simplify_multi.cpp : : : : algorithms_simplify_multi ] [ run transform.cpp : : : : algorithms_transform ] [ run transform_multi.cpp : : : : algorithms_transform_multi ] [ run unique.cpp : : : : algorithms_unique ] [ run unique_multi.cpp : : : : algorithms_unique_multi ] ; build-project buffer ; build-project detail ; build-project distance ; build-project overlay ; build-project relational_operations ; build-project set_operations ;