Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72083 - in branches/release: boost/geometry boost/geometry/algorithms boost/geometry/algorithms/detail boost/geometry/arithmetic boost/geometry/core boost/geometry/domains boost/geometry/geometries boost/geometry/iterators boost/geometry/multi boost/geometry/policies boost/geometry/strategies boost/geometry/util boost/geometry/views libs/geometry/doc libs/geometry/doc/concept libs/geometry/doc/doxy libs/geometry/doc/generated libs/geometry/doc/html libs/geometry/doc/reference libs/geometry/doc/src libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk libs/geometry/example libs/geometry/test libs/geometry/test/algorithms libs/geometry/test/algorithms/detail libs/geometry/test/algorithms/overlay libs/geometry/test/algorithms/overlay/robustness libs/geometry/test/geometries/concepts libs/geometry/test/multi/algorithms libs/geometry/test/multi/algorithms/overlay
From: barend.gehrels_at_[hidden]
Date: 2011-05-22 11:58:46


Author: barendgehrels
Date: 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
New Revision: 72083
URL: http://svn.boost.org/trac/boost/changeset/72083

Log:
Merged r72075 .. 72082
Added:
   branches/release/libs/geometry/doc/html/index.html
      - copied unchanged from r72082, /trunk/libs/geometry/doc/html/index.html
Properties modified:
   branches/release/boost/geometry/algorithms/ (props changed)
   branches/release/boost/geometry/arithmetic/ (props changed)
   branches/release/boost/geometry/core/ (props changed)
   branches/release/boost/geometry/domains/ (props changed)
   branches/release/boost/geometry/geometries/ (props changed)
   branches/release/boost/geometry/geometry.hpp (props changed)
   branches/release/boost/geometry/iterators/ (props changed)
   branches/release/boost/geometry/multi/ (props changed)
   branches/release/boost/geometry/policies/ (props changed)
   branches/release/boost/geometry/strategies/ (props changed)
   branches/release/boost/geometry/util/ (props changed)
   branches/release/boost/geometry/views/ (props changed)
   branches/release/libs/geometry/doc/ (props changed)
   branches/release/libs/geometry/doc/Jamfile.v2 (contents, props changed)
   branches/release/libs/geometry/doc/about_documentation.qbk (props changed)
   branches/release/libs/geometry/doc/acknowledgments.qbk (props changed)
   branches/release/libs/geometry/doc/concept/ (props changed)
   branches/release/libs/geometry/doc/copyright_note_policy.txt (props changed)
   branches/release/libs/geometry/doc/design_rationale.qbk (props changed)
   branches/release/libs/geometry/doc/doxy/ (props changed)
   branches/release/libs/geometry/doc/generated/ (props changed)
   branches/release/libs/geometry/doc/geometry.qbk (props changed)
   branches/release/libs/geometry/doc/html/ (props changed)
   branches/release/libs/geometry/doc/imports.qbk (props changed)
   branches/release/libs/geometry/doc/introduction.qbk (props changed)
   branches/release/libs/geometry/doc/make_qbk.py (props changed)
   branches/release/libs/geometry/doc/matrix.qbk (props changed)
   branches/release/libs/geometry/doc/quickref.xml (props changed)
   branches/release/libs/geometry/doc/quickstart.qbk (props changed)
   branches/release/libs/geometry/doc/readme.txt (props changed)
   branches/release/libs/geometry/doc/reference/ (props changed)
   branches/release/libs/geometry/doc/reference.qbk (props changed)
   branches/release/libs/geometry/doc/src/ (props changed)
   branches/release/libs/geometry/example/ (props changed)
   branches/release/libs/geometry/test/ (props changed)
