Commit graph

30716 commits

Author SHA1 Message Date
Daniel James
5cabad2fb1 Fix spelling mistake.
[SVN r51044]
2009-02-06 00:07:18 +00:00
Daniel James
3fbee40bb7 Very rough outline of how the documentation tools documentation might
look.

[SVN r51043]
2009-02-06 00:04:59 +00:00
Daniel James
c187c5f4c3 Ignore some version control files in inspect.
[SVN r51042]
2009-02-06 00:04:44 +00:00
Jürgen Hunold
ea5b91e9d9 Fix gcc compile error due to "undefined variable 'index'".
[SVN r51035]
2009-02-05 20:07:08 +00:00
Steven Watanabe
d17dcf0ab4 Test a simpler case before trying something more complex
[SVN r51031]
2009-02-05 19:34:18 +00:00
Andrey Semashev
2e625dd85f Added missing config.hpp include for the wide characters support configuration macro.
[SVN r51030]
2009-02-05 17:48:02 +00:00
Jeremiah Willcock
aa8d1bd0f4 Added ability to check whether an element is in the heap, and do conditional insert/update operations based on that
[SVN r51021]
2009-02-04 21:01:27 +00:00
Jeremiah Willcock
2acafbde5e Changed to two_bit_color_map by default
[SVN r51020]
2009-02-04 20:58:15 +00:00
Jeremiah Willcock
2764a20c6a Default color map to white, and fixed some warnings
[SVN r51019]
2009-02-04 20:57:04 +00:00
Jeremiah Willcock
cc3591cae5 Trying to fix another qcc problem
[SVN r51015]
2009-02-04 19:32:05 +00:00
Jeremiah Willcock
17f9751b87 Fixed qcc errors
[SVN r51014]
2009-02-04 19:28:31 +00:00
Jürgen Hunold
f6c50ac4b4 Apply patch from Alexey Pakhunov for improved msvc assembler support.
Fixes https://zigzag.lvk.cs.msu.su:7813/boost.build/ticket/214


[SVN r51013]
2009-02-04 19:14:01 +00:00
John Maddock
228ca60740 Fix broken links.
[SVN r51009]
2009-02-04 15:52:04 +00:00
Vladimir Prus
67ffd82f18 Avoid duplicate target error when using <embed-manifest>off.
Patch from Alexey Pakhunov.


[SVN r51007]
2009-02-04 07:47:11 +00:00
Christopher Kohlhoff
b177523a26 Add missing #include <iostream>.
[SVN r51006]
2009-02-04 06:46:58 +00:00
Steven Watanabe
298236b927 Add <async-exceptions>on. Fixes #2446
[SVN r50999]
2009-02-03 21:47:58 +00:00
Steven Watanabe
bcad66f631 Make validation a static member function. Fixes #2673
[SVN r50997]
2009-02-03 19:18:59 +00:00
Christopher Kohlhoff
311bb6a0e6 Fix generated documentation where the overloads of a function have different brief descriptions.
[SVN r50987]
2009-02-03 11:00:39 +00:00
Joaquín M López Muñoz
4cdc5901c8 added missing std::
[SVN r50974]
2009-02-02 19:50:03 +00:00
Christopher Kohlhoff
879c81b6b8 Update asio version number.
[SVN r50964]
2009-02-02 09:37:10 +00:00
Christopher Kohlhoff
d34e227cc8 Use the workaround syntax for specifying a return type with boost::bind.
Needed for the SSL support to work on some older compilers (in particular,
g++ 3.4.5 as used with MinGW).


[SVN r50963]
2009-02-02 09:36:11 +00:00
Christopher Kohlhoff
e72d191355 Add link to asio wiki.
[SVN r50962]
2009-02-02 07:06:00 +00:00
Christopher Kohlhoff
3269235865 Use a pipe if eventfd is not supported at runtime. Fixes #2683.
[SVN r50961]
2009-02-02 06:18:59 +00:00
Troy D. Straszheim
25ddd7cf46 Further quickbookization of the wiki
[SVN r50959]
2009-02-01 21:29:46 +00:00
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