Commit graph

27673 commits

Author SHA1 Message Date
Daniel James
287094f6a1 Fix links on the home page as well.
[SVN r43212]
2008-02-10 16:10:16 +00:00
Daniel James
894be846dc Point links to the pages that used to be in 'more' to the site.
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
d2d49ebb9a Link to people pages on the website, as they've been removed from the download.
[SVN r43209]
2008-02-10 14:56:22 +00:00
Vladimir Prus
cd8df41307 Tolerate argc being zero.
Patch from C. K. Jester-Young.


[SVN r43207]
2008-02-10 13:13:41 +00:00
Daniel James
26482a0699 Fix some broken links.
[SVN r43206]
2008-02-10 09:55:03 +00:00
Eric Niebler
9982c3795f suppress msvc warning
[SVN r43205]
2008-02-10 07:02:54 +00:00
Eric Niebler
524aae42c4 fix oops in proto fusion interface
[SVN r43204]
2008-02-10 06:57:24 +00:00
Eric Niebler
0fdff32d7b document how to access children of proto expressions
[SVN r43200]
2008-02-09 20:34:33 +00:00
Eric Niebler
a28220f526 more doxygen comments, const-correctness tweak for fusion::at() on proto expression
[SVN r43199]
2008-02-09 20:32:27 +00:00
Daniel James
22ea18688a Fix the link to the license.
[SVN r43193]
2008-02-09 13:02:45 +00:00
Daniel James
f316740cff Add a forwarding header for hash/custom.html as Boost.Bimap links to it.
[SVN r43192]
2008-02-09 12:45:32 +00:00
Daniel James
908acc15b3 Fix a link.
[SVN r43191]
2008-02-09 12:39:06 +00:00
Daniel James
0cb12c76ff Update link to Jamfile, to link to the version 2 jamfile.
[SVN r43190]
2008-02-09 12:38:19 +00:00
Daniel James
eb0cec54f3 Fix another redirect link.
[SVN r43189]
2008-02-09 12:37:00 +00:00
Daniel James
718b45772e Fix a link in the intrusive redirect.
[SVN r43188]
2008-02-09 12:29:02 +00:00
K. Noel Belcourt
12ee71f075 I've added the -single_module option to the intel-darwin.link.dll
action to fix this linker error when linking dylibs:

ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
boost/bin.v2/libs/system/build/intel-darwin-9.1/debug/macosx-version-10.4/error_code.o 
  definition of common __ZGVZNK5boost6system14error_category7messageEiE1s (size 16)
boost/bin.v2/libs/system/build/intel-darwin-9.1/debug/macosx-version-10.4/error_code.o 
  definition of common __ZZNK5boost6system14error_category7messageEiE1s (size 16)

though I would note that the common symbols problem occurs in a number of
other libraries (test, graph, spirit, ...) as well.



[SVN r43179]
2008-02-08 17:53:50 +00:00
Eric Niebler
35d104084e reserve some c_type bits for dinkumware on windows, fixes #1625
[SVN r43177]
2008-02-08 17:11:57 +00:00
K. Noel Belcourt
ab9f8d250a Force PPC Darwin to use fork instead of vfork. This change
requires both the parent and child process to explicitly set
the process group id. Vfork guarantees the child process 
runs to the exec before it releases the parent process.  
Now that we use fork instead of vfork, it's possible for the 
parent to wait on the child process without having the child 
setpgid on itself.  This eliminates spurious hangs on ppc
darwin caused by either a race condition between vfork and
execvp, or a bug in the vfork implementation.

Added a test to ensure we don't try to read from the
stderr pipe descriptor if the descriptor's not valid.



[SVN r43176]
2008-02-08 16:32:35 +00:00
Thorsten Jørgen Ottosen
a4624e101f missing ) fixed
[SVN r43175]
2008-02-08 15:25:01 +00:00
Thorsten Jørgen Ottosen
a75ccc935a silence of warnings for unused arguments
[SVN r43171]
2008-02-08 09:58:35 +00:00
Douglas Gregor
6a793f8b55 Note addition of nonblocking operations to the Python interface
[SVN r43166]
2008-02-07 21:09:38 +00:00
Douglas Gregor
b2e1699366 Support for non-blocking MPI operations in Python, from Andreas Kloeckner
[SVN r43165]
2008-02-07 21:08:09 +00:00
Jonathan Turkanis
a97430b2b5 added missing 'self.' qualification
[SVN r43159]
2008-02-07 17:07:28 +00:00
Joaquín M López Muñoz
2f27d6a920 updated according to latest regression tests results, fixed a broken link, typo
[SVN r43157]
2008-02-07 16:29:27 +00:00
Thorsten Jørgen Ottosen
26c47f3b7f test
[SVN r43156]
2008-02-07 14:46:19 +00:00
Thorsten Jørgen Ottosen
dec54a1187 iterator_range disables msvc warning 4996
<http://svn.boost.org/trac/boost/ticket/1565>

