Commit graph

27749 commits

Author SHA1 Message Date
Rene Rivera
c2f7a950c0 Rename readme.html to index.html, and add forwarding index.htm for backward compatibility.
[SVN r43365]
2008-02-22 05:26:39 +00:00
Eric Niebler
20eff91947 doxygen comments
[SVN r43364]
2008-02-22 02:01:46 +00:00
Eric Niebler
714144092a fix crash when actions are in keep() expressions
[SVN r43363]
2008-02-22 00:42:12 +00:00
Eric Niebler
2169370248 doxygen comments for proto::when<>
[SVN r43362]
2008-02-21 20:12:02 +00:00
Beman Dawes
72aa9f571a Fix still another typo
[SVN r43361]
2008-02-21 20:11:32 +00:00
John Maddock
0adad0dc35 Regenerated docs to fix links.
[SVN r43359]
2008-02-21 17:01:26 +00:00
John Maddock
160d6886a1 Added link to PDF docs.
[SVN r43357]
2008-02-21 16:49:59 +00:00
John Maddock
8898e4dcd4 Added link to PDF docs, and regenerated.
[SVN r43354]
2008-02-21 13:51:18 +00:00
John Maddock
029ef8af0d Added link to PDF docs, and regenerated.
[SVN r43351]
2008-02-21 12:58:15 +00:00
Beman Dawes
c52512bb24 Fix typo; .z7 should be .7z
[SVN r43349]
2008-02-21 12:46:11 +00:00
John Maddock
532e41609d Update main overview page.
[SVN r43347]
2008-02-21 11:53:59 +00:00
John Maddock
9f67877d6d Fix typo in example.
Added links to PDF versions of the docs.
Regenerated all the docs to fix people links.

[SVN r43346]
2008-02-21 10:37:59 +00:00
Eric Niebler
3fcf420e52 More Proto documentation
[SVN r43344]
2008-02-21 07:18:24 +00:00
Rene Rivera
16d551a4eb Doc cleanups.
[SVN r43338]
2008-02-20 23:26:58 +00:00
Rene Rivera
749c472960 Add missing, and assumed, white background for screen rendering.
[SVN r43337]
2008-02-20 23:03:28 +00:00
Rene Rivera
c96af5a50a Use the configured python interpreter instead of assuming it's in the path.
[SVN r43336]
2008-02-20 23:01:43 +00:00
Rene Rivera
60b3b85fe7 Add the <python.interpreter> to all requirements to allow other toolsets to use the currently configured python instead of relying on python being in the path.
[SVN r43335]
2008-02-20 22:50:03 +00:00
Rene Rivera
f14c5750df Fix link to getting started docs.
[SVN r43334]
2008-02-20 19:15:16 +00:00
Rene Rivera
484482279e New readme page for now standalone release.
[SVN r43332]
2008-02-20 17:32:09 +00:00
Beman Dawes
db88d2fd3a Add .z7 archive generation
[SVN r43330]
2008-02-20 13:46:49 +00:00
Jonathan Turkanis
5334de088d markup for pgi-7.0 (iostreams)
[SVN r43329]
2008-02-20 03:20:17 +00:00
Jonathan Turkanis
65f021b0b7 menu fix from iostreams_dev
[SVN r43328]
2008-02-20 00:09:06 +00:00
Jonathan Turkanis
7409ed1e48 stringstreams are no longer closable; the semantics of close() for these devices was illconsidered
[SVN r43325]
2008-02-19 19:34:07 +00:00
Peter Dimov
26fd8374fa Fix #1643.
[SVN r43323]
2008-02-19 15:40:58 +00:00
Thorsten Jørgen Ottosen
8d942ca39c fixed problem with operator()() when the value_type was abstract.
[SVN r43322]
2008-02-19 15:10:05 +00:00
Peter Dimov
f71eaefffc Fix #1642.
[SVN r43321]
2008-02-19 15:09:10 +00:00
Peter Dimov
e59da5498d Fix #1646.
[SVN r43320]
2008-02-19 14:59:28 +00:00
Peter Dimov
b6b6d09d58 Fix #1641.
[SVN r43319]
2008-02-19 14:51:10 +00:00
Peter Dimov
7df987bb82 Fix #398, as long as the macros BOOST_NO_STD_TYPEINFO and BOOST_NO_IOSTREAM are defined. I don't know how Boost.Config needs to be changed to autodetect eVC4 and set these on its own.
[SVN r43318]
2008-02-19 14:26:36 +00:00
Peter Dimov
2e2579cc0f Fixes #1444.
[SVN r43317]
2008-02-19 14:01:13 +00:00
Peter Dimov
8477693eb9 Fixes #1590.
[SVN r43316]
2008-02-19 13:18:58 +00:00
Eric Niebler
0393a214aa darn, back out bad droppable changes
[SVN r43314]
2008-02-19 07:33:30 +00:00
Eric Niebler
c7e36e9e24 fix droppable accumulators
[SVN r43312]
2008-02-19 07:14:37 +00:00
Eric Niebler
d982612ef1 more proto documentation tweaks, remove unnecessary result_of::arg_c instantiation
[SVN r43311]
2008-02-19 05:56:52 +00:00
Eric Niebler
8f0711c7ae some doxygen comments for proto/traits.hpp
[SVN r43310]
2008-02-18 23:03:23 +00:00
Niels Dekker
67d6496531 Tested the assignment of value_initialized<T>, for T being a C-style array. Related to the fix of changeset [43308]
[SVN r43309]
2008-02-18 22:13:21 +00:00
Niels Dekker
5d1dc6b574 Fixed the assignment of value_initialized<T> for T being a C-style array. (The previous version would trigger a compile error in this case.)
[SVN r43308]
2008-02-18 22:11:19 +00:00
Eric Niebler
54081d3b7b remove post_construct docs, fix link to boost.parameter library
[SVN r43306]
2008-02-18 18:29:29 +00:00
Christopher Kohlhoff
0f25930b9e Add missing #include of socket_types.hpp needed for the SSL unit tests
to compile successfully on Windows.


