]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/test/algorithms/Jamfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / Jamfile
CommitLineData
7c673cae
FG
1# Boost.Geometry (aka GGL, Generic Geometry Library)
2#
3# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
4# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
5# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
92f5a8d4 6# Copyright (c) 2018 Adam Wulkiewicz, Lodz, Poland.
7c673cae 7#
1e59de90
TL
8# This file was modified by Oracle on 2014-2021.
9# Modifications copyright (c) 2014-2021, Oracle and/or its affiliates.
7c673cae
FG
10#
11# Contributed and/or modified by Vissarion Fisikopoulos, on behalf of Oracle
12# Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
13# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
14#
15# Use, modification and distribution is subject to the Boost Software License,
16# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
17# http://www.boost.org/LICENSE_1_0.txt)
18
19test-suite boost-geometry-algorithms
20 :
21 [ run append.cpp : : : : algorithms_append ]
7c673cae 22 [ run assign.cpp : : : : algorithms_assign ]
1e59de90 23 [ run azimuth.cpp : : : : algorithms_azimuth ]
7c673cae
FG
24 [ run centroid.cpp : : : : algorithms_centroid ]
25 [ run centroid_multi.cpp : : : : algorithms_centroid_multi ]
26 [ run comparable_distance.cpp : : : : algorithms_comparable_distance ]
27 [ run convert.cpp : : : : algorithms_convert ]
28 [ run convert_multi.cpp : : : : algorithms_convert_multi ]
7c673cae
FG
29 [ run correct.cpp : : : : algorithms_correct ]
30 [ run correct_multi.cpp : : : : algorithms_correct_multi ]
b32b8144 31 [ run correct_closure.cpp : : : : algorithms_correct_closure ]
11fdf7f2 32 [ run densify.cpp : : : : algorithms_densify ]
7c673cae
FG
33 [ run for_each.cpp : : : : algorithms_for_each ]
34 [ run for_each_multi.cpp : : : : algorithms_for_each_multi ]
35 [ run is_convex.cpp : : : : algorithms_is_convex ]
36 [ run is_empty.cpp : : : : algorithms_is_empty ]
37 [ run is_simple.cpp : : : : algorithms_is_simple ]
b32b8144 38 [ run is_simple_geo.cpp : : : : algorithms_is_simple_geo ]
7c673cae
FG
39 [ run is_valid.cpp : : : : algorithms_is_valid ]
40 [ run is_valid_failure.cpp : : : : algorithms_is_valid_failure ]
b32b8144 41 [ run is_valid_geo.cpp : : : : algorithms_is_valid_geo ]
1e59de90
TL
42 [ run is_valid.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_alternative ]
43 [ run is_valid_failure.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_failure_alternative ]
44 [ run is_valid_geo.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_is_valid_geo_alternative ]
92f5a8d4 45 [ run line_interpolate.cpp : : : : algorithms_line_interpolate ]
7c673cae
FG
46 [ run make.cpp : : : : algorithms_make ]
47 [ run maximum_gap.cpp : : : : algorithms_maximum_gap ]
48 [ run num_geometries.cpp : : : : algorithms_num_geometries ]
49 [ run num_geometries_multi.cpp : : : : algorithms_num_geometries_multi ]
50 [ run num_interior_rings.cpp : : : : algorithms_num_interior_rings ]
51 [ run num_interior_rings_multi.cpp : : : : algorithms_num_interior_rings_multi ]
52 [ run num_points.cpp : : : : algorithms_num_points ]
53 [ run num_points_multi.cpp : : : : algorithms_num_points_multi ]
54 [ run num_segments.cpp : : : : algorithms_segments ]
55 [ run perimeter.cpp : : : : algorithms_perimeter ]
56 [ run perimeter_multi.cpp : : : : algorithms_perimeter_multi ]
57 [ run point_on_surface.cpp : : : : algorithms_point_on_surface ]
58 [ run remove_spikes.cpp : : : : algorithms_remove_spikes ]
59 [ run reverse.cpp : : : : algorithms_reverse ]
60 [ run reverse_multi.cpp : : : : algorithms_reverse_multi ]
61 [ run simplify.cpp : : : : algorithms_simplify ]
62 [ run simplify_multi.cpp : : : : algorithms_simplify_multi ]
63 [ run transform.cpp : : : : algorithms_transform ]
64 [ run transform_multi.cpp : : : : algorithms_transform_multi ]
65 [ run unique.cpp : : : : algorithms_unique ]
66 [ run unique_multi.cpp : : : : algorithms_unique_multi ]
67 ;
68
b32b8144 69build-project area ;
7c673cae 70build-project buffer ;
92f5a8d4 71build-project covered_by ;
1e59de90
TL
72build-project convex_hull ;
73build-project closest_points ;
92f5a8d4 74build-project crosses ;
7c673cae 75build-project detail ;
92f5a8d4 76build-project disjoint ;
7c673cae
FG
77build-project distance ;
78build-project envelope_expand ;
92f5a8d4
TL
79build-project equals ;
80build-project intersects ;
7c673cae 81build-project length ;
92f5a8d4 82build-project overlaps ;
7c673cae
FG
83build-project overlay ;
84build-project perimeter ;
92f5a8d4 85build-project relate ;
7c673cae 86build-project set_operations ;
92f5a8d4
TL
87build-project similarity ;
88build-project touches ;
89build-project within ;