Commit Graph

  • ec795cc8aa Avoid calling BZ2_bzcompress after it has said that it's done. Fixes #2411. ([62952] is also necessary to make the test case from the ticket work.) Steven Watanabe 2010-06-14 23:36:43 +0000
  • 6cc6239f0b fix for compilation errors in gcc 4.5.0 thanks to Thomas Klimpel's patch Luke Simonson 2010-06-14 22:47:23 +0000
  • 8fdaf5223a Don't end the stream produced by a reading through a symmetric_filter prematurely. Fixes #2318. Steven Watanabe 2010-06-14 21:42:23 +0000
  • 92209341f7 as_expr and as_child no longer run objects that are already proto expressions through the domain's generator Eric Niebler 2010-06-14 21:26:12 +0000
  • 586e9b81b4 Clang passes all value-initialization tests now Douglas Gregor 2010-06-14 21:18:57 +0000
  • 87b15955df fix remaining inspect errors in docs Luke Simonson 2010-06-14 18:39:13 +0000
  • de76957a77 Allow building zlib 1.2.4+, using a glob to include only source files that actually exist. Fixes #4091. Steven Watanabe 2010-06-14 17:48:16 +0000
  • ccfd43911f Fix Apple breakage caused by moving utf8_codecvt_facet.hpp Beman Dawes 2010-06-14 17:40:50 +0000
  • 6c274aa0b4 Open files in append mode on Windows instead of seeking to the end at every write when std::ios_base::app is passed. Fixes #3323. Steven Watanabe 2010-06-14 16:09:47 +0000
  • a6b80bf494 Rejigger file_descriptors handling of std::ios_base::openmode to match std::fstream. In particular, truncate existing files, if std::ios_base::trunc is passed. Refs #3323. Steven Watanabe 2010-06-14 15:56:00 +0000
  • 3c278233a5 Fixed graph construction; fixes #4342 Jeremiah Willcock 2010-06-14 15:37:53 +0000
  • ef8cbb87e3 Fixed missing variables; fixes #4343 Jeremiah Willcock 2010-06-14 15:36:12 +0000
  • b21c3b1ede fix return type calculation of already_expr and already_child Eric Niebler 2010-06-14 05:22:36 +0000
  • 8c86a6ad4f sigh, add back some ADL-blocker namespaces Eric Niebler 2010-06-14 02:47:07 +0000
  • d2a34d70d9 Typo; fixes #2891 Marshall Clow 2010-06-14 01:33:59 +0000
  • d5cf4526da Fix #3863, stream I/O with space in named failed to roundtrip Beman Dawes 2010-06-13 17:33:39 +0000
  • e96a1e80ed minor doc update Christophe Henry 2010-06-13 17:14:31 +0000
  • 4211aee5e1 Merge branches/filesystem3. Supplies single library supporting both Version 2 and Version 3. Beman Dawes 2010-06-13 16:18:16 +0000
  • 4e47456741 Document missing members of file_descriptor*. Fixes #3955. Steven Watanabe 2010-06-13 15:09:16 +0000
  • 1a2560dd86 Use the correct variable type to save the result of count_extra_bits(). Fixes #4022. Steven Watanabe 2010-06-13 04:36:50 +0000
  • 94ea2b5075 Cast an anonymous enum to bool. Fixes #4025. Steven Watanabe 2010-06-13 04:23:35 +0000
  • 33543452dd Delay the warning that the Boost.Python Jamfile emits, until someone actually tries to use the library. Fixes #2417. Steven Watanabe 2010-06-13 04:00:10 +0000
  • 732225df4d Fix markup problems reported by Eric Niebler. Steven Watanabe 2010-06-13 03:08:36 +0000
  • f79ebd7b7e Explicitly cast array::static_size to an int. Fixes #2761 Steven Watanabe 2010-06-13 03:06:14 +0000
  • 8b472b6b46 Ticket 4337 Emil Dotchevski 2010-06-13 02:35:15 +0000
  • 4fda065f11 Fix headers for set_fwd and map_fwd. Fixes #3237 Steven Watanabe 2010-06-13 01:45:12 +0000
  • 8dd7e69035 Translate fusion iterator categories to MPL iteraotr categories for fusion_iterator. Fixes #3204. Steven Watanabe 2010-06-13 01:22:41 +0000
  • 38c65f9817 Clean up GCC warnings. Fixes #3033. Steven Watanabe 2010-06-12 17:59:10 +0000
  • be074ee199 improved diagnostic for failures Robert Ramey 2010-06-12 16:03:44 +0000
  • 567daafe11 Clean up MSVC build. Fixes #1619. Fixes #3074. Steven Watanabe 2010-06-12 15:58:31 +0000
  • 85f132e178 Merged revisions 62736,62781,62798,62829 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-12 12:38:48 +0000
  • b07a1f0bdd Merged the fix for ticket 1755. Andrey Semashev 2010-06-12 12:06:28 +0000
  • 8ee4f45976 Merge mostly cosmetic fixes from Trunk John Maddock 2010-06-12 09:55:44 +0000
  • 1ef8490f36 Merge fixes from Trunk: mainly VC10 compatibility fixes. John Maddock 2010-06-12 09:30:03 +0000
  • f5df511f92 Merge fixes from Trunk. John Maddock 2010-06-12 08:33:32 +0000
  • 37f3e7abba Merged accumulated patches from Trunk. John Maddock 2010-06-12 08:30:11 +0000
  • a0e5253c47 document new domain-specific as_expr and as_child customization points Eric Niebler 2010-06-12 04:36:24 +0000
  • f929e523a8 Fix #include guard of boost/fusion/include/has_key.hpp. Fixes #4070 Steven Watanabe 2010-06-12 00:52:14 +0000
  • 7df4f220f4 Update Borland workarounds. Fixes #3162 Steven Watanabe 2010-06-12 00:28:54 +0000
  • 8c0058df4a Make Boost.Format work with the default libCstd on sun CC. Fixes #3894 Steven Watanabe 2010-06-11 23:13:32 +0000
  • b605eda780 Removed #include <boost/detail/workaround.hpp> from exception.hpp, requested by Emil, see #4068. Niels Dekker 2010-06-11 23:01:31 +0000
  • 78d9960c67 Update list_test.gold. Daniel James 2010-06-11 23:00:56 +0000
  • c42b1c3796 Ticket #4104 Emil Dotchevski 2010-06-11 22:18:30 +0000
  • 9126b0709e Added Borland/Codegear workaround to avoid compile error when doing #include <boost/exception/exception.hpp> -- see #4068 Niels Dekker 2010-06-11 21:44:22 +0000
  • 38a1f2f5d0 Fix license per inspection report. K. Noel Belcourt 2010-06-11 19:52:26 +0000
  • ae21dce9b8 unit tests for general polygon resizing bug fix Luke Simonson 2010-06-11 18:59:41 +0000
  • 570dce5773 fixing general polygon resizing bug, performance enhancement for manhattan resizing and inspect error report for apple macro verify collision Luke Simonson 2010-06-11 18:55:42 +0000
  • 06b015fc1f Add BOOST_IOSTREAMS_DECL to file_descriptor_source and file_descriptor_sink. Fixes #4335. Steven Watanabe 2010-06-11 18:55:31 +0000
  • b4422ce490 fixing documentation inspection errors related to presentation Luke Simonson 2010-06-11 18:52:22 +0000
  • 1176ae06a0 Use the convertible_function typedef instead of the raw function pointer type. Fixes #903 Steven Watanabe 2010-06-11 18:06:25 +0000
  • 50fbfcb0f1 Improved test failure reporting for class A test class. Robert Ramey 2010-06-11 16:24:41 +0000
  • af94ae10ee Supress MSVC /Wp64 warnings. Fixes #4184 Steven Watanabe 2010-06-11 16:12:39 +0000
  • be1aadbfcd Call test_finish/test_unit_finish in the reverse order from test_start/test_unit_start. Fixes #3978 Steven Watanabe 2010-06-11 15:18:46 +0000
  • d6961203df Fix non-friend stream operator of thread::id Steven Watanabe 2010-06-11 14:49:07 +0000
  • 10efc381c7 Removed tabs Marshall Clow 2010-06-11 14:46:31 +0000
  • 8b901798f7 Add old auto-link macro for backwards compatibility. Steven Watanabe 2010-06-11 14:38:28 +0000
  • 31c0216058 Remove macros better handled by config/stdlib/libstdcp3 Beman Dawes 2010-06-11 14:16:38 +0000
  • 674e50a1f9 Fix -Wshadow warnings. Fixes #4017 Steven Watanabe 2010-06-11 13:55:31 +0000
  • 3857bea4ba attempt to fix portability regression, eliminate unnecessary is_expr instantiations Eric Niebler 2010-06-11 13:49:00 +0000
  • cf836def6c Get gcc linking options consistent. John Maddock 2010-06-11 11:52:25 +0000
  • a31dd8e115 Add BOOST_NO_0X_HDR_TYPEINDEX. John Maddock 2010-06-11 11:51:24 +0000
  • 10b54dacfc Add BOOST_NO_0X_HDR_TYPEINDEX. John Maddock 2010-06-11 11:21:42 +0000
  • 9704d68804 Merge changes from Trunk - mostly new macro for <typeindex>. John Maddock 2010-06-11 11:16:34 +0000
  • d262f8171c Removed unused includes Robert Ramey 2010-06-11 04:13:56 +0000
  • 0f6576799c fix #3 for version_type Robert Ramey 2010-06-11 04:12:45 +0000
  • df827ffdb0 Separated stream exceptions into input/output Robert Ramey 2010-06-11 04:11:59 +0000
  • 71e4844a9d fix #3 for version_type Robert Ramey 2010-06-11 04:11:22 +0000
  • e3dfb4fa3e Fix como linker problems with static libraries. Steven Watanabe 2010-06-11 04:04:10 +0000
  • bd1a13d028 Add missing #includes. Fixes #3979 Steven Watanabe 2010-06-11 03:49:17 +0000
  • 5f3ffb0766 Add boost_ prefix to extern "C" functions. Fixes #3811 Steven Watanabe 2010-06-11 03:39:22 +0000
  • ce4c1f1636 remove requirement that Generators have proto_base_generator typedef Eric Niebler 2010-06-11 01:34:42 +0000
  • 01c9539b14 #include <osreldate.h> on FreeBSD. Fixes #3897 Steven Watanabe 2010-06-11 01:33:45 +0000
  • c8b6567459 Fixes for como Steven Watanabe 2010-06-11 00:51:35 +0000
  • 1b6fde5241 Update the generated documentation for Boost.Test Steven Watanabe 2010-06-10 22:57:00 +0000
  • 5a0a83fbfa Rename examples. Fixes #4161 Steven Watanabe 2010-06-10 21:56:35 +0000
  • ead81f25a5 Fix file names in the Progam Execution Monitor docs. Fixes #3785. Steven Watanabe 2010-06-10 21:33:46 +0000
  • 83d6965387 Fix file names in the Execution Monitor documentation. Fixes #3784. Steven Watanabe 2010-06-10 21:28:43 +0000
  • 5c9cb856c6 Use > instead of >= for BOOST_<level>_GT. Fixes #3463 Steven Watanabe 2010-06-10 21:14:08 +0000
  • bfbae8492b Put the documentation of logging floating point numbers in the right file. Fixes #3392. Steven Watanabe 2010-06-10 21:03:19 +0000
  • 6191e2ecf9 Fix the reference for report_format and report_level. Fixes #3374 Steven Watanabe 2010-06-10 20:53:47 +0000
  • 2bd19fd25a Use the correct name for BOOST_<level>_EQUAL_COLLECTIONS. Fixes #2717 Steven Watanabe 2010-06-10 20:11:03 +0000
  • 175326a6d1 Use the correct name for detect_memory_leaks (instead of build_info). Fixes #2018 Steven Watanabe 2010-06-10 20:05:41 +0000
  • 1441dab389 Push [48956] back to the Boost.Test documentation source Steven Watanabe 2010-06-10 19:57:00 +0000
  • a60d8414da added msm to library list Christophe Henry 2010-06-10 19:54:38 +0000
  • 9ac12b71f6 Add a 64 bit specialization of low_bits_mask_t. Fixes #4332 Steven Watanabe 2010-06-10 19:49:34 +0000
  • ef19480001 Use the least common multiple of alignments instead of the max. Fixes #993 Steven Watanabe 2010-06-10 18:45:14 +0000
  • e499dc2944 Make sure that recursive_variant_ substitution works in all cases. Fixes #1654 Steven Watanabe 2010-06-10 18:16:19 +0000
  • d1b93d2d70 Tokenizer documentation fixes for ticket 2672. K. Noel Belcourt 2010-06-10 17:53:31 +0000
  • 4b43ecfcaf Fixes #4154. Added iterator validity checks. If TZ string is not valid, the time zone constructor throws instead of crashing. Andrey Semashev 2010-06-10 17:24:38 +0000
  • 3673bde932 One last missing cosmetic change. Andrey Semashev 2010-06-10 17:15:22 +0000
  • bdc762d4f8 Fixed tabs, removed unneeded spaces. Silenced a few warnings on MSVC and made the code compilable if no cwctype header is available. Andrey Semashev 2010-06-10 17:13:14 +0000
  • 2a818b4705 Fixed missing include for wide-charader classification functions. Andrey Semashev 2010-06-10 16:31:38 +0000
  • 6dd70fce5c Merge variant from the trunk. Fixes #1507 Steven Watanabe 2010-06-10 15:32:07 +0000
  • 0327c06532 Merged revisions 62547 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-10 15:26:44 +0000
  • 4c606db9ad Merged revisions 62660-62661 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-10 15:22:27 +0000
  • ea29602be7 Merged revisions 62550,62616,62618 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-10 15:03:27 +0000
  • 5624f6f263 Fix namespace renaming so that it works with current Trunk. John Maddock 2010-06-10 14:59:32 +0000
  • b827c04952 Resolve C++0x ambiguities. Fixes #3073 Steven Watanabe 2010-06-10 14:32:59 +0000
  • f3e5f8b46b capture behavior can specified on a per-domain basis. Finally Eric Niebler 2010-06-10 14:07:00 +0000
  • 862a976a02 Wave: minor edits Hartmut Kaiser 2010-06-10 11:36:09 +0000