Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74793 - in trunk/boost/chrono: . io
From: vicente.botet_at_[hidden]
Date: 2011-10-08 05:59:24


Author: viboes
Date: 2011-10-08 05:59:23 EDT (Sat, 08 Oct 2011)
New Revision: 74793
URL: http://svn.boost.org/trac/boost/changeset/74793

Log:
Chrono: Move clock_string.hpp from chono/io to chrono directory
Added:
   trunk/boost/chrono/clock_string.hpp (contents, props changed)
Removed:
   trunk/boost/chrono/io/clock_string.hpp
Text files modified:
   trunk/boost/chrono/io/duration_io.hpp | 2 +-
   trunk/boost/chrono/io/time_point_io.hpp | 2 +-
   trunk/boost/chrono/process_cpu_clocks.hpp | 2 +-
   trunk/boost/chrono/system_clocks.hpp | 2 +-
   trunk/boost/chrono/thread_clock.hpp | 2 +-
   5 files changed, 5 insertions(+), 5 deletions(-)

Added: trunk/boost/chrono/clock_string.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/chrono/clock_string.hpp 2011-10-08 05:59:23 EDT (Sat, 08 Oct 2011)
@@ -0,0 +1,25 @@
+//
+// (C) Copyright 2010-2011 Vicente J. Botet Escriba
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+//
+
+#ifndef BOOST_CHRONO_CLOCK_STRING_HPP
+#define BOOST_CHRONO_CLOCK_STRING_HPP
+
+#include <string>
+
+namespace boost
+{
+ namespace chrono
+ {
+
+ template<class Clock, class CharT>
+ struct clock_string;
+
+ } // chrono
+
+} // boost
+
+#endif // BOOST_CHRONO_CLOCK_STRING_HPP

Deleted: trunk/boost/chrono/io/clock_string.hpp
==============================================================================
--- trunk/boost/chrono/io/clock_string.hpp 2011-10-08 05:59:23 EDT (Sat, 08 Oct 2011)
+++ (empty file)
@@ -1,25 +0,0 @@
-//
-// (C) Copyright 2010-2011 Vicente J. Botet Escriba
-// Use, modification and distribution are subject to the Boost Software License,
-// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt).
-//
-
-#ifndef BOOST_CHRONO_IO_CLOCK_STRING_HPP
-#define BOOST_CHRONO_IO_CLOCK_STRING_HPP
-
-#include <string>
-
-namespace boost
-{
- namespace chrono
- {
-
- template<class Clock, class CharT>
- struct clock_string;
-
- } // chrono
-
-} // boost
-
-#endif // BOOST_CHRONO_IO_CLOCK_STRING_HPP

Modified: trunk/boost/chrono/io/duration_io.hpp
==============================================================================
--- trunk/boost/chrono/io/duration_io.hpp (original)
+++ trunk/boost/chrono/io/duration_io.hpp 2011-10-08 05:59:23 EDT (Sat, 08 Oct 2011)
@@ -7,7 +7,7 @@
 // http://www.boost.org/LICENSE_1_0.txt).
 //
 // This code was adapted by Vicente from Howard Hinnant's experimental work
-// on chrono i/o to Boost
+// on chrono i/o to Boost
 
 #ifndef BOOST_CHRONO_IO_DURATION_IO_HPP
 #define BOOST_CHRONO_IO_DURATION_IO_HPP

Modified: trunk/boost/chrono/io/time_point_io.hpp
==============================================================================
--- trunk/boost/chrono/io/time_point_io.hpp (original)
+++ trunk/boost/chrono/io/time_point_io.hpp 2011-10-08 05:59:23 EDT (Sat, 08 Oct 2011)
@@ -7,7 +7,7 @@
 // http://www.boost.org/LICENSE_1_0.txt).
 //
 // This code was adapted by Vicente from Howard Hinnant's experimental work
-// on chrono i/o under lvm/libc++ to Boost
+// on chrono i/o to Boost
 
 #ifndef BOOST_CHRONO_IO_TIME_POINT_IO_HPP
 #define BOOST_CHRONO_IO_TIME_POINT_IO_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-10-08 05:59:23 EDT (Sat, 08 Oct 2011)
@@ -23,7 +23,7 @@
 #endif
 #include <iostream>
 #include <boost/type_traits/common_type.hpp>
-#include <boost/chrono/io/clock_string.hpp>
+#include <boost/chrono/clock_string.hpp>
 
 
 #ifndef BOOST_CHRONO_HEADER_ONLY

Modified: trunk/boost/chrono/system_clocks.hpp
==============================================================================
--- trunk/boost/chrono/system_clocks.hpp (original)
+++ trunk/boost/chrono/system_clocks.hpp 2011-10-08 05:59:23 EDT (Sat, 08 Oct 2011)
@@ -66,7 +66,7 @@
 #include <boost/chrono/detail/system.hpp>
 #include <boost/system/error_code.hpp>
 #endif
-#include <boost/chrono/io/clock_string.hpp>
+#include <boost/chrono/clock_string.hpp>
 
 #include <ctime>
 

Modified: trunk/boost/chrono/thread_clock.hpp
==============================================================================
--- trunk/boost/chrono/thread_clock.hpp (original)
+++ trunk/boost/chrono/thread_clock.hpp 2011-10-08 05:59:23 EDT (Sat, 08 Oct 2011)
@@ -19,7 +19,7 @@
 #include <boost/system/error_code.hpp>
 #include <boost/chrono/detail/system.hpp>
 #endif
-#include <boost/chrono/io/clock_string.hpp>
+#include <boost/chrono/clock_string.hpp>
 
 #ifndef BOOST_CHRONO_HEADER_ONLY
 #include <boost/config/abi_prefix.hpp> // must be the last #include


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