]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/test/strategies/Jamfile
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / strategies / 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.
6#
20effc67
TL
7# This file was modified by Oracle on 2014-2020.
8# Modifications copyright (c) 2014-2020, Oracle and/or its affiliates.
7c673cae 9#
92f5a8d4 10# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
7c673cae
FG
11# Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
12# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
13#
14# Use, modification and distribution is subject to the Boost Software License,
15# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
16# http://www.boost.org/LICENSE_1_0.txt)
17
18test-suite boost-geometry-strategies
19 :
20 [ run andoyer.cpp : : : : strategies_andoyer ]
21 [ run cross_track.cpp : : : : strategies_cross_track ]
22 [ run crossings_multiply.cpp : : : : strategies_crossings_multiply ]
23 [ run distance_default_result.cpp : : : : strategies_distance_default_result ]
92f5a8d4 24 [ run distance_cross_track.cpp : : : : strategies_distance_cross_track ]
7c673cae 25 [ run douglas_peucker.cpp : : : : strategies_douglas_peucker ]
92f5a8d4 26 [ run envelope_segment.cpp : : : : strategies_envelope_segment ]
7c673cae
FG
27 [ run franklin.cpp : : : : strategies_franklin ]
28 [ run haversine.cpp : : : : strategies_haversine ]
29 [ run point_in_box.cpp : : : : strategies_point_in_box ]
30 [ run projected_point.cpp : : : : strategies_projected_point ]
31 [ run projected_point_ax.cpp : : : : strategies_projected_point_ax ]
32 [ run pythagoras.cpp : : : : strategies_pythagoras ]
33 [ run pythagoras_point_box.cpp : : : : strategies_pythagoras_point_box ]
11fdf7f2 34 [ run segment_intersection.cpp : : : : strategies_segment_intersection ]
7c673cae 35 [ run segment_intersection_collinear.cpp : : : : strategies_segment_intersection_collinear ]
b32b8144 36 [ run segment_intersection_geo.cpp : : : : strategies_segment_intersection_geo ]
7c673cae 37 [ run segment_intersection_sph.cpp : : : : strategies_segment_intersection_sph ]
b32b8144 38 [ run spherical_side.cpp : : : : strategies_spherical_side ]
7c673cae
FG
39 [ run thomas.cpp : : : : strategies_thomas ]
40 [ run transform_cs.cpp : : : : strategies_transform_cs ]
41 [ run transformer.cpp : : : : strategies_transformer ]
92f5a8d4 42 [ run matrix_transformer.cpp : : : : strategies_matrix_transformer ]
7c673cae
FG
43 [ run vincenty.cpp : : : : strategies_vincenty ]
44 [ run winding.cpp : : : : strategies_winding ]
45 ;