|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68113 - in trunk/libs/chrono: build test
From: vicente.botet_at_[hidden]
Date: 2011-01-13 13:16:04
Author: viboes
Date: 2011-01-13 13:16:03 EST (Thu, 13 Jan 2011)
New Revision: 68113
URL: http://svn.boost.org/trac/boost/changeset/68113
Log:
Boost.Chrono: Correct preceding modification that doesn't works
Text files modified:
trunk/libs/chrono/build/Jamfile.v2 | 1 -
trunk/libs/chrono/test/Jamfile.v2 | 14 +++++++++-----
2 files changed, 9 insertions(+), 6 deletions(-)
Modified: trunk/libs/chrono/build/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/build/Jamfile.v2 (original)
+++ trunk/libs/chrono/build/Jamfile.v2 2011-01-13 13:16:03 EST (Thu, 13 Jan 2011)
@@ -46,7 +46,6 @@
<toolset>intel:<cxxflags>-wd304,1418
: usage-requirements # pass these requirement to dependents (i.e. users)
- <os>LINUX:<threading>multi
<threading>single:<define>BOOST_CHRONO_THREAD_DISABLED
<library>/boost/system//boost_system
#<define>BOOST_SYSTEM_INLINED
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2011-01-13 13:16:03 EST (Thu, 13 Jan 2011)
@@ -13,7 +13,7 @@
project
: requirements
-
+ <os>LINUX:<threading>multi
<toolset>msvc:<asynch-exceptions>on
<define>BOOST_CHRONO_USES_MPL_ASSERT
<define>BOOST_SYSTEM_NO_DEPRECATED
@@ -52,6 +52,7 @@
# comment one of the following lines
#<define>BOOST_SYSTEM_INLINED
<library>/boost/system//boost_system
+ <os>LINUX:<threading>multi
: $(sources[1]:B)_header ]
# [ run $(sources)
# : :
@@ -81,6 +82,7 @@
# comment one of the following lines
#<define>BOOST_SYSTEM_INLINED
<library>/boost/system//boost_system
+ <os>LINUX:<threading>multi
: $(name)_header ]
# [ run $(sources)
# : :
@@ -101,12 +103,12 @@
: :
: <define>BOOST_USE_WINDOWS_H
<library>/boost/system//boost_system
- <threading>multi
+ <os>LINUX:<threading>multi
: $(sources[1]:B)_shared ]
[ run $(sources) ../build//boost_chrono/<link>static
: :
: <define>BOOST_USE_WINDOWS_H <library>/boost/system//boost_system
- <threading>multi
+ <os>LINUX:<threading>multi
: $(sources[1]:B)_static ]
[ run $(sources)
: :
@@ -114,6 +116,7 @@
# comment one of the following lines
#<define>BOOST_SYSTEM_INLINED
<library>/boost/system//boost_system
+ <os>LINUX:<threading>multi
: $(sources[1]:B)_header ]
# [ run $(sources)
# : :
@@ -132,12 +135,12 @@
: :
: <define>BOOST_USE_WINDOWS_H
<library>/boost/system//boost_system
- <threading>multi
+ <os>LINUX:<threading>multi
: $(name)_shared ]
[ run $(sources) ../build//boost_chrono/<link>static
: :
: <library>/boost/system//boost_system
- <threading>multi
+ <os>LINUX:<threading>multi
: $(name)_static ]
[ run $(sources)
: :
@@ -145,6 +148,7 @@
# comment one of the following lines
#<define>BOOST_SYSTEM_INLINED
<library>/boost/system//boost_system
+ <os>LINUX:<threading>multi
: $(name)_header ]
# [ run $(sources)
# : :
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