Commit Graph

  • 9112fa1f15 Corrections to demos Robert Ramey 2010-06-21 06:24:42 +0000
  • 1b5d96c051 Implement discrete_distribution. Fixes #920. Steven Watanabe 2010-06-21 04:03:55 +0000
  • 06a9007cfe merged from trunk Christophe Henry 2010-06-20 19:42:15 +0000
  • fe7f7a9f5f corrected inspection tool error Christophe Henry 2010-06-20 19:36:55 +0000
  • 8fb8dfde5e merged from trunk Christophe Henry 2010-06-20 19:30:06 +0000
  • 4d577824b8 Update setup_boostbook scripts. Daniel James 2010-06-20 19:29:50 +0000
  • 2a6ee7c1b2 Fix another integer overflow problem. Steven Watanabe 2010-06-20 19:06:56 +0000
  • 82df91e686 Fix images in quickbook docs. Daniel James 2010-06-20 18:05:21 +0000
  • e25757882c A couple of link fixes. Daniel James 2010-06-20 18:04:58 +0000
  • 89c14eb644 Use doc/src/images in iostreams. Daniel James 2010-06-20 18:04:30 +0000
  • a336a3a8a8 When generating boostbook, use images from doc/src Daniel James 2010-06-20 18:03:40 +0000
  • 8df7d2d4e1 Fix invalid xml. Daniel James 2010-06-20 18:03:16 +0000
  • 3e72e06c09 Use the doc/src stylesheets for some html files. Daniel James 2010-06-20 18:02:51 +0000
  • 35c0940f15 Move minimal.css to doc/src. Daniel James 2010-06-20 18:02:14 +0000
  • bbf9a41ee4 Update the comments in quickbook.jam Daniel James 2010-06-20 18:01:19 +0000
  • aec1f84230 Update various libraries' documentation build. Daniel James 2010-06-20 18:00:48 +0000
  • dcdd6f8dd8 Valid listitems. Daniel James 2010-06-20 17:57:28 +0000
  • 9212dd3d10 Don't include 'type' elements in output. Daniel James 2010-06-20 17:56:48 +0000
  • 3d497bb029 Merged revisions 63021,63037,63091 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-20 15:04:34 +0000
  • 8b95d5e6f4 Use boost::io::quoted I/O manipulator as a better solution to embedded spaces. See #3863 Beman Dawes 2010-06-20 13:41:26 +0000
  • cefc60178c String may be const type so disable assignment Beman Dawes 2010-06-20 12:56:34 +0000
  • 2e44a7eeb2 disallowing partial parses of ints and enforcing overflow-is-parse-error rule. Joel de Guzman 2010-06-20 10:06:11 +0000
  • 22ac9efb65 disallowing partial parses of ints and enforcing overflow-is-parse-error rule. Joel de Guzman 2010-06-20 10:05:10 +0000
  • 12518bbeba Better implementation of the poisson distribution. Fixes #1540. Steven Watanabe 2010-06-20 03:24:28 +0000
  • 67a9acea9e Better error reporting Steven Watanabe 2010-06-20 02:18:53 +0000
  • dc1689a952 Wave: merging from trunk Hartmut Kaiser 2010-06-19 21:48:02 +0000
  • 02bf6453f0 Add boost/io/detail/quoted_manip.hpp, with docs and test Beman Dawes 2010-06-19 20:30:31 +0000
  • f8a459f9fd Fix integer overflow bug. Steven Watanabe 2010-06-19 14:55:52 +0000
  • 3e2946b4c7 Spirit: fixing problem in multi_pass Hartmut Kaiser 2010-06-19 12:54:04 +0000
  • 1f0a280a05 Spirit: adding debug support for optional attributes Hartmut Kaiser 2010-06-19 12:52:23 +0000
  • b89021c00a Added what's new entry. Joel de Guzman 2010-06-19 05:35:53 +0000
  • 95caa90d41 Fix debug output for variants with one std container element. Joel de Guzman 2010-06-19 05:30:24 +0000
  • a779216205 Fix my floor silliness. e.g. int(-0.5) != floor(-0.5) Steven Watanabe 2010-06-19 04:31:28 +0000
  • 13e36be937 work-arounds for msvc-7.1 Eric Niebler 2010-06-19 03:32:55 +0000
  • f9b4e1fb74 Reimplement binomial_distribution. Steven Watanabe 2010-06-18 22:05:11 +0000
  • ac83d5511b Spirit: fixed backtracking problem if semantic action makes parse fail retrospectively, added test Hartmut Kaiser 2010-06-18 21:51:30 +0000
  • 397bae4ee2 Spirit: fixed backtracking problem if semantic action makes parse fail retrospectively Hartmut Kaiser 2010-06-18 21:49:51 +0000
  • 8a4b0908ba account for fact that on some platforms size of wchar_t > size of short int Robert Ramey 2010-06-18 20:32:34 +0000
  • 0b0ede12e6 Qualified calls to boost::tie to disambiguate from std::tr1 version Jeremiah Willcock 2010-06-18 20:30:30 +0000
  • 58f17ceb3a added reverse_fold/iter_fold/reverse_iter_fold (2) (fixes #1623) Christopher Schmidt 2010-06-18 17:23:20 +0000
  • 9e27648530 Applied patch; fixes #4166 Marshall Clow 2010-06-18 15:50:25 +0000
  • 617aab153d Merged revisions 63024 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-18 13:21:30 +0000
  • a1677ea5c7 fixed error reported by clang Christophe Henry 2010-06-18 10:46:33 +0000
  • e9f5db702b corrected error with Intel compiler Christophe Henry 2010-06-18 09:07:46 +0000
  • c5919cbb92 Include <cmath> where it is needed Douglas Gregor 2010-06-18 00:15:27 +0000
  • 4e0c1c6c68 short int might not be large enough to represent all of the values in a wchar_t. Use the integer traits to be sure that we get a type large enough to represent the values of wchar_t Douglas Gregor 2010-06-18 00:13:28 +0000
  • 9508f71e20 added reverse_fold/iter_fold/reverse_iter_fold (1) Christopher Schmidt 2010-06-17 21:21:37 +0000
  • b1f0933515 corrected inspection report warning Christophe Henry 2010-06-17 20:58:48 +0000
  • 429f3eaa46 corrected inspection report warnings Christophe Henry 2010-06-17 20:52:34 +0000
  • ce4e7933e4 corrected clang errors Christophe Henry 2010-06-17 20:23:54 +0000
  • 36106572c1 added msm Christophe Henry 2010-06-17 19:47:50 +0000
  • 80bce6615f Allow bzip2_decompressor to process multiple concatenated streams. Fixes #3853. Steven Watanabe 2010-06-17 19:14:14 +0000
  • 451925fbc6 added msm Christophe Henry 2010-06-17 18:15:19 +0000
  • 14208af96b Made OSPF example run correctly Jeremiah Willcock 2010-06-17 17:46:46 +0000
  • 816656be4a Added test for private_int_array_pair, hoping to (possibly) fix a minion-clang/darwin-4.2.1 failure at boost.org/development/tests/trunk/developer/utility_.html Niels Dekker 2010-06-17 16:53:55 +0000
  • 44d09de619 Make basic_file and basic_file_sync Flushable. Fixes #2998. Steven Watanabe 2010-06-17 15:19:32 +0000
  • 1247501dd5 Fix gzip errors. direct_streambuf should always have true_eof set. Steven Watanabe 2010-06-17 14:32:06 +0000
  • 25e5489fd2 final(?) tweak to description of domain deduction Eric Niebler 2010-06-17 04:15:40 +0000
  • 2f81873982 Make sure that direct_streambuf and indirect_streambuf are reset correctly on open. Fixes #4102. Steven Watanabe 2010-06-17 03:46:38 +0000
  • 1ef8b60a6c Replace GENERIC_ALL with GENERIC_READ | GENERIC_WRITE. Fixes #2996. Steven Watanabe 2010-06-17 03:19:04 +0000
  • c490657b8e Make concept_adapter work with custom char_traits. Fixes #2356. Steven Watanabe 2010-06-17 02:52:42 +0000
  • 8748103ddc Fix definition of multichar_dual_use_filter_tag. Fixes #3689. Steven Watanabe 2010-06-17 02:05:36 +0000
  • bbe3459c10 Quiet compiler warning. Refs #4354. Frank Mori Hess 2010-06-17 01:48:54 +0000
  • 615b590e57 Make gzip_decompressor a DualUseFilter. Fixes #1579. Steven Watanabe 2010-06-17 01:37:02 +0000
  • 5b3173d760 fix for more clang warnings and errors Luke Simonson 2010-06-16 21:24:27 +0000
  • 4c7bf2a6b6 Add missing #include <locale> Beman Dawes 2010-06-16 20:13:00 +0000
  • e29ad6df72 make mpl::string work with mpl::transform Eric Niebler 2010-06-16 17:57:41 +0000
  • f0684f8a30 Attempt to fix compilation on xlc Steven Watanabe 2010-06-16 16:56:36 +0000
  • 2ad6eae11a remove docs for base_expr Eric Niebler 2010-06-16 14:32:07 +0000
  • e8f240ce70 Clean up some doc issues. Steven Watanabe 2010-06-16 14:23:17 +0000
  • aa88dde4e4 Sync html/boostbook.css with src/boostbook.css Steven Watanabe 2010-06-16 14:02:51 +0000
  • 6db132851b Merged revisions 63016 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-16 13:06:15 +0000
  • bc60744114 fix description of domain deduction (again) Eric Niebler 2010-06-16 12:44:06 +0000
  • a7cd63dbee Added value_init_workaround_test, reviewed by Fernando Cacciola, see #3869 Niels Dekker 2010-06-16 08:45:43 +0000
  • 34f34a8272 Use long instead of int to match iword and avoid warnings. Steven Watanabe 2010-06-16 03:32:16 +0000
  • e2915d8f35 Fix Boost.Test on msvc 7.1 based on a patch from David Walthall Steven Watanabe 2010-06-16 02:31:08 +0000
  • e854185991 Protect Boost.Pool from evil #defines of malloc and free. Fixes #4346. Steven Watanabe 2010-06-16 02:27:17 +0000
  • 6c2d92b065 Make symmetric_filter compile with wchar_t. Fixes #3279. Steven Watanabe 2010-06-15 22:24:24 +0000
  • 804c12e9d7 Merged revisions 62926-62927,62951,62964,63004 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-15 22:08:34 +0000
  • 3c9b40cbe2 fix description of how domains are deduced Eric Niebler 2010-06-15 21:49:24 +0000
  • 958b3798c0 Updated OSPF example to use now GraphViz interfaces Jeremiah Willcock 2010-06-15 21:08:36 +0000
  • 8a0f5d7fbf Changed write_graphviz dynamic_properties overloads to write_graphviz_dp to disambiguate them, plus removed more obsolete GraphViz reader stuff Jeremiah Willcock 2010-06-15 21:07:22 +0000
  • bae4527f98 Added OSPF to example list to compile automatically Jeremiah Willcock 2010-06-15 21:01:37 +0000
  • caf5beabf8 Reverted r62693 (order of discover_vertex and examine_edge); refs #3137 Jeremiah Willcock 2010-06-15 20:59:42 +0000
  • 48aac8aae0 corrected error version_type <- item_version_type Robert Ramey 2010-06-15 20:07:27 +0000
  • 31c89ad2c9 Make aggregate_filter work with wide characters. Fixes #3851. Steven Watanabe 2010-06-15 19:54:45 +0000
  • 207bc72f94 Fix Boost.Test on Sun. Steven Watanabe 2010-06-15 18:55:48 +0000
  • aa355f8d0d fix for signed unsigned comparison warning and hard coding of int for coordinate type in new resizing algorithms Luke Simonson 2010-06-15 17:37:23 +0000
  • 43f0cc723d Make sure that the crc for zlib is reset when we reuse a filter. This should fix the gzip errors that I'm seeing in the trunk tests. Steven Watanabe 2010-06-15 17:07:54 +0000
  • ea02b63dcd fix for clang compile errors Luke Simonson 2010-06-15 16:52:08 +0000
  • 7e7a584f21 Reorder code to workaround clang problem (Chris Jefferson) Beman Dawes 2010-06-15 15:40:04 +0000
  • 5e0a85bbac Fix openmode error handling for Posix systems. Steven Watanabe 2010-06-15 14:43:20 +0000
  • 13dea6adb2 Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk. Ronald Garcia 2010-06-15 12:04:50 +0000
  • 686bb1cd38 Fix infinite loop in symmetric_filter_test Steven Watanabe 2010-06-15 04:16:11 +0000
  • 1a6d82562e Throw an exception on an unexpected end of file in bzip2_decompressor instead of going into an infinite loop. Fixes #2783. Steven Watanabe 2010-06-15 02:52:42 +0000
  • 559e76f833 make the reference agree with the implementation about the behavior of deduce_domain, as_child, as_expr, make_expr and unpack_expr Eric Niebler 2010-06-15 02:07:23 +0000
  • 870abfcc92 Fixed an assertion error...resize needs to account for starting with an empty array when considering legal ranges. Some small housecleaning (renaming variables, moving asserts). Ronald Garcia 2010-06-15 01:40:31 +0000
  • caade3e81e Make sure that the bzip2 filters can be closed even if no input has been read. Fixes #3348. Steven Watanabe 2010-06-15 01:22:50 +0000
  • 39a49931d1 #4143 fix (patch applied) Joel de Guzman 2010-06-15 01:18:35 +0000
  • 18d9b3ea92 Make sure that compressing an empty string works. Steven Watanabe 2010-06-15 01:02:06 +0000