Text files modified:
   branches/release/boost/geometry/algorithms/detail/has_self_intersections.hpp | 2 +-
   branches/release/libs/geometry/doc/Jamfile.v2 | 11 ++++++-----
   branches/release/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/quickbook_output.hpp | 4 ++--
   branches/release/libs/geometry/test/algorithms/detail/partition.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/difference.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/intersection.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/intersects.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlaps.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/assemble.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/ccw_traverse.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/dissolver.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/enrich_intersection_points.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/get_turn_info.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/get_turns.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/merge_intersection_points.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/relative_order.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/robustness/interior_triangles.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/robustness/intersection_pies.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/robustness/recursive_polygons.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/robustness/star_comb.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/select_rings.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/self_intersection_points.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/split_rings.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/overlay/traverse.vcproj | 2 +-
   branches/release/libs/geometry/test/algorithms/union.vcproj | 2 +-
   branches/release/libs/geometry/test/geometries/concepts/check.vcproj | 2 +-
   branches/release/libs/geometry/test/multi/algorithms/multi_difference.vcproj | 2 +-
   branches/release/libs/geometry/test/multi/algorithms/multi_intersection.vcproj | 2 +-
   branches/release/libs/geometry/test/multi/algorithms/multi_union.vcproj | 2 +-
   branches/release/libs/geometry/test/multi/algorithms/overlay/multi_traverse.vcproj | 2 +-
   30 files changed, 36 insertions(+), 35 deletions(-)

Modified: branches/release/boost/geometry/algorithms/detail/has_self_intersections.hpp
==============================================================================
--- branches/release/boost/geometry/algorithms/detail/has_self_intersections.hpp (original)
+++ branches/release/boost/geometry/algorithms/detail/has_self_intersections.hpp 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -44,7 +44,7 @@
 
     virtual char const* what() const throw()
     {
- return "Boost.Geometry Overlay invald input exception";
+ return "Boost.Geometry Overlay invalid input exception";
     }
 };
 

Modified: branches/release/libs/geometry/doc/Jamfile.v2
==============================================================================
--- branches/release/libs/geometry/doc/Jamfile.v2 (original)
+++ branches/release/libs/geometry/doc/Jamfile.v2 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -11,7 +11,8 @@
 
 project geometry/doc ;
 
-using auto-index ;
+# Auto-index, experimental. Commented otherwise does not build without.
+#using auto-index ;
 
 import boostbook ;
 import quickbook ;
@@ -23,10 +24,10 @@
         <dependency>quickref.xml
         <dependency>generated/point.qbk
         : <xsl:param>chunk.section.depth=4
- <auto-index>off
- <auto-index-internal>on
- <auto-index-verbose>off
- <xsl:param>index.on.type=1
+# <auto-index>off
+# <auto-index-internal>on
+# <auto-index-verbose>off
+# <xsl:param>index.on.type=1
     <format>html
     <xsl:param>chunk.first.sections=1
     <xsl:param>toc.section.depth=3

