Commit graph

30692 commits

Author SHA1 Message Date
Troy D. Straszheim
005131efe7 Be clear that this isn't Boost.Build and only boost build is
officially supported.  
















[SVN r50958]
2009-02-01 21:04:06 +00:00
Troy D. Straszheim
f027a64d88 A couple pages worth of cmake docs brought over from the wiki
[SVN r50956]
2009-02-01 19:34:52 +00:00
Christopher Kohlhoff
eabe868523 Fix errors in SSL overview and add a note about handshaking. Fixes #2617 and #2619.
[SVN r50950]
2009-02-01 13:42:33 +00:00
Christopher Kohlhoff
715c8ed8e0 Clear the last error following a successful Windows API call, since some
socket providers may leave last error set even when the call succeeds.


[SVN r50949]
2009-02-01 13:25:05 +00:00
Christopher Kohlhoff
2b2db936e8 Add include of <cstring> to fix a compile error on Solaris 10. Fixes #2607.
[SVN r50948]
2009-02-01 12:50:08 +00:00
Christopher Kohlhoff
55664755e5 Ensure arguments to windows::overlapped_ptr::complete() are passed through to
the completion handler. Fixes #2614.


[SVN r50947]
2009-02-01 12:41:01 +00:00
Christopher Kohlhoff
2858251a8f Suppress unused result warning. Fixes #2534.
[SVN r50946]
2009-02-01 12:28:12 +00:00
Christopher Kohlhoff
2d9aba9883 Improve warning message when _WIN32_WINNT is not correctly defined. Fixes #2541.
[SVN r50945]
2009-02-01 11:57:01 +00:00
Christopher Kohlhoff
65b0562d8c Use correct size for IP_MULTICAST_LOOP option on QNX. Fixes #2530.
[SVN r50944]
2009-02-01 11:42:09 +00:00
Christopher Kohlhoff
e2a6030c94 Need to specify socket lib to link correctly on QNX. Fixes #2504.
[SVN r50943]
2009-02-01 11:37:18 +00:00
Andrey Semashev
6f155ab156 Moved last two bug fixes to 1.38 section as they are going to this release.
[SVN r50941]
2009-02-01 11:18:26 +00:00
John Maddock
75e252b3cd Fix unused parameter warnings.
[SVN r50940]
2009-02-01 10:16:20 +00:00
Joel de Guzman
6c7d885ed1 fix wrong include
[SVN r50937]
2009-02-01 00:00:58 +00:00
Troy D. Straszheim
3c0bceb6ed Placeholder docs for cmake
[SVN r50934]
2009-01-31 20:25:15 +00:00
Troy D. Straszheim
162709151b sync up with jamfile
[SVN r50932]
2009-01-31 18:57:33 +00:00
Troy D. Straszheim
bdb8aea6f5 if BUILD_VERSIONED is OFF, don't mangle the include directory name in packages.
[SVN r50931]
2009-01-31 18:53:31 +00:00
Beman Dawes
53bd351ca6 Add missing semicolon
[SVN r50920]
2009-01-31 02:47:48 +00:00
Daniel Wallin
bb0203d92b parameter-doc: Regenerated HTML from ReST source.
[SVN r50918]
2009-01-30 21:28:11 +00:00
Gunter Winkler
3357957ef5 * see #2691
* fixed typos

* need still some time to think about the "is mutable" comment


[SVN r50917]
2009-01-30 21:19:38 +00:00
Gunter Winkler
a1e15cda49 * fix and close #2686
* replaced the word "upper" by "lower" because the description is for lower triangular matrices

* added more detailed example for the use of triangular matrices and adaptors



[SVN r50916]
2009-01-30 21:12:32 +00:00
Daniel Wallin
f160b17fbd parameter-doc: Added missing default value on optional parameter
specification.


