Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73209 - in sandbox/guild/pool/libs/pool: . doc
From: john_at_[hidden]
Date: 2011-07-18 05:55:56


Author: johnmaddock
Date: 2011-07-18 05:55:55 EDT (Mon, 18 Jul 2011)
New Revision: 73209
URL: http://svn.boost.org/trac/boost/changeset/73209

Log:
Tidy up dead files.
Removed:
   sandbox/guild/pool/libs/pool/TODO.txt
   sandbox/guild/pool/libs/pool/doc/pool.css
Text files modified:
   sandbox/guild/pool/libs/pool/index.html | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Deleted: sandbox/guild/pool/libs/pool/TODO.txt
==============================================================================
--- sandbox/guild/pool/libs/pool/TODO.txt 2011-07-18 05:55:55 EDT (Mon, 18 Jul 2011)
+++ (empty file)
@@ -1,10 +0,0 @@
-Copyright (C) 2000 Stephen Cleary
-
-Distributed under the Boost Software License, Version 1.0. (See accompany-
-ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-Here's a list of things TODO on the Pool library; these things will be done on an "as-I-get-around-to-it" basis:
- . Evaluate changes necessary for MSVC 6sp4 (Could use some help from people who own MSVC...)
- . Create more exhaustive test/example files, possibly other timing tests; convert to the new Boost testing harness
- . Add overloaded new/delete (pool_base) as Yet Another Interface.
- . Add a "grow" function (similar to std::realloc) to pool for attempting reallocation of contiguous memory; if it fails to find contiguous chunks, it should return 0.

Deleted: sandbox/guild/pool/libs/pool/doc/pool.css
==============================================================================
--- sandbox/guild/pool/libs/pool/doc/pool.css 2011-07-18 05:55:55 EDT (Mon, 18 Jul 2011)
+++ (empty file)
@@ -1,9 +0,0 @@
-/*
- Copyright (C) 2000 Stephen Cleary
-
- Distributed under the Boost Software License, Version 1.0. (See accompany-
- ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-*/
-
-*.code { font-family: monospace; }
-*.m4 { white-space: pre; font-family: monospace; font-size: 75% }
\ No newline at end of file

Modified: sandbox/guild/pool/libs/pool/index.html
==============================================================================
--- sandbox/guild/pool/libs/pool/index.html (original)
+++ sandbox/guild/pool/libs/pool/index.html 2011-07-18 05:55:55 EDT (Mon, 18 Jul 2011)
@@ -1,13 +1,13 @@
 <html>
 <head>
-<meta http-equiv="refresh" content="0; URL=doc/index.html">
+<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
 </head>
 <body>
 Automatic redirection failed, please go to
-doc/index.html.&nbsp;<hr>
+doc/html/index.html.&nbsp;<hr>
 <p>© Copyright Beman Dawes, 2001</p>
 <p>Distributed under the Boost Software License, Version 1.0. (See accompanying
 file LICENSE_1_0.txt or copy
 at www.boost.org/LICENSE_1_0.txt)</p>
 </body>
-</html>
\ No newline at end of file
+</html>


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