• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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#
7# This file was modified by Oracle on 2014-2020.
8# Modifications copyright (c) 2014-2020, Oracle and/or its affiliates.
9#
10# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
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 ]
24    [ run distance_cross_track.cpp           : : : : strategies_distance_cross_track ]
25    [ run douglas_peucker.cpp                : : : : strategies_douglas_peucker ]
26    [ run envelope_segment.cpp               : : : : strategies_envelope_segment ]
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 ]
34    [ run segment_intersection.cpp           : : : : strategies_segment_intersection           ]
35    [ run segment_intersection_collinear.cpp : : : : strategies_segment_intersection_collinear ]
36    [ run segment_intersection_geo.cpp       : : : : strategies_segment_intersection_geo ]
37    [ run segment_intersection_sph.cpp       : : : : strategies_segment_intersection_sph ]
38    [ run spherical_side.cpp                 : : : : strategies_spherical_side ]
39    [ run thomas.cpp                         : : : : strategies_thomas ]
40    [ run transform_cs.cpp                   : : : : strategies_transform_cs ]
41    [ run transformer.cpp                    : : : : strategies_transformer ]
42    [ run matrix_transformer.cpp             : : : : strategies_matrix_transformer ]
43    [ run vincenty.cpp                       : : : : strategies_vincenty ]
44    [ run winding.cpp                        : : : : strategies_winding ]
45    ;
46