[SVN r50915]
2009-01-30 21:08:22 +00:00
John Maddock
614047d611 Fix up PDF generation options.
[SVN r50910]
2009-01-30 18:20:49 +00:00
Ion Gaztañaga
074de75772 Fixed deallocation before destructor.
[SVN r50903]
2009-01-30 15:23:42 +00:00
Troy D. Straszheim
305e834b8d Versioning off by default on unix.
[SVN r50902]
2009-01-30 14:57:34 +00:00
Andrew Sutton
e1a8c746f2 Fixed doc typo.
[SVN r50901]
2009-01-30 14:14:10 +00:00
Andrew Sutton
25dafb42c6 Added maintainer for graph.
[SVN r50900]
2009-01-30 13:33:17 +00:00
John Maddock
547ff25169 Fix min/max usage.
[SVN r50895]
2009-01-30 10:48:17 +00:00
David Deakins
7e735e926b Restored static-member-functions0 test
[SVN r50890]
2009-01-30 05:55:10 +00:00
Dave Abrahams
7383805b04 Check in missing file (thanks for pointing that out, David Deakins!)
[SVN r50889]
2009-01-30 00:52:33 +00:00
David Deakins
cef375a024 Commented out missing test file
[SVN r50888]
2009-01-30 00:09:10 +00:00
Emil Dotchevski
338ff80df6 added #error in headers incompatible with BOOST_NO_EXCEPTIONS
[SVN r50887]
2009-01-30 00:06:01 +00:00
Emil Dotchevski
fe3a58b4bb This html was outdated; changed to forward to throw_exception.html documentation from Boost Exception
[SVN r50879]
2009-01-29 19:13:08 +00:00
Andrey Semashev
c06d0c703c Replaced tabs with spaces.
[SVN r50878]
2009-01-29 18:58:24 +00:00
Andrey Semashev
7fcfa2d128 Removed dereferencing of end iterators of strings, which could cause crashes on MSVC. Fixed #2698.
[SVN r50877]
2009-01-29 18:54:17 +00:00
Andrey Semashev
48581beebe Added missing #include. Fixed #2688.
[SVN r50876]
2009-01-29 17:44:52 +00:00
Dave Abrahams
bc0b8391ae Attempt to satisfy intel-linux 9.0's apparent need for -lutil
[SVN r50869]
2009-01-29 15:26:02 +00:00
Dave Abrahams
f0dc1377bc bug fix for value_type and numerous doc fixes, along with literate programming tests
[SVN r50863]
2009-01-28 23:33:37 +00:00
Daniel James
67f7128c1a Generate the scope_exit documentation.
[SVN r50848]
2009-01-28 15:32:46 +00:00
Daniel James
453303308f Fix some documentation issues with scope_exit.
[SVN r50847]
2009-01-28 15:17:34 +00:00
Beman Dawes
751505eb7a Add generation of README.txt
[SVN r50845]
2009-01-28 14:39:38 +00:00
Beman Dawes
01b2af602a Fix BOOST_NO_STDC_NAMESPACE problem; see ticket 2687
[SVN r50844]
2009-01-28 14:38:48 +00:00
Daniel James
97f51c22b6 Fix an incorrectly escaped right arrow.
[SVN r50839]
2009-01-28 09:14:56 +00:00
Daniel James
ee4e10fedd Fix a link in the typeof forwarding html file.
[SVN r50838]
2009-01-28 09:14:45 +00:00
Daniel James
58978604ae Add scope exit to the root html file.
[SVN r50837]
2009-01-28 09:14:21 +00:00
Joaquín M López Muñoz
9b19e6425e completed changes that should have gone in rev. 50709
[SVN r50829]
2009-01-27 22:34:02 +00:00
Joaquín M López Muñoz
4f37547d56 fixed wrong links
[SVN r50828]
2009-01-27 22:08:23 +00:00
Alexander Nasonov
ce7bec0322 Add ScopeExit.
[SVN r50824]
2009-01-27 21:18:58 +00:00
Jeremiah Willcock
738eae4dee Applied patch from #2132, closes #2132
[SVN r50823]
2009-01-27 21:18:02 +00:00
Jeremiah Willcock
90584bd8b7 Reverted r14604 to test handling of unconnected vertices, and fixed up formatting of output grid
[SVN r50821]
2009-01-27 21:12:42 +00:00
Alexander Nasonov
5e2b379c4f Add ScopeExit.
[SVN r50819]
2009-01-27 21:03:02 +00:00