mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
71 lines
2.5 KiB
Plaintext
71 lines
2.5 KiB
Plaintext
# Boost.Geometry (aka GGL, Generic Geometry Library)
|
|
#
|
|
# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
|
|
# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
|
|
# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
|
|
#
|
|
# This file was modified by Oracle on 2014, 2015.
|
|
# Modifications copyright (c) 2014-2015, Oracle and/or its affiliates.
|
|
#
|
|
# Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
#
|
|
# Use, modification and distribution is subject to the Boost Software License,
|
|
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
test-suite boost-geometry-algorithms
|
|
:
|
|
[ run append.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run area.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run assign.cpp ]
|
|
[ run buffer.cpp ]
|
|
[ run centroid.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run comparable_distance.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run convex_hull.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run correct.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run convert.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run envelope.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run expand.cpp ]
|
|
[ run for_each.cpp ]
|
|
[ run is_simple.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run is_valid.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run is_valid_failure.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
|
[ run length.cpp ]
|
|
[ run make.cpp ]
|
|
[ run multi_area.cpp ]
|
|
[ run multi_centroid.cpp ]
|
|
[ run multi_convert.cpp ]
|
|
[ run multi_convex_hull.cpp ]
|
|
[ run multi_correct.cpp ]
|
|
[ run multi_envelope.cpp ]
|
|
[ run multi_for_each.cpp ]
|
|
[ run multi_length.cpp ]
|
|
[ run multi_num_geometries.cpp ]
|
|
[ run multi_num_interior_rings.cpp ]
|
|
[ run multi_num_points.cpp ]
|
|
[ run multi_perimeter.cpp ]
|
|
[ run multi_reverse.cpp ]
|
|
[ run multi_simplify.cpp ]
|
|
[ run multi_transform.cpp ]
|
|
[ run multi_unique.cpp ]
|
|
[ run num_geometries.cpp ]
|
|
[ run num_interior_rings.cpp ]
|
|
[ run num_points.cpp ]
|
|
[ run num_segments.cpp ]
|
|
[ run perimeter.cpp ]
|
|
[ run point_on_surface.cpp ]
|
|
[ run remove_spikes.cpp ]
|
|
[ run reverse.cpp ]
|
|
[ run simplify.cpp ]
|
|
[ run transform.cpp ]
|
|
[ run unique.cpp ]
|
|
;
|
|
|
|
build-project buffer ;
|
|
build-project detail ;
|
|
build-project distance ;
|
|
build-project overlay ;
|
|
build-project relational_operations ;
|
|
build-project set_operations ;
|