Commit graph

15485 commits

Author SHA1 Message Date
Aleksey Gurtovoy
8f04f4d40a MPL markup
[SVN r25710]
2004-10-13 14:41:51 +00:00
Aleksey Gurtovoy
e1e54ea573 add missing include
[SVN r25709]
2004-10-13 14:40:12 +00:00
Aleksey Gurtovoy
051b37aa1e try to workaround GCC/Linux 'assert' bug
[SVN r25708]
2004-10-13 14:27:35 +00:00
Joaquín M. López Muñoz
9c02a75a69 reacknowledged Markus
[SVN r25707]
2004-10-13 13:09:34 +00:00
Joaquín M. López Muñoz
360fe65d86 added explanation about GCC for Tru64 UNIX
[SVN r25706]
2004-10-13 13:03:08 +00:00
Douglas Gregor
b744602e5a Workaround for Dinkumware/VC warning from Eric Niebler
[SVN r25705]
2004-10-13 12:57:53 +00:00
Vladimir Prus
1ac29515c7 Raise sections on builtin rules one level higher, expand, and document
the new library syntaxes.


[SVN r25704]
2004-10-13 10:48:35 +00:00
Vladimir Prus
0c930fa927 Library improvements:
lib png : z : <name>png ;
  lib z : : <name>z ;

now works: if you link to 'png' you'll also link to 'z'.

  lib png : z : <file>png.a ;
  lib z : : <file>z.a ;

now works too. The 'prebuilt.jam' modules which used to handle <file> for
all target kinds is now removed.


[SVN r25703]
2004-10-13 10:46:53 +00:00
Vladimir Prus
7c39d4714e Additional test
[SVN r25702]
2004-10-13 08:03:59 +00:00
Michael Stevens
475f5de092 FIX _proxy headers will be independant
[SVN r25701]
2004-10-13 08:03:36 +00:00
Vladimir Prus
cec1292379 Restore the gcc specific link generators.
* build/toolset.jam (inherit-generator): New parameter 'generators-to-ignore'.
* tools/gcc.jam: Ignore *link* generators when inheriting. Declare the
  gcc specific generator.
* test/gcc_runtime.py: Test that <link-runtime>static is correctly handled.
  The gcc specific generator is necessary exactly for that reason.


