Vladimir Prus
79c0ddb5d7
Expand subfeatures in the conditinal properties found in project requirements.
...
This means that <toolset>gcc-3.3:<define>FOOBAR in project properties now
works.
[SVN r24778]
2004-08-27 08:11:49 +00:00
Markus Schöpflin
687ff60178
Added new feature 'object-model', needed for Compaq C++ 6.3 and later.
...
[SVN r24766]
2004-08-26 16:22:27 +00:00
Toon Knapen
590fab8371
multi-threading and single-threading capable
...
[SVN r24759]
2004-08-26 14:47:29 +00:00
Toon Knapen
308fb8b093
multi-threading and single-threading capable
...
[SVN r24759]
2004-08-26 14:47:29 +00:00
Toon Knapen
4d216cf584
IBM/VisualAge toolset
...
[SVN r24751]
2004-08-26 12:30:04 +00:00
Toon Knapen
7d611314dc
IBM/VisualAge toolset
...
[SVN r24751]
2004-08-26 12:30:04 +00:00
Vladimir Prus
c14c9b8e6c
BSL
...
[SVN r24749]
2004-08-26 11:19:23 +00:00
Vladimir Prus
70006ad126
BSL
...
[SVN r24749]
2004-08-26 11:19:23 +00:00
Vladimir Prus
57991517ba
Add copyrights
...
[SVN r24748]
2004-08-26 11:14:57 +00:00
Vladimir Prus
552576f16a
Add copyrights
...
[SVN r24748]
2004-08-26 11:14:57 +00:00
Vladimir Prus
82d9d4256b
Add copyright
...
[SVN r24746]
2004-08-26 11:05:22 +00:00
Vladimir Prus
9a6daf8ac2
Add copyright
...
[SVN r24746]
2004-08-26 11:05:22 +00:00
Vladimir Prus
748a270502
Fixes. Restore the check for file existance for NT/achive. Remove conditional
...
setting of .cygpath variable, since it's not used anywhere.
[SVN r24738]
2004-08-26 08:21:24 +00:00
Vladimir Prus
50fe9b46b3
Fixes. Restore the check for file existance for NT/achive. Remove conditional
...
setting of .cygpath variable, since it's not used anywhere.
[SVN r24738]
2004-08-26 08:21:24 +00:00
Markus Schöpflin
b5aad7dcf8
Added support for reading compressed archives found on Tru64 V5 and later.
...
[SVN r24706]
2004-08-24 11:13:14 +00:00
Markus Schöpflin
125958ce05
Added support for reading compressed archives found on Tru64 V5 and later.
...
[SVN r24706]
2004-08-24 11:13:14 +00:00
Vladimir Prus
0afa274f0b
Update the list of tools
...
[SVN r24703]
2004-08-24 09:20:52 +00:00
Vladimir Prus
1738289c39
Update the list of tools
...
[SVN r24703]
2004-08-24 09:20:52 +00:00
Vladimir Prus
5fb2f1ddfc
Fix msvc on cygwin.
...
Patch from Michael Stevens.
[SVN r24702]
2004-08-24 09:10:00 +00:00
Vladimir Prus
b4b665cf1b
Fix msvc on cygwin.
...
Patch from Michael Stevens.
[SVN r24702]
2004-08-24 09:10:00 +00:00
Vladimir Prus
a98d6dacb7
Add a script to create/upload nightly builds.
...
[SVN r24701]
2004-08-24 08:34:36 +00:00
Vladimir Prus
13e26cfc6a
Add a script to create/upload nightly builds.
...
[SVN r24701]
2004-08-24 08:34:36 +00:00
Vladimir Prus
b7ef9c3217
Record proper order dependencies even for seached libraries, to automatically
...
compute the right order on the link line.
[SVN r24700]
2004-08-24 08:25:43 +00:00
Vladimir Prus
b23ee8e6d3
Record proper order dependencies even for seached libraries, to automatically
...
compute the right order on the link line.
[SVN r24700]
2004-08-24 08:25:43 +00:00
Vladimir Prus
f3b77e9865
Some doc/rolling changes.
...
[SVN r24698]
2004-08-24 07:37:28 +00:00
Vladimir Prus
8f92dac4b1
Some doc/rolling changes.
...
[SVN r24698]
2004-08-24 07:37:28 +00:00
Vladimir Prus
18266926b3
New entry
...
[SVN r24696]
2004-08-24 06:54:59 +00:00
Vladimir Prus
b84e5f4d62
New entry
...
[SVN r24696]
2004-08-24 06:54:59 +00:00
Vladimir Prus
1f4eae3a0d
Handle && inside path features, not only in free features. This allows to
...
use "<include>b&&a" to specify two include paths in specific order: specifying
"<include>b <include>a" will sort the paths lexicographically. This is
experimental interface.
[SVN r24691]
2004-08-24 06:16:22 +00:00
Vladimir Prus
dd5615c9cb
Handle && inside path features, not only in free features. This allows to
...
use "<include>b&&a" to specify two include paths in specific order: specifying
"<include>b <include>a" will sort the paths lexicographically. This is
experimental interface.
[SVN r24691]
2004-08-24 06:16:22 +00:00
Rene Rivera
1303a0d9bb
Fix unexpected behaviour of sorting find-library requirements causing link problems.
...
[SVN r24688]
2004-08-24 04:38:11 +00:00
Vladimir Prus
53e610976a
Do not crash or error out when BoostBook XSL or DTD files can't be
...
found, just emit a warning. This is consistent with other toolset, which
try to never crash.
[SVN r24667]
2004-08-23 12:53:14 +00:00
Vladimir Prus
2b8b5f4297
Do not crash or error out when BoostBook XSL or DTD files can't be
...
found, just emit a warning. This is consistent with other toolset, which
try to never crash.
[SVN r24667]
2004-08-23 12:53:14 +00:00
Vladimir Prus
834d66a456
Fix the <link-runtime>static property on gcc.
...
[SVN r24665]
2004-08-23 12:40:23 +00:00
Vladimir Prus
05f8783fb2
Fix the <link-runtime>static property on gcc.
...
[SVN r24665]
2004-08-23 12:40:23 +00:00
Vladimir Prus
3641f8988f
Add a specific test for issue BB60, so that I can close it.
...
[SVN r24662]
2004-08-23 11:20:43 +00:00
Vladimir Prus
50aea5e3db
Add a specific test for issue BB60, so that I can close it.
...
[SVN r24662]
2004-08-23 11:20:43 +00:00
Vladimir Prus
9363b3ac57
Removing uncessary "using borland".
...
[SVN r24652]
2004-08-23 06:59:59 +00:00
Vladimir Prus
e54d89a377
Removing uncessary "using borland".
...
[SVN r24652]
2004-08-23 06:59:59 +00:00
Vladimir Prus
bf2ad93d04
Update development plan.
...
[SVN r24651]
2004-08-23 06:46:32 +00:00
Vladimir Prus
9e5badafa7
Update development plan.
...
[SVN r24651]
2004-08-23 06:46:32 +00:00
Rene Rivera
fc31c7b3d5
no message
...
[SVN r24616]
2004-08-20 12:32:31 +00:00
John Maddock
c06ce55478
removed the last boost.org copyright
...
[SVN r24615]
2004-08-20 11:32:03 +00:00
John Maddock
e2dece22ae
removed the last boost.org copyright
...
[SVN r24615]
2004-08-20 11:32:03 +00:00
John Maddock
348fb7ab39
Converted files to the BSL.
...
[SVN r24614]
2004-08-20 11:10:24 +00:00
John Maddock
a03b7b44f5
Converted files to the BSL.
...
[SVN r24614]
2004-08-20 11:10:24 +00:00
Robert Ramey
32fb234b02
increased template depth to 256 to support serialization
...
[SVN r24511]
2004-08-16 16:13:57 +00:00
Dave Abrahams
539889d4aa
fix copyright/license
...
[SVN r24509]
2004-08-16 14:44:19 +00:00
Dave Abrahams
82eeb79c31
fix copyright/license
...
[SVN r24509]
2004-08-16 14:44:19 +00:00
John Maddock
d066958ed0
Updated copyrights to reflect true author (see discussion on Jamboost list).
...
[SVN r24500]
2004-08-16 11:23:58 +00:00