]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/src/examples/algorithms/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / src / examples / algorithms / Jamfile.v2
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, 2015.
8 # Modifications copyright (c) 2014-2015, Oracle and/or its affiliates.
9
10 # Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
11
12 # Use, modification and distribution is subject to the Boost Software License,
13 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
14 # http://www.boost.org/LICENSE_1_0.txt)
15
16
17 project boost-geometry-doc-example-algorithms
18 : # requirements
19 ;
20
21 exe append : append.cpp ;
22
23 exe area : area.cpp ;
24 exe area_with_strategy : area_with_strategy.cpp ;
25
26 exe assign : assign.cpp ;
27 exe assign_2d_point : assign_2d_point.cpp ;
28 exe assign_3d_point : assign_3d_point.cpp ;
29 exe assign_inverse : assign_inverse.cpp ;
30 exe assign_points : assign_points.cpp ;
31 # exe assign_box_corners : assign_box_corners.cpp ;
32 # exe assign_point_from_index : assign_point_from_index.cpp ;
33 # exe assign_point_to_index : assign_point_to_index.cpp ;
34
35 exe buffer_with_strategies : buffer_with_strategies.cpp ;
36 exe centroid : centroid.cpp ;
37 exe clear : clear.cpp ;
38 exe comparable_distance : comparable_distance.cpp ;
39 exe convert : convert.cpp ;
40 exe convex_hull : convex_hull.cpp ;
41 exe correct : correct.cpp ;
42
43 exe difference : difference.cpp ;
44 exe distance : distance.cpp ;
45
46 exe envelope : envelope.cpp ;
47 exe equals : equals.cpp ;
48 exe expand : expand.cpp ;
49
50 exe for_each_point : for_each_point.cpp ;
51 exe for_each_point_const : for_each_point_const.cpp ;
52 exe for_each_segment_const : for_each_segment_const.cpp ;
53
54 exe intersection_ls_ls_point : intersection_ls_ls_point.cpp ;
55 exe intersection_segment : intersection_segment.cpp ;
56
57 exe intersects_linestring : intersects_linestring.cpp ;
58
59 exe is_simple : is_simple.cpp ;
60
61 exe is_valid : is_valid.cpp ;
62 exe is_valid_failure : is_valid_failure.cpp ;
63 exe is_valid_message : is_valid_message.cpp ;
64
65 exe length : length.cpp ;
66 exe length_with_strategy : length_with_strategy.cpp ;
67
68 exe make_2d_point : make_2d_point.cpp ;
69 exe make_3d_point : make_3d_point.cpp ;
70 exe make_inverse : make_inverse.cpp ;
71 # exe make_with_range : make_with_range.cpp ;
72
73 exe num_geometries : num_geometries.cpp ;
74 exe num_interior_rings : num_interior_rings.cpp ;
75 exe num_points : num_points.cpp ;
76 exe num_segments : num_segments.cpp ;
77
78 exe return_envelope : return_envelope.cpp ;
79
80 exe relate : relate.cpp ;
81 exe relation : relation.cpp ;
82
83 exe reverse : reverse.cpp ;
84
85 exe simplify : length.cpp ;
86 exe sym_difference : sym_difference.cpp ;
87
88 exe transform : transform.cpp ;
89 exe transform_with_strategy : transform_with_strategy.cpp ;
90
91 exe union : union.cpp ;
92 exe unique : unique.cpp ;
93
94 exe within : within.cpp ;