Commit graph

29411 commits

Author SHA1 Message Date
Daniel James
1c149264a8 Merged revisions 43206,43208-43213 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Fix some broken links.
........
  r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Link to people pages on the website, as they've been removed from the download.
........
  r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Point links to the pages that used to be in 'more' to the site.
........
  r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Fix links on the home page as well.
........
  r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Generated documentation which is no longer generated.
........


[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
ecacd2ca58 Merged revisions 43129,43131,43137,43139-43140,43142,43144,43146,43149,43151,43153,43158,43160-43164,43167-43170,43172-43174,43178,43180-43193 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43129 | danieljames | 2008-02-06 19:02:38 +0000 (Wed, 06 Feb 2008) | 2 lines
  
  In the boostbook navbar, link FAQ and people to the website.
........
  r43188 | danieljames | 2008-02-09 12:29:02 +0000 (Sat, 09 Feb 2008) | 2 lines
  
  Fix a link in the intrusive redirect.
........
  r43189 | danieljames | 2008-02-09 12:37:00 +0000 (Sat, 09 Feb 2008) | 1 line
  
  Fix another redirect link.
........
  r43190 | danieljames | 2008-02-09 12:38:19 +0000 (Sat, 09 Feb 2008) | 1 line
  
  Update link to Jamfile, to link to the version 2 jamfile.
........
  r43191 | danieljames | 2008-02-09 12:39:06 +0000 (Sat, 09 Feb 2008) | 1 line
  
  Fix a link.
........
  r43192 | danieljames | 2008-02-09 12:45:32 +0000 (Sat, 09 Feb 2008) | 2 lines
  
  Add a forwarding header for hash/custom.html as Boost.Bimap links to it.
........
  r43193 | danieljames | 2008-02-09 13:02:45 +0000 (Sat, 09 Feb 2008) | 1 line
  
  Fix the link to the license.
........


[SVN r43194]
2008-02-09 13:27:00 +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
9256ed9148 Merge fix for add_vertex in compressed_sparse_row with properties
[SVN r43167]
2008-02-07 21:29:02 +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
a42cb2fe1e merged rev. 43157 from trunk
[SVN r43158]
2008-02-07 16:50:11 +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
ba83229d84 Merge inspection report fix.
[SVN r43151]
2008-02-07 10:32:11 +00:00
John Maddock
39a692fc31 Added fix for inspection report.
[SVN r43150]
2008-02-07 10:29:59 +00:00
John Maddock
62c630496a Merge fix fix for inspect issue.
[SVN r43149]
2008-02-07 10:27:23 +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
62599a261c Merge fix for min/max usage violation.
[SVN r43146]
2008-02-07 10:15:35 +00:00
John Maddock
399e2e66b0 Fix min/max usage violation.
[SVN r43145]
2008-02-07 10:13:31 +00:00
John Maddock
c8c638c7a2 Remove tabs.
[SVN r43144]
2008-02-07 10:04:51 +00:00
John Maddock
e44ea9a4d9 Remove tabs.
[SVN r43143]
2008-02-07 10:03:16 +00:00
John Maddock
7a77d936b3 Merge sunpro update from Trunk.
[SVN r43142]
2008-02-07 09:57:48 +00:00
John Maddock
8fe823e701 Fix last checked version.
[SVN r43141]
2008-02-07 09:55:41 +00:00
Thorsten Jørgen Ottosen
91ce5a50ca cleanup to pass inspection tool
[SVN r43140]
2008-02-07 08:44:10 +00:00
Thorsten Jørgen Ottosen
38c6269326 cleanup to pass inspection tool
[SVN r43139]
2008-02-07 08:38:07 +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
f6b7926050 Merged revisions 43130 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43130 | eric_niebler | 2008-02-06 11:57:51 -0800 (Wed, 06 Feb 2008) | 1 line
  
  untabify
........


[SVN r43131]
2008-02-06 20:01:59 +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
756bc25f86 Add circular_buffer to the alphabetic list, merge from trunk
[SVN r43122]
2008-02-06 02:04:33 +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