[SVN r43303]
2008-02-18 13:35:15 +00:00
Christopher Kohlhoff
6ecf1faf34 Only define _XOPEN_SOURCE_EXTENDED when building with gcc on HP-UX.
[SVN r43302]
2008-02-18 13:33:23 +00:00
Christopher Kohlhoff
b113af15db Fix printing of error messages.
[SVN r43301]
2008-02-18 13:31:26 +00:00
Eric Niebler
540f7e91c8 remove dependence on boost.lambda, make numeric function objects work with std binders
[SVN r43300]
2008-02-18 06:16:27 +00:00
Jonathan Turkanis
d66c2f57b8 merged changes from iostreams_dev, revisions 43243-43298: overhaul of category_of and close(): stringstream is now dual_seekable; standard file streams and string streams are closable; public Boost.Iostreams streams and streambufs are closable; close() pops filtering streams and streambufs
[SVN r43299]
2008-02-18 05:48:13 +00:00
Eric Niebler
4499dc5361 proto documentation improvements
[SVN r43296]
2008-02-17 20:53:18 +00:00
Hartmut Kaiser
19c83ce2e7 Wave: Fixed test cases to reflect recent changes to whitespace insertion.
[SVN r43294]
2008-02-17 17:00:20 +00:00
Thorsten Jørgen Ottosen
aa437be4bd support for comparison operators
[SVN r43293]
2008-02-17 16:50:02 +00:00
Thorsten Jørgen Ottosen
5f02a8766e support for comparinson operators
[SVN r43292]
2008-02-17 16:49:38 +00:00
Hartmut Kaiser
fa2f8f64a1 Wave: Extended a workaround to newest Intel compiler version (Linux V10.1)
[SVN r43290]
2008-02-17 16:45:08 +00:00
Beman Dawes
5b53b611f8 Show output of example program
[SVN r43283]
2008-02-17 02:01:32 +00:00
Jurko Gospodnetić
55aaeb0d4f Made the msvc toolset always explicitly enable or disable rtti support based on the <rtti> feature value instead of only setting it if <rtti>on and depending on it being disabled by default. The original behaviour did not work well with msvc 8.0 for which there was not way to disable rtti support as that compiler enables rtti support by default.
[SVN r43282]
2008-02-16 17:03:54 +00:00