[SVN r25700]
2004-10-13 08:02:23 +00:00
Vladimir Prus
da2c3e07a0 Add comment
[SVN r25699]
2004-10-13 06:58:35 +00:00
Misha Bergal
8c6941da2a Added NNTP info to Boost Testing mailing list description
[SVN r25698]
2004-10-13 00:09:31 +00:00
Robert Ramey
5998a80f3e toolset names
[SVN r25697]
2004-10-12 23:05:49 +00:00
Stefan Slapeta
14a1baec60 Remove VC8 failure markup (filesystem)
[SVN r25696]
2004-10-12 22:27:50 +00:00
Jeff Garland
8136346efa add test code for the strings_from_facet.hpp functions
[SVN r25695]
2004-10-12 22:27:14 +00:00
Robert Ramey
9d200a51dd name change
[SVN r25694]
2004-10-12 22:17:21 +00:00
Aleksey Gurtovoy
96fcadf678 cleanup intel-win32-tools.jam base toolset mess
[SVN r25693]
2004-10-12 20:08:36 +00:00
Markus Schöpflin
3d27147312 Better support for Tru64.
[SVN r25689]
2004-10-12 16:42:58 +00:00
Vladimir Prus
094834d992 Don't remove index.html when making packages
[SVN r25685]
2004-10-12 08:28:16 +00:00
Vladimir Prus
da800ca157 Added Wiki link.
[SVN r25684]
2004-10-12 08:21:45 +00:00
Aleksey Gurtovoy
f4d2cea95b fix base toolset name
[SVN r25683]
2004-10-12 06:56:54 +00:00
Michael Stevens
6e159b5daa Intel 7.1 reports as 700 assume both have same placement-new behaviour
[SVN r25680]
2004-10-12 06:37:27 +00:00
Michael Stevens
d87869294e *** empty log message ***
[SVN r25679]
2004-10-12 06:28:13 +00:00
Michael Stevens
e10121688e move to detail
[SVN r25678]
2004-10-12 06:26:34 +00:00
Aleksey Gurtovoy
b465378445 restore correct version-tag extraction code
[SVN r25676]
2004-10-11 22:15:20 +00:00
Douglas Gregor
f7b82a42c0 Update bio
[SVN r25675]
2004-10-11 20:10:57 +00:00
Fredrik Blomqvist
9c56d73504 added an entry [Handley04a] and fixed a link
[SVN r25674]
2004-10-11 19:52:36 +00:00
Pavol Droba
e680a2be80 Invalid include fixed
[SVN r25672]
2004-10-11 18:30:21 +00:00
Pavol Droba
dac8900688 unused parameter warning removal
[SVN r25671]
2004-10-11 18:28:21 +00:00
Pavol Droba
09bf3cceb6 Simple explanatory note added
[SVN r25667]
2004-10-11 14:27:54 +00:00
Aleksey Gurtovoy
3d5e7148c1 workarounds_gcc-2.95.hpp -> workarounds_gcc-2_95.hpp
[SVN r25666]
2004-10-11 14:08:04 +00:00
Aleksey Gurtovoy
e3dfa7c437 adjust /Q flag generation to the new toolset names
[SVN r25665]
2004-10-11 13:38:01 +00:00
Michael Stevens
898dca23e0 correct headers
[SVN r25664]
2004-10-11 12:38:53 +00:00
Michael Stevens
0d31b412e8 remove find out why intel 7.1 config is incorrect
[SVN r25663]
2004-10-11 12:24:10 +00:00
Michael Stevens
4cc2adb18f Copyright
[SVN r25662]
2004-10-11 12:19:53 +00:00
Vladimir Prus
974eabddd3 Ignore <library>, except for "exe" and "lib" targets.
[SVN r25661]
2004-10-11 12:13:48 +00:00
John Maddock
0d54682f11 Changed to BSL based on permission granted in blanket-permission.txt.
[SVN r25660]
2004-10-11 10:45:27 +00:00
Misha Bergal
27dfa0b9e1 Added the testing list
[SVN r25659]
2004-10-11 09:59:04 +00:00
Vladimir Prus
c2b2800e4d Expand entry on per-object flags
[SVN r25658]
2004-10-11 09:09:52 +00:00
Vladimir Prus
89c8dee8b9 Add FAQ entry
[SVN r25657]
2004-10-11 08:19:15 +00:00
Paul Mensonides
ade70223ea headers/xxx.hpp.html >> headers/xxx.html
[SVN r25656]
2004-10-11 06:58:45 +00:00
Vladimir Prus
c46ae22ba2 Rename lib.err.cpp to lib-err.cpp.
[SVN r25655]
2004-10-11 06:57:05 +00:00
Vladimir Prus
4c11d822bb Rename test-config.jam.in to test-config-example.jam.
[SVN r25654]
2004-10-11 06:52:10 +00:00
Michael Stevens
4d35598177 Fix only intel linux has useful placement new
[SVN r25653]
2004-10-11 06:35:21 +00:00
Rene Rivera
741964f32b Fix detection of long toolset names in translation to short names.
[SVN r25652]
2004-10-11 01:29:11 +00:00
Aleksey Gurtovoy
06ccf80890 remove dots from toolset names (see http://thread.gmane.org/gmane.comp.lib.boost.build/6603)
[SVN r25651]
2004-10-10 18:50:29 +00:00
Robert Ramey
2980ef0e15 correction of class access
[SVN r25650]
2004-10-10 17:06:18 +00:00
Aleksey Gurtovoy
7c0c0e3def move enable_if tests into their own subdirectory
[SVN r25649]
2004-10-10 16:15:58 +00:00
Aleksey Gurtovoy
383349f11d tweak legend wording
[SVN r25648]
2004-10-10 13:46:52 +00:00