|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74434 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2011-09-17 05:52:28
Author: viboes
Date: 2011-09-17 05:52:28 EDT (Sat, 17 Sep 2011)
New Revision: 74434
URL: http://svn.boost.org/trac/boost/changeset/74434
Log:
cleanup trailing white spaces
Text files modified:
trunk/libs/chrono/test/Jamfile.v2 | 68 ++++++++++++++++++++--------------------
1 files changed, 34 insertions(+), 34 deletions(-)
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2011-09-17 05:52:28 EDT (Sat, 17 Sep 2011)
@@ -47,19 +47,19 @@
{
return
[ run $(sources) ../build//boost_chrono
- : :
- :
+ : :
+ :
<library>/boost/system//boost_system
: $(sources[1]:B)_shared ]
[ run $(sources) ../build//boost_chrono/<link>static
- : :
- :
+ : :
+ :
<library>/boost/system//boost_system
: $(sources[1]:B)_static ]
[ run $(sources)
- : :
+ : :
: <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
+ # comment one of the following lines
#<define>BOOST_SYSTEM_INLINED
<library>/boost/system//boost_system
: $(sources[1]:B)_header ]
@@ -69,19 +69,19 @@
{
return
[ run $(sources) ../build//boost_chrono
- : :
- :
+ : :
+ :
<library>/boost/system//boost_system
: $(name)_shared ]
[ run $(sources) ../build//boost_chrono/<link>static
- : :
- :
+ : :
+ :
<library>/boost/system//boost_system
: $(name)_static ]
[ run $(sources)
- : :
- : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
+ : :
+ : <define>BOOST_CHRONO_HEADER_ONLY
+ # comment one of the following lines
#<define>BOOST_SYSTEM_INLINED
<library>/boost/system//boost_system
: $(name)_header ]
@@ -93,19 +93,19 @@
{
return
[ run $(sources) ../build//boost_chrono
- : :
- :
- <library>/boost/system//boost_system
+ : :
+ :
+ <library>/boost/system//boost_system
: $(sources[1]:B)_shared ]
[ run $(sources) ../build//boost_chrono/<link>static
- : :
- :
- <library>/boost/system//boost_system
+ : :
+ :
+ <library>/boost/system//boost_system
: $(sources[1]:B)_static ]
[ run $(sources)
- : :
+ : :
: <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
+ # comment one of the following lines
#<define>BOOST_SYSTEM_INLINED
<library>/boost/system//boost_system
: $(sources[1]:B)_header ]
@@ -115,19 +115,19 @@
{
return
[ run $(sources) ../build//boost_chrono
- : :
- :
+ : :
+ :
<library>/boost/system//boost_system
: $(name)_shared ]
[ run $(sources) ../build//boost_chrono/<link>static
- : :
- :
+ : :
+ :
<library>/boost/system//boost_system
: $(name)_static ]
[ run $(sources)
- : :
- : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
+ : :
+ : <define>BOOST_CHRONO_HEADER_ONLY
+ # comment one of the following lines
#<define>BOOST_SYSTEM_INLINED
<library>/boost/system//boost_system
: $(name)_header ]
@@ -137,11 +137,11 @@
{
return
[ compile $(sources)
- :
+ :
: $(sources[1]:B)_lib ]
[ compile $(sources)
- : <define>BOOST_CHRONO_HEADER_ONLY
- # comment the following line
+ : <define>BOOST_CHRONO_HEADER_ONLY
+ # comment the following line
<define>BOOST_SYSTEM_INLINED
: $(sources[1]:B)_header ]
;
@@ -155,7 +155,7 @@
: $(name)_lib ]
[ compile $(sources)
: <define>BOOST_CHRONO_HEADER_ONLY
- # comment the following line
+ # comment the following line
<define>BOOST_SYSTEM_INLINED
: $(name)_header ]
;
@@ -238,7 +238,7 @@
;
test-suite "clock"
- :
+ :
[ chrono-run2-mt clock/clock_pass.cpp : clock_clock_pass ]
;
@@ -255,4 +255,4 @@
:
[ chrono-run win32_test.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