# Boost.Geometry (aka GGL, Generic Geometry Library) # # Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. # Copyright (c) 2008-2014 Bruno Lalande, Paris, France. # Copyright (c) 2009-2014 Mateusz Loskot, London, UK. # # This file was modified by Oracle on 2014. # Modifications copyright (c) 2014, Oracle and/or its affiliates. # # Contributed and/or modified by Menelaos Karavelas, 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 : : : msvc:/bigobj ] [ run area.cpp ] [ run assign.cpp ] [ run buffer.cpp ] [ run centroid.cpp : : : msvc:/bigobj ] [ run comparable_distance.cpp ] [ run convex_hull.cpp : : : msvc:/bigobj ] [ run correct.cpp ] [ run convert.cpp : : : msvc:/bigobj ] [ run covered_by.cpp ] [ run crosses.cpp : : : msvc:/bigobj ] [ run difference.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE msvc:/bigobj ] [ run difference_linear_linear.cpp ] [ run difference_pl_pl.cpp ] [ run disjoint.cpp : : : msvc:/bigobj ] [ run disjoint_coverage.cpp ] [ run distance.cpp : : : msvc:/bigobj ] [ run distance_areal_areal.cpp ] [ run distance_linear_areal.cpp ] [ run distance_linear_linear.cpp ] [ run distance_pointlike_areal.cpp ] [ run distance_pointlike_linear.cpp ] [ run distance_pointlike_pointlike.cpp ] [ run envelope.cpp : : : msvc:/bigobj ] [ run equals.cpp : : : msvc:/bigobj ] [ run expand.cpp ] [ run for_each.cpp ] [ run intersection.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE msvc:/bigobj ] [ run intersection_linear_linear.cpp ] [ run intersection_pl_pl.cpp ] [ run intersects.cpp : : : msvc:/bigobj ] [ run length.cpp ] [ run make.cpp ] [ run num_points.cpp ] [ run overlaps.cpp : : : msvc:/bigobj ] [ run perimeter.cpp ] [ run point_on_surface.cpp ] [ run relate_areal_areal.cpp : : : msvc:/bigobj ] [ run relate_linear_areal.cpp : : : msvc:/bigobj ] [ run relate_linear_linear.cpp : : : msvc:/bigobj ] [ run relate_pointlike_xxx.cpp : : : msvc:/bigobj ] [ run remove_spikes.cpp ] [ run reverse.cpp ] [ run simplify.cpp ] [ run sym_difference_linear_linear.cpp ] [ run touches.cpp : : : msvc:/bigobj ] [ run transform.cpp ] [ run union.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ] [ run union_linear_linear.cpp ] [ run union_pl_pl.cpp ] [ run unique.cpp ] [ run within.cpp : : : msvc:/bigobj ] [ run within_areal_areal.cpp : : : msvc:/bigobj ] [ run within_linear_areal.cpp : : : msvc:/bigobj ] [ run within_linear_linear.cpp : : : msvc:/bigobj ] [ run within_pointlike_xxx.cpp : : : msvc:/bigobj ] ; build-project overlay ; build-project buffer ; build-project detail ;