Super-project for modularized Boost
Find a file
Dave Abrahams 95d7a69fa9 regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions.
Jamfile:
  subincludes for thread, python libs, and status for regression tests

Jamrules:
  Use the new path-global rule to establish BOOST_ROOT correctly for all subprojects

libs/regex/build/Jamfile
  Take advantage of correct BOOST_ROOT setting

libs/python/build/Jamfile
  Search for python executable; don't try to build anything if it can't be found.
  don't build tests by default
  improved comments, organization, and naming.

status/Jamfile
  Fixed references to config test files
  Failed tests now leave their stdout results in <testname>.error instead of removing it
  No test targets are dependencies of 'all' anymore
  Added comments
  Reorganized

tools/build/Jambase
  Meant to check this in long ago.

tools/build/allyourbase.jam
  Fixed SHELL_EXPORT setting, added SHELL_SET
  removed 'test' from the dependencies of 'all'; tests no longer run by default.
  Fixed the direction of slashes for Windows when ALL_LOCATE_TARGET is used.
  Added path-global rule for declaring path variables which may be relative
  rule in-invocation-subdir returns true if the current subproject is the one
     from which Jam was invoked
  rule protect-subdir is now used to protect subproject variables
  rule tokens-to-simple-path converts path tokens to a simplified path.

tools/build/boost-base.jam
  Fixed bugs

tools/build/jam_src/makedebugjam.bat
  Fixed a bug which prevented a final debug build

tools/build/jam_src/search.c
  Fixed a bug of mine which caused LOCATE to be ignored (!).


[SVN r11348]
2001-10-06 18:19:15 +00:00
development/more alternative directory structure suggestion 2001-02-13 22:03:10 +00:00
libs regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions. 2001-10-06 18:19:15 +00:00
more 1.25.0 Final runup 2001-10-01 15:54:23 +00:00
people updated my location 2001-09-30 23:20:13 +00:00
status regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions. 2001-10-06 18:19:15 +00:00
tools regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions. 2001-10-06 18:19:15 +00:00
.gitattributes 1.16.1 initial CVS checkin 2000-07-07 16:04:40 +00:00
.gitmodules dummy file 2001-09-26 09:23:15 +00:00
c++boost.gif Initial HTML commit 2000-07-27 13:48:45 +00:00
index.htm 1.25.0 Final runup 2001-10-01 15:54:23 +00:00
Jamfile Initial commit 2001-07-29 18:53:17 +00:00
Jamrules Use the new path-global rule to establish BOOST_ROOT correctly for all subprojects 2001-10-06 16:01:10 +00:00
README Initial version 2000-10-29 22:44:46 +00:00

For the most current version of Boost libraries and documentation, see:

   http://www.boost.org

Boost documentation is in HTML format.

The highest level directory (which contains this README file) should have a file index.htm
with links to all documentation.  When viewing index.htm with a web browser, follow the
"Libraries" link on the navigation bar for information on building boost libraries for
your particular compiler and operating system.