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