From cb26255e3c78351340abb79214c953642202a065 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 27 May 2008 12:11:56 +0000 Subject: [PATCH] Updated guidelines to account for new Jamfile locations. [SVN r45812] --- doc/guidelines.qbk | 10 +++++----- doc/html/boost_config/acknowledgements.html | 4 ++-- doc/html/boost_config/boost_macro_reference.html | 4 ++-- .../guidelines_for_boost_authors.html | 15 +++++++-------- doc/html/boost_config/rationale.html | 4 ++-- doc/html/index.html | 8 ++++---- 6 files changed, 22 insertions(+), 23 deletions(-) diff --git a/doc/guidelines.qbk b/doc/guidelines.qbk index ecc86db1..6ecc392a 100644 --- a/doc/guidelines.qbk +++ b/doc/guidelines.qbk @@ -126,14 +126,14 @@ but in all lower case, and which returns zero on success: Once the test code is in place in libs/config/test, updating the configuration test system proceeds as: -* cd into `libs/config/tools` and run `bjam --v2` : this generates the `.cpp` -file test cases from the `.ipp` file, updates the Jamfile, `config_test.cpp` and -`config_info.cpp`. -* cd into `libs/config/test` and run `bjam --v2 `['MACRONAME]` compiler-list` : where +* cd into `libs/config/tools` and run `bjam` : this generates the `.cpp` +file test cases from the `.ipp` file, updates the +libs/config/test/all/Jamfile.v2, `config_test.cpp` and `config_info.cpp`. +* cd into `libs/config/test/all` and run `bjam `['MACRONAME]` compiler-list` : where ['MACRONAME] is the name of the new macro, and `compiler-list` is the list of compilers to test with. You should see the tests pass with those compilers that don't have the defect, and fail with those that do. -* cd into `libs/config/test` and `run bjam --v2 config_info config_test compiler-list` : +* cd into `libs/config/test` and `run bjam config_info config_test compiler-list` : `config_info` should build and run cleanly for all the compilers in `compiler-list` while `config_test` should fail for those that have the defect, and pass for those that do not. diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index 39e85051..901f8a5e 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -13,8 +13,8 @@ Boost C++ Libraries Home Libraries -People -FAQ +People +FAQ More
diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 4e6d4bf1..143b398b 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -14,8 +14,8 @@ Boost C++ Libraries Home Libraries -People -FAQ +People +FAQ More
diff --git a/doc/html/boost_config/guidelines_for_boost_authors.html b/doc/html/boost_config/guidelines_for_boost_authors.html index c5f0bb04..ca5f5c3e 100644 --- a/doc/html/boost_config/guidelines_for_boost_authors.html +++ b/doc/html/boost_config/guidelines_for_boost_authors.html @@ -14,8 +14,8 @@ Boost C++ Libraries Home Libraries -People -FAQ +People +FAQ More
@@ -236,14 +236,13 @@

-

+

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)

@@ -960,7 +960,7 @@

- +

Last revised: April 21, 2008 at 11:41:47 GMT

Last revised: May 27, 2008 at 12:08:04 GMT