diff --git a/bibliography.html b/bibliography.html index bfee049..3c54804 100644 --- a/bibliography.html +++ b/bibliography.html @@ -1,14 +1,10 @@ +
![]() |
Home | @@ -27,7 +23,8 @@ Acknowledgements
| [MaddockCleary00] | @@ -161,7 +158,8 @@
| [Brownell02] | @@ -205,7 +203,7 @@ towards Spirit: a parser framework. The Code Project, March 24, 2003. www.codeproject.com/cpp/spiritintro.asp||
| [Kaiser03] | +[Kaiser03] | Hartmut Kaiser, Wave: a Standard conformant C++ preprocessor library. The Code Project, March 25, 2003. www.codeproject.com/cpp/wave_preprocessor.asp |
| [D'Agostino04] | +[D'Agostino04] | Jim D'Agostino, Designing Robust Objects with Boost. The Code Project, August 17, 2004. www.codeproject.com/cpp/Designing_Robust_Objects.asp | @@ -260,8 +258,8 @@
| [Wikipedia04] | -Wikipedia, Boost (Programming). - Wikipedia, The Free Encyclopedia, 2004. + | Wikipedia, Boost. + Wikipedia, The Free Encyclopedia, 2004. en.wikipedia.org/wiki/Boost_(programming) |
| [HyslopSutter01] | @@ -415,7 +414,8 @@
| [Siek01] | @@ -529,7 +529,7 @@||||||||
| Intrusive Containers | -Olaf Krzikalla | -http://people.freenet.de/turtle++/intrusive.zip | -Thorsten Ottosen | -- | -||||
| Function Types (Re-review) | Tobias Schwinger | Boost Sandbox Vault | -Needed | -- | -||||
| Fusion | -Joel de Guzman | -- http://spirit.sourceforge.net/dl_more/fusion_v2.zip | -Ronald Garcia | +Tom Brinkman | - | |||
| Pimpl Pointer | -Asger Mangaard | -- Boost Sandbox Vault - pimpl_ptr.zip | -Needed | -- | -||||
| Promotion Traits (fast-track) | -Alexander Nasonov | -- http://cpp-experiment.sourceforge.net/promote-20050917.tar.gz | -Needed | -- | -||||
| Property Tree | -Marcin Kalicinski | -
- Boost Sandbox Vault - property_tree_rev4.zip - - http://kaalus.atspace.com/ptree - |
- Needed | -- | -||||
| Physical Quantities System | -Andy Little | -- Boost Sandbox Vault - Physical Quantities Units | +Message Passing | +Doug Gregor | ++ + http://www.osl.iu.edu/~dgregor/boost.mpi/boost-mpi-20060628.tgz | Needed | - | Result | +
| Physical Quantities System | +Andy Little | +Fred Bertsch | +2006 May 31 - 2006 June 9 | ++ Rejected | +||||
| Pimpl Pointer | +Asger Mangaard | +Rene Rivera | +2006 May 15 - 2006 May 24 | ++ Pending | +||||
| Fusion | +Joel de Guzman | +Ronald Garcia | +2006 May 1 - 2006 May 10 | ++ Accepted | +||||
| Property Tree | +Marcin Kalicinski | +Thorsten Ottosen | +2006 April 18 - 2006 April 30 | ++ Accepted | +||||
| Promotion Traits (fast-track) | +Alexander Nasonov | +Tobias Schwinger | +2006 April 1 - 2006 April 9 | ++ Accepted | +||||
| Review Wizard Status Report | ++ | Tom Brinkman | +2006 March 30 | +Report | +||||
| Shmem | Ion Gaztanaga | @@ -149,8 +161,8 @@ authors address issues raised in the formal review.Christopher Kohlhoff | Jeff Garland | 2005 December 10 - 2005 December 30 |
- - Result Pending | ++ Accepted | ||
| 2005 November 7 - 2005 November 16th | Rejected | -- | ||||||
![]() |
Home | @@ -24,13 +26,13 @@
![]() |
Home | @@ -32,9 +34,9 @@ important, while the implementation is just a detail. main contribution is the interface, which is augmented with an implementation, proving that it is possible to implement the corresponding class and providing a free implementation." - +
![]() |
@@ -111,9 +113,11 @@ s-format="%d %B, %Y" startspan -->10 May, 200502 October 2003
![]() |
Home | @@ -139,15 +141,21 @@ license.
![]() |
@@ -73,7 +74,7 @@ div.admonition p.admonition-title {
|
|
These guidelines are designed for the authors of Boost libraries which have separate source that need compiling in order to use the library. Throughout, @@ -25,7 +25,7 @@ occurrences of "whatever" or "WHATEVER" with your own library's name when copying the examples.
+
There are some compilers (mostly Microsoft Windows compilers again!), which @@ -311,14 +311,14 @@ libboost_regex-vc71-sgd-1_31.lib #include <boost/config/auto_link.hpp> #endif // auto-linking disabled -
+The library's user documentation should note that the feature can be disabled by defining either BOOST_ALL_NO_LIB or BOOST_WHATEVER_NO_LIB:
If for any reason you need to debug this feature, the header <boost/config/auto_link.hpp> will output some helpful diagnostic messages if you first define BOOST_LIB_DIAGNOSTIC.
The Jamfile for building library "whatever" typically lives in boost-root/libs/whatever/build, start by defining the project root for the Jamfile:
@@ -442,9 +442,10 @@ run 26 November, 2003© Copyright John Maddock 1998- 2003
-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).
+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)
The use of code snippets from this article does not require the reproduction of this copyright notice and license declaration; if you wish to provide attribution then please provide a link to this article.
diff --git a/submission_process.htm b/submission_process.htm index 9918db4..56232b0 100644 --- a/submission_process.htm +++ b/submission_process.htm @@ -1,3 +1,4 @@ + @@ -32,7 +33,7 @@ page for issues of content.Formal Review schedules are posted on the web site.
-Once an accepted library is ready for inclusion on the Boost web site, the submitter is typically given Boost CVS write access, and expected to check-in and maintain the library in the CVS. Contact the moderators if you need write @@ -124,9 +125,9 @@ maintainer.
Revised 26 November, 2003
© Copyright Beman Dawes 2000
-Use, modification, and distribution are subject to the Boost Software License, -Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)
+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)
diff --git a/test_policy.htm b/test_policy.htm index ee56674..3038800 100644 --- a/test_policy.htm +++ b/test_policy.htm @@ -1,3 +1,4 @@ + @@ -90,10 +91,9 @@ useful components which ease the construction of test programs.Revised 08 January, 2004
© Copyright Beman Dawes 2001
-Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)
+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)