diff --git a/Jamrules b/Jamrules index 5eda8bc91f..8463d2c7fc 100644 --- a/Jamrules +++ b/Jamrules @@ -5,23 +5,10 @@ # Set some important global variables if they haven't already been set by the # user on the command-line or in the environment -# Transitional - allows us to use this Jamrules file with the new Jambase under -# development -path-global BOOST_ROOT : $(gPROJECT_ROOT) ; - # Establish this as the root of the boost installation. Most targets will want # $(BOOST_ROOT) in their #include path. $(gTOP) is the name of the variable # containing the path from the invocation directory to the project root. path-global BOOST_ROOT : $($(gTOP)) ; -# Tell the build system where to find the rest of the build -# system installation (e.g. toolset descriptions, variants) -BOOST_BUILD_PATH ?= $(BOOST_ROOT)/tools/build ; - -# This variable will surely need to be set specific to your installation, though -# we may be able to provide better defaults for some systems. It is used by the -# toolset(s) that use STLport -STLPORT_ROOT ?= c:/downloads/STLPort-0601 ; - # The current version of Boost. -BOOST_VERSION = 1.27.0 ; +BOOST_VERSION ?= 1.28.0 ; diff --git a/boost-build.jam b/boost-build.jam index 9c9d688d39..0a2b927770 100644 --- a/boost-build.jam +++ b/boost-build.jam @@ -1,2 +1,2 @@ -BOOST_ROOT ?= $(.boost-build-file:D) ; +BOOST_ROOT = $(.boost-build-file:D) ; boost-build tools/build ; diff --git a/libs/config b/libs/config index b44b6d5082..d8cfcaf517 160000 --- a/libs/config +++ b/libs/config @@ -1 +1 @@ -Subproject commit b44b6d5082fa762ed61acb0f2dfb76317f8f4324 +Subproject commit d8cfcaf517455a7e68abd681ce2ff77eed903712 diff --git a/libs/python b/libs/python index 3ff935d4c4..53c69e7ad5 160000 --- a/libs/python +++ b/libs/python @@ -1 +1 @@ -Subproject commit 3ff935d4c4aeae117506f9a477ec995559181a4f +Subproject commit 53c69e7ad5be16a90b10f25852f63b85a463d230 diff --git a/libs/utility b/libs/utility index 6b8b218efb..1755eaf019 160000 --- a/libs/utility +++ b/libs/utility @@ -1 +1 @@ -Subproject commit 6b8b218efb3b526b2f3d04d0b89676d5ffc195c8 +Subproject commit 1755eaf019c4b07b2f2debab7c46839f31ee5cf6 diff --git a/more/download.html b/more/download.html index ff2b3638bc..f937c688f7 100644 --- a/more/download.html +++ b/more/download.html @@ -102,33 +102,48 @@ CVS write access, please contact one of the
#include
search directories.
--For example, using Windows 2000, if you have unzipped release 1.20.2 -from boost_all.zip into the top level directory of your C drive, for -Borland, GCC, and Metrowerks compilers add '-Ic:/boost_1_20_2' to the -compiler command line, and for the Microsoft compiler add '/I -"c:/boost_1_20_2"'. For IDE's, add 'c:/boost_1_20_2' (or whatever you -have renamed it to) to the search list using the appropriate GUI -dialog. +Boost does not yet have a standardized installation process. There has +been some interest in developing one; as of this writing Bill Kempf has volunteered to +coordinate and is gathering volunteers. If you have expertise in this +area (particularly cross-platform expertise), and you would like to +contribute, please announce your availability on the +Boost +Install mailing list.
-Some Boost libraries are implemented as separate source files, and
-thus require compilation into object libraries before any use. See Building
-Boost Libraries for an automatic tool to prepare such libraries.
-Some of the individual libraries also include make and/or project files
-for various compilers, but these will become obsolete as Boost.Build matures..
+
+That said, preparing to use Boost in a development project is
+relatively straightforward. Most boost libraries are implemented
+entirely within their header files. The only preparation for their
+use is to add the boost root directory to your compiler's list of
+#include<...>
search paths. For example,
+using Windows 2000, if you have unzipped release 1.28.0 from
+boost_all.zip into the top level directory of your C drive, adding
+'-Ic:/boost_1_28_0' to the command line of most compilers is
+sufficient.
+
+
+The Python, Regex, and Threads libraries are +implemented in part as separate source files, and thus require +compilation before use. See Building Boost Libraries for an +automatic tool to prepare such libraries. Some of the individual +libraries also include make and/or project files for various +compilers, but every library also
The mailing lists are the heart of the Boost community. You may read the lists via full-content email, email digests, or via newsgroup reader.
+Hosting for the mailing lists is donated by the Open Systems Lab at Indiana University.
Access to Boost mailing lists via newsgroup (NNTP) is contributed by GMANE.
+This is the main Boost mailing list. It is high volume (over 1000 messages per month), very technical, and oriented toward Boost library developers. It is also read by many other members interested in watching the @@ -40,39 +44,58 @@ list. It is where the formal reviews of proposed libraries take place. Subscribe or unsubscribe at http://lists.boost.org/mailman/listinfo.cgi/boost
+When we talk about the "members of Boost", we are talking about those signed up for this main mailing list.
+For those who prefer to participate via an NNTP (newsgroup) interface, a gateway to the Boost mailing list is available at news://news.gmane.org/gmane.comp.lib.boost.devel. Postings to the newsgroup will only be accepted for the mailing list if from a -subscribed email -address.
+subscribed +email address, though you can configure your subscription settings to disable +mail delivery if you prefer to read messages via the newsgroup. +For this list's members only, preliminary libraries under discussion are available from the YahooGroups Files section (formerly called the "vault").
+A powerful -mailing list archive is contributed by the -ActiveState -Programmer Network
+ +A searchable
+mailing list archive has been generously contributed to
+the ActiveState Programmer
+Network by ActiveState Corporation.
+
+
+
This list is oriented toward casual users of the Boost libraries. Feel free to post both "newbie" and more challenging questions. This list is relatively low volume (less than 100 per month). Subscribe or unsubscribe at the Boost Users list home page.
+For those who prefer to participate via an NNTP (newsgroup) interface, a gateway to the Boost mailing list is available at news://news.gmane.org/gmane.comp.lib.boost.user.
+This is an announce-only list for notification of upcoming software releases and formal reviews of proposed libraries. One to three messages per month. Subscribe or unsubscribe at the Boost Announce list home page.
+Revised 13 May, 2002 +
Revised +15 May, 2002