Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74289 - trunk/libs/chrono/src
From: vicente.botet_at_[hidden]
Date: 2011-09-06 17:18:02


Author: viboes
Date: 2011-09-06 17:18:02 EDT (Tue, 06 Sep 2011)
New Revision: 74289
URL: http://svn.boost.org/trac/boost/changeset/74289

Log:
Chrono: remove not supported run_timer and process_clocks files.
Removed:
   trunk/libs/chrono/src/process_clock.cpp
   trunk/libs/chrono/src/run_timer.cpp
   trunk/libs/chrono/src/run_timer_static.cpp

Deleted: trunk/libs/chrono/src/process_clock.cpp
==============================================================================
--- trunk/libs/chrono/src/process_clock.cpp 2011-09-06 17:18:02 EDT (Tue, 06 Sep 2011)
+++ (empty file)
@@ -1,19 +0,0 @@
-// boost process_timer.cpp -----------------------------------------------------------//
-
-// Copyright Beman Dawes 1994, 2006, 2008
-// Copyright 2009 Vicente J. Botet Escriba
-
-// Distributed under the Boost Software License, Version 1.0.
-// See http://www.boost.org/LICENSE_1_0.txt
-
-// See http://www.boost.org/libs/chrono for documentation.
-
-//--------------------------------------------------------------------------------------//
-
-// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows
-// the library is being built (possibly exporting rather than importing code)
-
-#define BOOST_CHRONO_SOURCE
-
-#include <boost/chrono/detail/inlined/process_clock.hpp>
-

Deleted: trunk/libs/chrono/src/run_timer.cpp
==============================================================================
--- trunk/libs/chrono/src/run_timer.cpp 2011-09-06 17:18:02 EDT (Tue, 06 Sep 2011)
+++ (empty file)
@@ -1,19 +0,0 @@
-// boost run_timer.cpp ---------------------------------------------------------------//
-
-// Copyright Beman Dawes 1994, 2006, 2008
-// Copyright 2009-2010 Vicente J. Botet Escriba
-
-// Distributed under the Boost Software License, Version 1.0.
-// See http://www.boost.org/LICENSE_1_0.txt
-
-// See http://www.boost.org/libs/chrono for documentation.
-
-//--------------------------------------------------------------------------------------//
-
-// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows
-// the library is being built (possibly exporting rather than importing code)
-
-#define BOOST_CHRONO_SOURCE
-
-#include <boost/chrono/detail/inlined/run_timer.hpp>
-

Deleted: trunk/libs/chrono/src/run_timer_static.cpp
==============================================================================
--- trunk/libs/chrono/src/run_timer_static.cpp 2011-09-06 17:18:02 EDT (Tue, 06 Sep 2011)
+++ (empty file)
@@ -1,26 +0,0 @@
-// boost run_timer_static.cpp --------------------------------------------------------//
-
-// Copyright Beman Dawes 2008
-// Copyright 2009-2010 Vicente J. Botet Escriba
-
-// Distributed under the Boost Software License, Version 1.0.
-// See http://www.boost.org/LICENSE_1_0.txt
-
-// See http://www.boost.org/libs/chrono for documentation.
-
-//--------------------------------------------------------------------------------------//
-
-// This function is defined in a separate translation so that it will not be linked
-// in except if actually used. This is more efficient because header <iostream> is
-// required, and it incurs the cost of the standard stream objects even if they are
-// not actually used.
-
-//--------------------------------------------------------------------------------------//
-
-// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows
-// the library is being built (possibly exporting rather than importing code)
-
-#define BOOST_CHRONO_SOURCE
-
-#include <boost/chrono/detail/inlined/run_timer_static.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