|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67647 - trunk/libs/ratio/test
From: vicente.botet_at_[hidden]
Date: 2011-01-04 11:57:07
Author: viboes
Date: 2011-01-04 11:57:06 EST (Tue, 04 Jan 2011)
New Revision: 67647
URL: http://svn.boost.org/trac/boost/changeset/67647
Log:
Boost.Ratio: Added darwin toolset cxxflags
Text files modified:
trunk/libs/ratio/test/Jamfile.v2 | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
Modified: trunk/libs/ratio/test/Jamfile.v2
==============================================================================
--- trunk/libs/ratio/test/Jamfile.v2 (original)
+++ trunk/libs/ratio/test/Jamfile.v2 2011-01-04 11:57:06 EST (Tue, 04 Jan 2011)
@@ -18,9 +18,9 @@
project
: requirements
- <os>LINUX:<threading>multi
+ #<os>LINUX:<threading>multi
# uncomment the line above if you build outside the Boost release
- #<include>$(BOOST_ROOT)
+ #<include>$(BOOST_ROOT)
# uncomment the line above if you build outside the Boost release
#<include>../../..
<toolset>msvc:<asynch-exceptions>on
@@ -29,9 +29,14 @@
<define>BOOST_MPL_NEXT_PRIOR_EXT
<warnings>all
<toolset>gcc:<cxxflags>-Wextra
- <toolset>gcc:<cxxflags>-Wno-long-long
- <toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers
+ <toolset>gcc:<cxxflags>-Wno-long-long
+ <toolset>gcc:<cxxflags>-pedantic
+ <toolset>darwin:<cxxflags>-Wextra
+ <toolset>darwin:<cxxflags>-Wno-long-long
+ <toolset>darwin:<cxxflags>-pedantic
+ <toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers
<toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
+ <toolset>gcc-mingw-4.6.0:<cxxflags>-fdiagnostics-show-option
<toolset>msvc:<cxxflags>/wd4127
;
@@ -94,5 +99,5 @@
[ compile ratio_extensions/mpl_less_equal_pass.cpp ]
[ compile ratio_extensions/mpl_greater_pass.cpp ]
[ compile ratio_extensions/mpl_greater_equal_pass.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