Commit graph

20349 commits

Author SHA1 Message Date
Daniel James
3854d3d72c Generated documentation which is no longer generated.
[SVN r43213]
2008-02-10 16:21:22 +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
718b45772e Fix a link in the intrusive redirect.
[SVN r43188]
2008-02-09 12:29:02 +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
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
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
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
John Maddock
399e2e66b0 Fix min/max usage violation.
[SVN r43145]
2008-02-07 10:13:31 +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
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
Eric Niebler
a8ff57b547 eliminate warnings under msvc's -W4
[SVN r43107]
2008-02-05 05:33:12 +00:00
Eric Niebler
88cf2b7e8a fleshing out evaluation.qbk, document transforms of if_, not_, and_ and or_
[SVN r43106]
2008-02-05 02:09:51 +00:00
Matias Capeletto
87a840e19d hooking --> additional information in html docs
[SVN r43103]
2008-02-04 21:01:06 +00:00
Hartmut Kaiser
c0996ce207 Wave: trying to fix stdcxx_gcc regression.
[SVN r43101]
2008-02-04 19:21:46 +00:00
Anthony Williams
c64cc2c371 added test for duration overloads of timed_lock, and added missing implementation to win32 version
[SVN r43094]
2008-02-04 13:16:32 +00:00
John Maddock
644bf3c5c7 Removed dead file.
[SVN r43085]
2008-02-04 09:17:35 +00:00
John Maddock
1ce4aaf588 Added missing file.
[SVN r43083]
2008-02-04 09:13:36 +00:00
Eric Niebler
4a6714cf8e fix bug found by L. Evans re: fusion and stateful function objects
[SVN r43080]
2008-02-03 18:40:03 +00:00
Jonathan Turkanis
14be9d53f0 merged changes from iostreams_dev, revisions 42962-43059: updated copyright notices
[SVN r43061]
2008-02-02 22:10:46 +00:00
Eric Niebler
5d68d251a7 port test to boost version 1.34.1
[SVN r43057]
2008-02-02 12:27:16 +00:00
Christopher Kohlhoff
8f3017ec5e The latest Windows SDKs don't support IPv6 when building for Windows 2000,
so we need to use the SDK emulation in that case.


[SVN r43056]
2008-02-02 12:02:23 +00:00
Christopher Kohlhoff
1f2c584295 Fix "possible loss of data" warning when building for Windows 2000 targets.
[SVN r43055]
2008-02-02 11:39:17 +00:00