ec795cc8aaAvoid 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
6cc6239f0bfix for compilation errors in gcc 4.5.0 thanks to Thomas Klimpel's patch
Luke Simonson
2010-06-14 22:47:23 +0000
8fdaf5223aDon't end the stream produced by a reading through a symmetric_filter prematurely. Fixes#2318.
Steven Watanabe
2010-06-14 21:42:23 +0000
92209341f7as_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
586e9b81b4Clang passes all value-initialization tests now
Douglas Gregor
2010-06-14 21:18:57 +0000
87b15955dffix remaining inspect errors in docs
Luke Simonson
2010-06-14 18:39:13 +0000
de76957a77Allow 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
ccfd43911fFix Apple breakage caused by moving utf8_codecvt_facet.hpp
Beman Dawes
2010-06-14 17:40:50 +0000
6c274aa0b4Open 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
a6b80bf494Rejigger 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
d5cf4526daFix#3863, stream I/O with space in named failed to roundtrip
Beman Dawes
2010-06-13 17:33:39 +0000
e96a1e80edminor doc update
Christophe Henry
2010-06-13 17:14:31 +0000
4211aee5e1Merge branches/filesystem3. Supplies single library supporting both Version 2 and Version 3.
Beman Dawes
2010-06-13 16:18:16 +0000
4e47456741Document missing members of file_descriptor*. Fixes#3955.
Steven Watanabe
2010-06-13 15:09:16 +0000
1a2560dd86Use the correct variable type to save the result of count_extra_bits(). Fixes#4022.
Steven Watanabe
2010-06-13 04:36:50 +0000
94ea2b5075Cast an anonymous enum to bool. Fixes#4025.
Steven Watanabe
2010-06-13 04:23:35 +0000
33543452ddDelay 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
732225df4dFix markup problems reported by Eric Niebler.
Steven Watanabe
2010-06-13 03:08:36 +0000
f79ebd7b7eExplicitly cast array::static_size to an int. Fixes#2761
Steven Watanabe
2010-06-13 03:06:14 +0000
8b472b6b46Ticket 4337
Emil Dotchevski
2010-06-13 02:35:15 +0000
4fda065f11Fix headers for set_fwd and map_fwd. Fixes#3237
Steven Watanabe
2010-06-13 01:45:12 +0000
8dd7e69035Translate fusion iterator categories to MPL iteraotr categories for fusion_iterator. Fixes#3204.
Steven Watanabe
2010-06-13 01:22:41 +0000
38c65f9817Clean up GCC warnings. Fixes#3033.
Steven Watanabe
2010-06-12 17:59:10 +0000
be074ee199improved diagnostic for failures
Robert Ramey
2010-06-12 16:03:44 +0000
567daafe11Clean up MSVC build. Fixes#1619. Fixes#3074.
Steven Watanabe
2010-06-12 15:58:31 +0000
b07a1f0bddMerged the fix for ticket 1755.
Andrey Semashev
2010-06-12 12:06:28 +0000
8ee4f45976Merge mostly cosmetic fixes from Trunk
John Maddock
2010-06-12 09:55:44 +0000
1ef8490f36Merge fixes from Trunk: mainly VC10 compatibility fixes.
John Maddock
2010-06-12 09:30:03 +0000
f5df511f92Merge fixes from Trunk.
John Maddock
2010-06-12 08:33:32 +0000
37f3e7abbaMerged accumulated patches from Trunk.
John Maddock
2010-06-12 08:30:11 +0000
a0e5253c47document new domain-specific as_expr and as_child customization points
Eric Niebler
2010-06-12 04:36:24 +0000
f929e523a8Fix #include guard of boost/fusion/include/has_key.hpp. Fixes#4070
Steven Watanabe
2010-06-12 00:52:14 +0000
7df4f220f4Update Borland workarounds. Fixes#3162
Steven Watanabe
2010-06-12 00:28:54 +0000
8c0058df4aMake Boost.Format work with the default libCstd on sun CC. Fixes#3894
Steven Watanabe
2010-06-11 23:13:32 +0000
b605eda780Removed #include <boost/detail/workaround.hpp> from exception.hpp, requested by Emil, see #4068.
Niels Dekker
2010-06-11 23:01:31 +0000
78d9960c67Update list_test.gold.
Daniel James
2010-06-11 23:00:56 +0000
c42b1c3796Ticket #4104
Emil Dotchevski
2010-06-11 22:18:30 +0000
9126b0709eAdded 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
38a1f2f5d0Fix license per inspection report.
K. Noel Belcourt
2010-06-11 19:52:26 +0000
ae21dce9b8unit tests for general polygon resizing bug fix
Luke Simonson
2010-06-11 18:59:41 +0000
570dce5773fixing 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
06b015fc1fAdd BOOST_IOSTREAMS_DECL to file_descriptor_source and file_descriptor_sink. Fixes#4335.
Steven Watanabe
2010-06-11 18:55:31 +0000
b4422ce490fixing documentation inspection errors related to presentation
Luke Simonson
2010-06-11 18:52:22 +0000
1176ae06a0Use the convertible_function typedef instead of the raw function pointer type. Fixes#903
Steven Watanabe
2010-06-11 18:06:25 +0000
50fbfcb0f1Improved test failure reporting for class A test class.
Robert Ramey
2010-06-11 16:24:41 +0000
af94ae10eeSupress MSVC /Wp64 warnings. Fixes#4184
Steven Watanabe
2010-06-11 16:12:39 +0000
be1aadbfcdCall 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
d6961203dfFix non-friend stream operator of thread::id
Steven Watanabe
2010-06-11 14:49:07 +0000
674e50a1f9Fix -Wshadow warnings. Fixes#4017
Steven Watanabe
2010-06-11 13:55:31 +0000
3857bea4baattempt to fix portability regression, eliminate unnecessary is_expr instantiations
Eric Niebler
2010-06-11 13:49:00 +0000
cf836def6cGet gcc linking options consistent.
John Maddock
2010-06-11 11:52:25 +0000
a31dd8e115Add BOOST_NO_0X_HDR_TYPEINDEX.
John Maddock
2010-06-11 11:51:24 +0000
10b54dacfcAdd BOOST_NO_0X_HDR_TYPEINDEX.
John Maddock
2010-06-11 11:21:42 +0000
9704d68804Merge changes from Trunk - mostly new macro for <typeindex>.
John Maddock
2010-06-11 11:16:34 +0000
d262f8171cRemoved unused includes
Robert Ramey
2010-06-11 04:13:56 +0000
0f6576799cfix#3 for version_type
Robert Ramey
2010-06-11 04:12:45 +0000
df827ffdb0Separated stream exceptions into input/output
Robert Ramey
2010-06-11 04:11:59 +0000
71e4844a9dfix#3 for version_type
Robert Ramey
2010-06-11 04:11:22 +0000
e3dfb4fa3eFix como linker problems with static libraries.
Steven Watanabe
2010-06-11 04:04:10 +0000
bd1a13d028Add missing #includes. Fixes#3979
Steven Watanabe
2010-06-11 03:49:17 +0000
5f3ffb0766Add boost_ prefix to extern "C" functions. Fixes#3811
Steven Watanabe
2010-06-11 03:39:22 +0000
ce4c1f1636remove 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
c8b6567459Fixes for como
Steven Watanabe
2010-06-11 00:51:35 +0000
1b6fde5241Update the generated documentation for Boost.Test
Steven Watanabe
2010-06-10 22:57:00 +0000
5a0a83fbfaRename examples. Fixes#4161
Steven Watanabe
2010-06-10 21:56:35 +0000
ead81f25a5Fix file names in the Progam Execution Monitor docs. Fixes#3785.
Steven Watanabe
2010-06-10 21:33:46 +0000
83d6965387Fix file names in the Execution Monitor documentation. Fixes#3784.
Steven Watanabe
2010-06-10 21:28:43 +0000
5c9cb856c6Use > instead of >= for BOOST_<level>_GT. Fixes#3463
Steven Watanabe
2010-06-10 21:14:08 +0000
bfbae8492bPut the documentation of logging floating point numbers in the right file. Fixes#3392.
Steven Watanabe
2010-06-10 21:03:19 +0000
6191e2ecf9Fix the reference for report_format and report_level. Fixes#3374
Steven Watanabe
2010-06-10 20:53:47 +0000
2bd19fd25aUse the correct name for BOOST_<level>_EQUAL_COLLECTIONS. Fixes#2717
Steven Watanabe
2010-06-10 20:11:03 +0000
175326a6d1Use the correct name for detect_memory_leaks (instead of build_info). Fixes#2018
Steven Watanabe
2010-06-10 20:05:41 +0000
1441dab389Push [48956] back to the Boost.Test documentation source
Steven Watanabe
2010-06-10 19:57:00 +0000
a60d8414daadded msm to library list
Christophe Henry
2010-06-10 19:54:38 +0000
9ac12b71f6Add a 64 bit specialization of low_bits_mask_t. Fixes#4332
Steven Watanabe
2010-06-10 19:49:34 +0000
ef19480001Use the least common multiple of alignments instead of the max. Fixes#993
Steven Watanabe
2010-06-10 18:45:14 +0000
e499dc2944Make sure that recursive_variant_ substitution works in all cases. Fixes#1654
Steven Watanabe
2010-06-10 18:16:19 +0000
d1b93d2d70Tokenizer documentation fixes for ticket 2672.
K. Noel Belcourt
2010-06-10 17:53:31 +0000
4b43ecfcafFixes#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
3673bde932One last missing cosmetic change.
Andrey Semashev
2010-06-10 17:15:22 +0000
bdc762d4f8Fixed 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
2a818b4705Fixed missing include for wide-charader classification functions.
Andrey Semashev
2010-06-10 16:31:38 +0000
6dd70fce5cMerge variant from the trunk. Fixes#1507
Steven Watanabe
2010-06-10 15:32:07 +0000