[range] sub_range assignment issue
    <http://svn.boost.org/trac/boost/ticket/1284> 

[SVN r43155]
2008-02-07 14:41:04 +00:00
Beman Dawes
dd0592f1d8 Remove obsolete CVS scripts, add 1.35.0 SVN scripts, beginning of docs page
[SVN r43154]
2008-02-07 13:22:34 +00:00
Vladimir Prus
fc2c9ead12 Fix <framework> with no path.
Patch from Jon Olsson.


[SVN r43152]
2008-02-07 11:04:30 +00:00
John Maddock
39a692fc31 Added fix for inspection report.
[SVN r43150]
2008-02-07 10:29:59 +00:00
John Maddock
5a0e24942d Added comment to suppress inspect warning.
[SVN r43148]
2008-02-07 10:24:29 +00:00
Vladimir Prus
03a7a898d4 Attempt to unbreak <library-file>
[SVN r43147]
2008-02-07 10:17:03 +00:00
John Maddock
399e2e66b0 Fix min/max usage violation.
[SVN r43145]
2008-02-07 10:13:31 +00:00
John Maddock
e44ea9a4d9 Remove tabs.
[SVN r43143]
2008-02-07 10:03:16 +00:00
John Maddock
8fe823e701 Fix last checked version.
[SVN r43141]
2008-02-07 09:55:41 +00:00
Eric Niebler
3666161b9a tweaks for doxygen 1.5.4, document matches<>
[SVN r43138]
2008-02-07 08:06:29 +00:00
Eric Niebler
3a00f39f3e reasonably complete user docs for expression evaluation
[SVN r43136]
2008-02-07 00:05:01 +00:00
Thorsten Jørgen Ottosen
be57f2273b cleanup to pass inspection tool
[SVN r43135]
2008-02-06 23:12:21 +00:00
Eric Niebler
075cc85c48 add handy get() accessors on literal<> wrapper
[SVN r43134]
2008-02-06 22:57:57 +00:00
Thorsten Jørgen Ottosen
944ef3d51e cleanup to pass inspection report
[SVN r43133]
2008-02-06 22:46:31 +00:00
Thorsten Jørgen Ottosen
83c836d36e cleanup to pass inspection report
[SVN r43132]
2008-02-06 22:46:19 +00:00
Eric Niebler
78ca1eac8e untabify
[SVN r43130]
2008-02-06 19:57:51 +00:00
Daniel James
81b52c10fa In the boostbook navbar, link FAQ and people to the website.
[SVN r43129]
2008-02-06 19:02:38 +00:00
Tobias Schwinger
00a69ddb91 attempts to make synthesis metafunctions work with sun compiler
[SVN r43125]
2008-02-06 13:00:08 +00:00
Beman Dawes
99ee536275 Add circular_buffer to the alphabetic list
[SVN r43121]
2008-02-06 02:01:46 +00:00
Eric Niebler
dda9685ea5 add missing #include
[SVN r43120]
2008-02-05 21:07:31 +00:00
Daniel James
016d409db8 Merged revisions 42942-43116 via svnmerge from
https://svn.boost.org/svn/boost/branches/unordered/trunk

........
  r42975 | danieljames | 2008-01-26 00:29:32 +0000 (Sat, 26 Jan 2008) | 1 line
  
  Typedef some types before using them, to make life easier for Borland.
........
  r43116 | danieljames | 2008-02-05 20:47:44 +0000 (Tue, 05 Feb 2008) | 1 line
  
  Some compilers and libraries combinations have problems with deques of non-assingable types. Using a list instead.
........


[SVN r43118]
2008-02-05 20:57:02 +00:00
Douglas Gregor
76dfd7e321 Fix add_vertex and add_vertices when the CSR graph has vertex properties
[SVN r43117]
2008-02-05 20:51:23 +00:00
Marshall Clow
8b42d7ddd6 Applied patch (fixes bug #1307)
[SVN r43113]
2008-02-05 16:15:35 +00:00
Marshall Clow
38d80efa26 Fix typo (bug #1434)
[SVN r43112]
2008-02-05 16:07:19 +00:00
Eric Niebler
b00f581979 fix typo
[SVN r43111]
2008-02-05 06:03:01 +00:00