Modified: branches/release/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/quickbook_output.hpp
==============================================================================
--- branches/release/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/quickbook_output.hpp (original)
+++ branches/release/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/quickbook_output.hpp 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -298,8 +298,8 @@
     {
         // "Unnamespace" it and add all terms (also namespaces)
         std::vector<std::string> splitted;
- boost::split(splitted, boost::replace_all_copy(term, "::", ":")
- , boost::is_any_of(":"), boost::token_compress_on);
+ std::string for_split = boost::replace_all_copy(term, "::", ":");
+ boost::split(splitted, for_split, boost::is_any_of(":"), boost::token_compress_on);
         BOOST_FOREACH(std::string const& part, splitted)
         {
             out << "<indexterm><primary>" << part << "</primary></indexterm>";

Modified: branches/release/libs/geometry/test/algorithms/detail/partition.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/detail/partition.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/detail/partition.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../..;../../../../../boost/geometry/extensions/contrib/ttmath"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/difference.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/difference.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/difference.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../..;..;../$(TTMATH_ROOT)"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/intersection.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/intersection.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/intersection.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -43,7 +43,7 @@
                                 AdditionalOptions="/bigobj"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../..;.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/intersects.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/intersects.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/intersects.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../..;.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlaps.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlaps.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlaps.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../..;.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/assemble.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/assemble.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/assemble.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/ccw_traverse.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/ccw_traverse.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/ccw_traverse.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/dissolver.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/dissolver.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/dissolver.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/enrich_intersection_points.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/enrich_intersection_points.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/enrich_intersection_points.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/get_turn_info.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/get_turn_info.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/get_turn_info.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/get_turns.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/get_turns.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/get_turns.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/merge_intersection_points.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/merge_intersection_points.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/merge_intersection_points.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/relative_order.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/relative_order.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/relative_order.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/robustness/interior_triangles.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/robustness/interior_triangles.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/robustness/interior_triangles.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../../../..;."
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;TEST_WITH_SVG;BOOST_ALL_NO_LIB"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_NO_LIB"
                                 BasicRuntimeChecks="3"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/robustness/intersection_pies.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/robustness/intersection_pies.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/robustness/intersection_pies.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../../../..;."
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;TEST_WITH_SVG;BOOST_ALL_NO_LIB"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_NO_LIB"
                                 BasicRuntimeChecks="3"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/robustness/recursive_polygons.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/robustness/recursive_polygons.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/robustness/recursive_polygons.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../../../..;."
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;TEST_WITH_SVG;BOOST_ALL_NO_LIB"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_NO_LIB"
                                 BasicRuntimeChecks="3"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/robustness/star_comb.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/robustness/star_comb.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/robustness/star_comb.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../../../..;."
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;TEST_WITH_SVG;BOOST_ALL_NO_LIB"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_NO_LIB"
                                 BasicRuntimeChecks="3"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/select_rings.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/select_rings.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/select_rings.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../..;../../../../../boost/geometry/extensions/contrib/ttmath"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/self_intersection_points.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/self_intersection_points.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/self_intersection_points.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/split_rings.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/split_rings.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/split_rings.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/overlay/traverse.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/overlay/traverse.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/overlay/traverse.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../..;../..;../../../../../boost/geometry/extensions/contrib/ttmath"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/algorithms/union.vcproj
==============================================================================
--- branches/release/libs/geometry/test/algorithms/union.vcproj (original)
+++ branches/release/libs/geometry/test/algorithms/union.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -43,7 +43,7 @@
                                 AdditionalOptions="/bigobj"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../..;.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/geometries/concepts/check.vcproj
==============================================================================
--- branches/release/libs/geometry/test/geometries/concepts/check.vcproj (original)
+++ branches/release/libs/geometry/test/geometries/concepts/check.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../../../../boost;../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/multi/algorithms/multi_difference.vcproj
==============================================================================
--- branches/release/libs/geometry/test/multi/algorithms/multi_difference.vcproj (original)
+++ branches/release/libs/geometry/test/multi/algorithms/multi_difference.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../../..;../..;."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/multi/algorithms/multi_intersection.vcproj
==============================================================================
--- branches/release/libs/geometry/test/multi/algorithms/multi_intersection.vcproj (original)
+++ branches/release/libs/geometry/test/multi/algorithms/multi_intersection.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../../..;../..;."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/multi/algorithms/multi_union.vcproj
==============================================================================
--- branches/release/libs/geometry/test/multi/algorithms/multi_union.vcproj (original)
+++ branches/release/libs/geometry/test/multi/algorithms/multi_union.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories="../../../../..;../..;."
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"

Modified: branches/release/libs/geometry/test/multi/algorithms/overlay/multi_traverse.vcproj
==============================================================================
--- branches/release/libs/geometry/test/multi/algorithms/overlay/multi_traverse.vcproj (original)
+++ branches/release/libs/geometry/test/multi/algorithms/overlay/multi_traverse.vcproj 2011-05-22 11:58:43 EDT (Sun, 22 May 2011)
@@ -42,7 +42,7 @@
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
                                 AdditionalIncludeDirectories=".;../../..;../../../../../..;../../../../../../boost/geometry/extensions/contrib/ttmath;../../../algorithms/overlay"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 ExceptionHandling="2"
                                 RuntimeLibrary="1"
                                 UsePrecompiledHeader="0"


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