Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85562 - in trunk/libs/geometry/test: algorithms multi/algorithms
From: barend.gehrels_at_[hidden]
Date: 2013-09-04 07:17:34


Author: barendgehrels
Date: 2013-09-04 07:17:34 EDT (Wed, 04 Sep 2013)
New Revision: 85562
URL: http://svn.boost.org/trac/boost/changeset/85562

Log:
[geometry] added bigobj for the failing MSVC tests

Text files modified:
   trunk/libs/geometry/test/algorithms/Jamfile.v2 | 12 ++++++------
   trunk/libs/geometry/test/multi/algorithms/Jamfile.v2 | 8 ++++----
   2 files changed, 10 insertions(+), 10 deletions(-)

Modified: trunk/libs/geometry/test/algorithms/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/test/algorithms/Jamfile.v2 Wed Sep 4 07:11:14 2013 (r85561)
+++ trunk/libs/geometry/test/algorithms/Jamfile.v2 2013-09-04 07:17:34 EDT (Wed, 04 Sep 2013) (r85562)
@@ -10,24 +10,24 @@
 
 test-suite boost-geometry-algorithms
     :
- [ run append.cpp ]
+ [ run append.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
     [ run area.cpp ]
     [ run assign.cpp ]
     [ run buffer.cpp ]
- [ run centroid.cpp ]
+ [ run centroid.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
     [ run comparable_distance.cpp ]
     [ run convex_hull.cpp ]
     [ run correct.cpp ]
- [ run convert.cpp ]
+ [ run convert.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
     [ run covered_by.cpp ]
- [ run difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
+ [ run difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
     [ run disjoint.cpp ]
- [ run distance.cpp ]
+ [ run distance.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
     [ run envelope.cpp ]
     [ run equals.cpp ]
     [ run expand.cpp ]
     [ run for_each.cpp ]
- [ run intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
+ [ run intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
     [ run intersects.cpp ]
     [ run length.cpp ]
     [ run make.cpp ]

Modified: trunk/libs/geometry/test/multi/algorithms/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/test/multi/algorithms/Jamfile.v2 Wed Sep 4 07:11:14 2013 (r85561)
+++ trunk/libs/geometry/test/multi/algorithms/Jamfile.v2 2013-09-04 07:17:34 EDT (Wed, 04 Sep 2013) (r85562)
@@ -16,14 +16,14 @@
     [ run multi_convex_hull.cpp ]
     [ run multi_correct.cpp ]
     [ run multi_covered_by.cpp ]
- [ run multi_difference.cpp ]
- [ run multi_difference_spike.cpp ]
+ [ run multi_difference.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
+ [ run multi_difference_spike.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
     [ run multi_disjoint.cpp ]
     [ run multi_distance.cpp ]
     [ run multi_envelope.cpp ]
     [ run multi_equals.cpp ]
     [ run multi_for_each.cpp ]
- [ run multi_intersection.cpp ]
+ [ run multi_intersection.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
     [ run multi_intersects.cpp ]
     [ run multi_length.cpp ]
     [ run multi_num_geometries.cpp ]
@@ -34,7 +34,7 @@
     [ run multi_simplify.cpp ]
     [ run multi_touches.cpp ]
     [ run multi_transform.cpp ]
- [ run multi_union.cpp ]
+ [ run multi_union.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
     [ run multi_unique.cpp ]
     [ run multi_within.cpp ]
     ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk