]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/chrono/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / chrono / test / Jamfile.v2
index 46638b6976888931f9c1ff95ebc185efda01366d..7565d27b300976a41902c3a6e475c8eaa18e260c 100644 (file)
@@ -21,7 +21,6 @@ project
         #<threading>single:<define>BOOST_CHRONO_THREAD_DISABLED
         <toolset>msvc:<asynch-exceptions>on
         <define>BOOST_CHRONO_USES_MPL_ASSERT
-        <define>BOOST_SYSTEM_NO_DEPRECATED
         #<toolset>sun:<define>BOOST_COMMON_TYPE_DONT_USE_TYPEOF
         #<toolset>sun:<define>BOOST_TYPEOF_EMULATION
         <toolset>sun:<define>__typeof__=__typeof__
@@ -43,7 +42,7 @@ project
         <toolset>clang:<cxxflags>-Wno-long-long
         <toolset>clang:<cxxflags>-Wno-variadic-macros
         <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-Wno-missing-field-initializers 
-       <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-fdiagnostics-show-option 
+        <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-fdiagnostics-show-option 
         <toolset>msvc:<cxxflags>/wd4127
         <toolset>msvc:<cxxflags>/wd4512
 # Note: Some of the remarks from the Intel compiler are disabled
@@ -59,7 +58,7 @@ project
         <toolset>intel:<cxxflags>-wd193,304,383,444
         <toolset>intel:<cxxflags>-wd593,981
         <toolset>intel:<cxxflags>-wd1418
-         <toolset>intel:<cxxflags>-wd2415
+        <toolset>intel:<cxxflags>-wd2415
     ;
 
 rule chrono-run ( sources )
@@ -68,13 +67,11 @@ rule chrono-run ( sources )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(sources[1]:B)_d  ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     #    : :
     #    :
-    #        <library>/boost/system//boost_system/<link>static
     #    :   $(sources[1]:B)_s ]
     [ run $(sources)
         : :
@@ -92,13 +89,11 @@ rule chrono-runXXX ( sources )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(sources[1]:B)_d  ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     #    : :
     #    :
-    #        <library>/boost/system//boost_system/<link>static
     #    :   $(sources[1]:B)_s ]
     [ run $(sources)
         : :
@@ -117,13 +112,11 @@ rule chrono-v1-v2-run ( sources )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(sources[1]:B)_d  ]
     [ run $(sources) ../build//boost_chrono/<link>static
         : :
         :
-            <library>/boost/system//boost_system/<link>static
         :   v1_$(sources[1]:B)_s ]
     [ run $(sources)
         : :
@@ -148,13 +141,11 @@ rule chrono-run2 ( sources : name )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(name)_d  ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     #    : :
     #    :
-    #        <library>/boost/system//boost_system/<link>static
     #    : $(name)_s ]
     [ run $(sources)
         : :
@@ -172,7 +163,6 @@ rule date-run ( sources + )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(sources[1]:B)_d  ]
     ;
@@ -184,7 +174,6 @@ rule date-run-2 ( sources + : name )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(name)_d  ]
     ;
@@ -197,13 +186,11 @@ rule chrono-run-mt ( sources )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(sources[1]:B)_d  ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     #    : :
     #    :
-    #        <library>/boost/system//boost_system/<link>static
     #    :  $(sources[1]:B)_s ]
     [ run $(sources)
         : :
@@ -220,13 +207,11 @@ rule chrono-run2-mt ( sources * : name )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(name)_d  ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     #    : :
     #    :
-    #        <library>/boost/system//boost_system/<link>static
     #    : $(name)_s ]
     [ run $(sources)
         : :
@@ -244,13 +229,11 @@ rule chrono-run-check ( sources )
     [ run $(sources)
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(sources[1]:B)_d  ]
     [ run $(sources)
         : :
         :
-            <library>/boost/system//boost_system/<link>static
             <define>BOOST_CHRONO_VERSION=2
         :   $(sources[1]:B)_s ]
     [ run $(sources)
@@ -269,13 +252,11 @@ rule chrono-run-check2 ( sources : name )
     [ run $(sources)
         : :
         :
-            <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
         :   $(name)_d  ]
     [ run $(sources)
         : :
         :
-            <library>/boost/system//boost_system/<link>static
             <define>BOOST_CHRONO_VERSION=2
         : $(name)_s ]
     [ run $(sources)
@@ -383,7 +364,6 @@ rule chrono-compile2 ( sources : name )
         [ chrono-run-header ../example/miscellaneous.cpp ]
         [ chrono-run-header ../example/test_special_values.cpp ]
         [ chrono-run ../example/manipulate_clock_object.cpp ]
-        #[ chrono-run ../example/chrono_accuracy_test.cpp ]
         [ chrono-run-mt ../example/test_thread_clock.cpp  ]
         [ chrono-run-header ../example/rounding.cpp  ]
         #[ chrono-run ../example/await_keystroke.cpp  ]
@@ -460,7 +440,7 @@ rule chrono-compile2 ( sources : name )
     test-suite "io"
         :
         [ chrono-v1-v2-run-header io/duration_input.cpp  ]
-        [ chrono-v1-v2-run-header io/duration_output.cpp  ]      
+        [ chrono-v1-v2-run-header io/duration_output.cpp  ]
         [ chrono-v1-v2-run-header io/time_point_input.cpp  ]
         [ chrono-v1-v2-run-header io/time_point_output.cpp  ]
         [ chrono-run test_7868.cpp  ]