~roguescholar/boost/+git/thread:svn-branches/RC_1_31_0

Last commit made on 2004-01-11
Get this branch:
git clone -b svn-branches/RC_1_31_0 https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
svn-branches/RC_1_31_0
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

3ef8e9f... by John Maddock <email address hidden>

merged auto-linking support from main branch

[SVN r21595]

bd65d75... by nobody <nobody@localhost>

This commit was manufactured by cvs2svn to create branch 'RC_1_31_0'.

[SVN r21427]

5155904... by Rene Rivera <email address hidden>

Fix tabs in file.

[SVN r21399]

7221bca... by John Maddock <email address hidden>

Added <runtime-link>dynamic requirement to dll build.

[SVN r21355]

ed64a8c... by John Maddock <email address hidden>

Changed #errors to use new requires_threads.hpp header instead.

[SVN r21351]

cbd30d2... by Beman Dawes

fix links broken by index.htm to index.html renaming

[SVN r21233]

0c74dbd... by DaveAbrahams

* Fixed Boost.Thread jamfile to add the missing #include paths

* Modified Python testing code to use the facilities of testing.jam,
  so that it can be processed with process_jam_log

* Updated Python library tests to use a test suite

* Added Python test suite to status/Jamfile

* Added --run-all-tests option to force tests to run even when up-to-date.

Also,
boost-base.jam:

    Added some missing rule signatures

    RUN_LD_LIBRARY_PATH became LINK_LIBPATH because it was only really
    used during linking.

    Reformed the movement of path variables up the dependency graph

    Removed the defunct Run rule

    Set up generalized constants for path manipulation

darwin-tools.jam, gcc-tools.jam:

   use LINK_LIBPATH

python.jam:

   Reformed the choice of Python executable

testing.jam:

   Refactored testing code so it could be used for Python

   Now building all environment variable setup code ahead of time

   RUN_TEST became TEST_EXE

[SVN r20815]

49356cc... by Rene Rivera <email address hidden>

Add install definitions for new common install configuration.

[SVN r20409]

ceee6e8... by Vladimir Prus

Add V2 Jamfile

[SVN r20271]

61ab275... by DaveAbrahams

Use the import rule

[SVN r19968]