Commit graph

15518 commits

Author SHA1 Message Date
Daryle Walker
919c27b853 Moved strange spacing requirements of <code> tags from default handling to a new class
[SVN r25761]
2004-10-17 18:11:56 +00:00
Robert Ramey
320c7854c8 correction 64 data types
[SVN r25760]
2004-10-17 17:29:36 +00:00
Robert Ramey
4999180e43 64 bit integers
[SVN r25759]
2004-10-16 21:14:05 +00:00
Robert Ramey
e3aaadc70f 64 bit integers
[SVN r25758]
2004-10-16 21:05:21 +00:00
Fredrik Blomqvist
d6e74c46a6 added [Long02] and [Siek01]
[SVN r25757]
2004-10-16 14:55:39 +00:00
Vladimir Prus
995770b429 Do not hardcode dll paths in libraries. That's not really needed, and
would force us to relink all libraries when staging.

Now that libraries do not hardcode dll paths, add a check that correct
-rpath-link options are added. When staging, we don't hardcode-dll-paths,
and libraries never hardcode dll paths, so if there's a long chain of
libraries, we should add -rpath-link, otherwise the linker won't find
the dynamic libraries and will complain.


[SVN r25756]
2004-10-16 09:31:58 +00:00
Dave Abrahams
cab580dcd7 Eliminate return from void function.
[SVN r25742]
2004-10-15 16:53:40 +00:00
Douglas Gregor
4bb6ca51bf Fix a typo
[SVN r25740]
2004-10-15 16:02:23 +00:00
Douglas Gregor
f3c651d00d Correct a typo
[SVN r25739]
2004-10-15 15:37:34 +00:00
Douglas Gregor
b3df8cb9d1 Remove Floyd-Warshall from the challenge list
[SVN r25736]
2004-10-15 14:45:09 +00:00
Vladimir Prus
23dc300baa Make <hardcode-dll-paths>true the default.
[SVN r25735]
2004-10-15 13:11:15 +00:00
John Maddock
3480d36fde Renamed member function foo in is_polymorphic test code, to prevent warnings when the template argument has a function named "foo".
[SVN r25734]
2004-10-15 12:16:54 +00:00
Vladimir Prus
d1aedb4482 FAQ entry on dll-path. Clarify difference between <file> and <name>
[SVN r25733]
2004-10-15 10:56:57 +00:00
Markus Schöpflin
e0c1981964 Fixed wide character tests.
[SVN r25732]
2004-10-15 10:12:41 +00:00
Markus Schöpflin
881b44bef2 Fix for platforms where the result of the expression
std::numeric_limits<wchar_t>::max() + 1 cannot be represented as an unsigned int.


[SVN r25730]
2004-10-15 08:42:36 +00:00
Douglas Gregor
9748df5a48 Fix a typo
[SVN r25728]
2004-10-14 14:39:29 +00:00
Ronald Garcia
123804baa3 fixed a typo.
[SVN r25727]
2004-10-14 14:24:17 +00:00
Ronald Garcia
981be88b62 Fixed a typo.
[SVN r25726]
2004-10-14 14:10:48 +00:00
John Maddock
c7f396b230 Added section describing problems with non-dependent static asserts in templates.
Added table of contents.


[SVN r25725]
2004-10-14 11:19:53 +00:00
Vladimir Prus
bd90500a75 Minor edits
[SVN r25724]
2004-10-14 10:50:27 +00:00
Vladimir Prus
1ffe979f99 Add support for Comeau.
[SVN r25723]
2004-10-14 08:33:54 +00:00
Joaquín M. López Muñoz
d0fbb4e1e9 added ICC 8.1 for Linux, renamed some anchors
[SVN r25722]
2004-10-14 07:24:25 +00:00
Robert Ramey
9668dc61fc correction for 64 bit int platforms
[SVN r25721]
2004-10-14 03:42:37 +00:00
Jeff Garland
846b6e6489 1st version of format based time output
[SVN r25720]
2004-10-14 02:43:34 +00:00
Jeff Garland
42c0d004a0 new format-based time formatter core
[SVN r25719]
2004-10-14 02:42:09 +00:00
Jeff Garland
51a9b0a5f6 add new format based date facet code
[SVN r25718]
2004-10-14 00:05:56 +00:00
Jeff Garland
b8a51fef56 first version of format-based date facet code
[SVN r25717]
2004-10-14 00:04:34 +00:00
Jeff Garland
c30a656cc9 attempt to fix crashes due to locale mem handling on various platforms
[SVN r25716]
2004-10-13 20:44:37 +00:00
Jeff Garland
111acaa5bc first version of a clock test for local times
[SVN r25715]
2004-10-13 18:56:29 +00:00
Jeff Garland
028c1cedf7 make utc time type available for clients
[SVN r25714]
2004-10-13 18:40:02 +00:00
Jeff Garland
43faea63e5 include posix_time since we depend on it
[SVN r25713]
2004-10-13 18:39:15 +00:00
Aleksey Gurtovoy
5bea266601 rework set/map to workaround GCC 3.4 problems
[SVN r25712]
2004-10-13 18:25:11 +00:00
Vladimir Prus
c848d77831 Fix sed invocation
[SVN r25711]
2004-10-13 15:34:21 +00:00
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