Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68191 - trunk/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2011-01-16 12:28:04


Author: viboes
Date: 2011-01-16 12:27:58 EST (Sun, 16 Jan 2011)
New Revision: 68191
URL: http://svn.boost.org/trac/boost/changeset/68191

Log:
Boost.Chrono: Replace INLENED by HEADER_ONLY

Text files modified:
   trunk/boost/chrono/config.hpp | 4 ++--
   trunk/boost/chrono/process_cpu_clocks.hpp | 4 ++--
   trunk/boost/chrono/process_times.hpp | 4 ++--
   trunk/boost/chrono/system_clocks.hpp | 4 ++--
   trunk/boost/chrono/thread_clock.hpp | 4 ++--
   5 files changed, 10 insertions(+), 10 deletions(-)

Modified: trunk/boost/chrono/config.hpp
==============================================================================
--- trunk/boost/chrono/config.hpp (original)
+++ trunk/boost/chrono/config.hpp 2011-01-16 12:27:58 EST (Sun, 16 Jan 2011)
@@ -92,7 +92,7 @@
 #define BOOST_CHRONO_STATIC_CONSTEXPR static BOOST_CHRONO_CONSTEXPR_OR_CONST
 
 
-#ifdef BOOST_CHRONO_INLINED
+#ifdef BOOST_CHRONO_HEADER_ONLY
 #define BOOST_CHRONO_INLINE inline
 #define BOOST_CHRONO_STATIC
 #define BOOST_CHRONO_DECL
@@ -143,6 +143,6 @@
 //
 #include <boost/config/auto_link.hpp>
 #endif // auto-linking disabled
-#endif // BOOST_CHRONO_INLINED
+#endif // BOOST_CHRONO_HEADER_ONLY
 #endif // BOOST_CHRONO_CONFIG_HPP
 

Modified: trunk/boost/chrono/process_cpu_clocks.hpp
==============================================================================
--- trunk/boost/chrono/process_cpu_clocks.hpp (original)
+++ trunk/boost/chrono/process_cpu_clocks.hpp 2011-01-16 12:27:58 EST (Sun, 16 Jan 2011)
@@ -18,7 +18,7 @@
 #include <iostream>
 
 
-#ifndef BOOST_CHRONO_INLINED
+#ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_prefix.hpp> // must be the last #include
 #endif
 
@@ -291,7 +291,7 @@
     };
 }
 
-#ifndef BOOST_CHRONO_INLINED
+#ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_suffix.hpp> // pops abi_prefix.hpp pragmas
 #else
 #include <boost/chrono/detail/inlined/process_cpu_clocks.hpp>

Modified: trunk/boost/chrono/process_times.hpp
==============================================================================
--- trunk/boost/chrono/process_times.hpp (original)
+++ trunk/boost/chrono/process_times.hpp 2011-01-16 12:27:58 EST (Sun, 16 Jan 2011)
@@ -19,7 +19,7 @@
 #include <ostream>
 #include <boost/chrono/detail/system.hpp>
 
-#ifndef BOOST_CHRONO_INLINED
+#ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_prefix.hpp> // must be the last #include
 #endif
 
@@ -201,7 +201,7 @@
   } // namespace chrono
 } // namespace boost
 
-#ifndef BOOST_CHRONO_INLINED
+#ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_suffix.hpp> // pops abi_prefix.hpp pragmas
 #else
 #include <boost/chrono/detail/inlined/process_clock.hpp>

Modified: trunk/boost/chrono/system_clocks.hpp
==============================================================================
--- trunk/boost/chrono/system_clocks.hpp (original)
+++ trunk/boost/chrono/system_clocks.hpp 2011-01-16 12:27:58 EST (Sun, 16 Jan 2011)
@@ -74,7 +74,7 @@
 # define BOOST_SYSTEM_CLOCK_DURATION boost::chrono::nanoseconds
 #endif
 
-#ifndef BOOST_CHRONO_INLINED
+#ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_prefix.hpp> // must be the last #include
 #endif
 
@@ -166,7 +166,7 @@
 } // namespace chrono
 } // namespace boost
 
-#ifndef BOOST_CHRONO_INLINED
+#ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_suffix.hpp> // pops abi_prefix.hpp pragmas
 #else
 #include <boost/chrono/detail/inlined/chrono.hpp>

Modified: trunk/boost/chrono/thread_clock.hpp
==============================================================================
--- trunk/boost/chrono/thread_clock.hpp (original)
+++ trunk/boost/chrono/thread_clock.hpp 2011-01-16 12:27:58 EST (Sun, 16 Jan 2011)
@@ -16,7 +16,7 @@
 #include <boost/system/error_code.hpp>
 #include <boost/chrono/detail/system.hpp>
 
-#ifndef BOOST_CHRONO_INLINED
+#ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_prefix.hpp> // must be the last #include
 #endif
 
@@ -40,7 +40,7 @@
 
 #endif
 
-#ifndef BOOST_CHRONO_INLINED
+#ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_suffix.hpp> // pops abi_prefix.hpp pragmas
 #else
 #include <boost/chrono/detail/inlined/thread_clock.hpp>


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