|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54258 - in sandbox/monotonic: boost/monotonic libs/monotonic/test libs/monotonic/test/Tests
From: christian.schladetsch_at_[hidden]
Date: 2009-06-23 00:14:02
Author: cschladetsch
Date: 2009-06-23 00:14:02 EDT (Tue, 23 Jun 2009)
New Revision: 54258
URL: http://svn.boost.org/trac/boost/changeset/54258
Log:
added monotonic.hpp
Added:
sandbox/monotonic/boost/monotonic/monotonic.hpp (contents, props changed)
Text files modified:
sandbox/monotonic/libs/monotonic/test/Tests/tests.cpp | 6 +-----
sandbox/monotonic/libs/monotonic/test/monotonic.vcproj | 4 ++++
2 files changed, 5 insertions(+), 5 deletions(-)
Added: sandbox/monotonic/boost/monotonic/monotonic.hpp
==============================================================================
--- (empty file)
+++ sandbox/monotonic/boost/monotonic/monotonic.hpp 2009-06-23 00:14:02 EDT (Tue, 23 Jun 2009)
@@ -0,0 +1,35 @@
+// Copyright (C) 2009 Christian Schladetsch
+//
+// Distributed under 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_MONOTONIC_MONOTONIC_HPP
+#define BOOST_MONOTONIC_MONOTONIC_HPP
+
+#include <boost/monotonic/config.hpp>
+#include <boost/monotonic/forward_declarations.hpp>
+#include <boost/monotonic/allocator.hpp>
+
+#ifdef BOOST_MONOTONIC_THREADS
+# include <boost/monotonic/shared_allocator.hpp>
+//TODO # include <boost/monotonic/thread_local_allocator.hpp>
+#endif
+
+#include <boost/monotonic/extra/string.hpp>
+#include <boost/monotonic/extra/vector.hpp>
+#include <boost/monotonic/extra/list.hpp>
+#include <boost/monotonic/extra/set.hpp>
+#include <boost/monotonic/extra/map.hpp>
+
+namespace boost
+{
+ namespace monotonic
+ {
+
+ } // namespace monotonic
+
+} // namespace boost
+
+#endif // BOOST_MONOTONIC_MONOTONIC_HPP
+
+//EOF
Modified: sandbox/monotonic/libs/monotonic/test/Tests/tests.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/Tests/tests.cpp (original)
+++ sandbox/monotonic/libs/monotonic/test/Tests/tests.cpp 2009-06-23 00:14:02 EDT (Tue, 23 Jun 2009)
@@ -1,11 +1,7 @@
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MAIN
-#include <boost/monotonic/extra/string.hpp>
-#include <boost/monotonic/extra/vector.hpp>
-#include <boost/monotonic/extra/list.hpp>
-#include <boost/monotonic/extra/set.hpp>
-#include <boost/monotonic/extra/map.hpp>
+#include <boost/monotonic/monotonic.hpp>
//#include <boost/monotonic/shared_allocator.hpp>
#include <boost/monotonic/shared_storage.hpp>
Modified: sandbox/monotonic/libs/monotonic/test/monotonic.vcproj
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/monotonic.vcproj (original)
+++ sandbox/monotonic/libs/monotonic/test/monotonic.vcproj 2009-06-23 00:14:02 EDT (Tue, 23 Jun 2009)
@@ -287,6 +287,10 @@
>
</File>
<File
+ RelativePath="..\..\..\boost\monotonic\monotonic.hpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\boost\monotonic\shared_allocator.hpp"
>
</File>
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