a1677ea5c7fixed error reported by clang
Christophe Henry
2010-06-18 10:46:33 +0000
e9f5db702bcorrected error with Intel compiler
Christophe Henry
2010-06-18 09:07:46 +0000
c5919cbb92Include <cmath> where it is needed
Douglas Gregor
2010-06-18 00:15:27 +0000
4e0c1c6c68short 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
9508f71e20added reverse_fold/iter_fold/reverse_iter_fold (1)
Christopher Schmidt
2010-06-17 21:21:37 +0000
b1f0933515corrected inspection report warning
Christophe Henry
2010-06-17 20:58:48 +0000
429f3eaa46corrected inspection report warnings
Christophe Henry
2010-06-17 20:52:34 +0000
ce4e7933e4corrected clang errors
Christophe Henry
2010-06-17 20:23:54 +0000
36106572c1added msm
Christophe Henry
2010-06-17 19:47:50 +0000
80bce6615fAllow bzip2_decompressor to process multiple concatenated streams. Fixes#3853.
Steven Watanabe
2010-06-17 19:14:14 +0000
451925fbc6added msm
Christophe Henry
2010-06-17 18:15:19 +0000
14208af96bMade OSPF example run correctly
Jeremiah Willcock
2010-06-17 17:46:46 +0000
816656be4aAdded 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
44d09de619Make basic_file and basic_file_sync Flushable. Fixes#2998.
Steven Watanabe
2010-06-17 15:19:32 +0000
1247501dd5Fix gzip errors. direct_streambuf should always have true_eof set.
Steven Watanabe
2010-06-17 14:32:06 +0000
25e5489fd2final(?) tweak to description of domain deduction
Eric Niebler
2010-06-17 04:15:40 +0000
2f81873982Make sure that direct_streambuf and indirect_streambuf are reset correctly on open. Fixes#4102.
Steven Watanabe
2010-06-17 03:46:38 +0000
1ef8b60a6cReplace GENERIC_ALL with GENERIC_READ | GENERIC_WRITE. Fixes#2996.
Steven Watanabe
2010-06-17 03:19:04 +0000
c490657b8eMake concept_adapter work with custom char_traits. Fixes#2356.
Steven Watanabe
2010-06-17 02:52:42 +0000
8748103ddcFix definition of multichar_dual_use_filter_tag. Fixes#3689.
Steven Watanabe
2010-06-17 02:05:36 +0000
bbe3459c10Quiet compiler warning. Refs #4354.
Frank Mori Hess
2010-06-17 01:48:54 +0000
615b590e57Make gzip_decompressor a DualUseFilter. Fixes#1579.
Steven Watanabe
2010-06-17 01:37:02 +0000
5b3173d760fix for more clang warnings and errors
Luke Simonson
2010-06-16 21:24:27 +0000
3c9b40cbe2fix description of how domains are deduced
Eric Niebler
2010-06-15 21:49:24 +0000
958b3798c0Updated OSPF example to use now GraphViz interfaces
Jeremiah Willcock
2010-06-15 21:08:36 +0000
8a0f5d7fbfChanged 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
bae4527f98Added OSPF to example list to compile automatically
Jeremiah Willcock
2010-06-15 21:01:37 +0000
caf5beabf8Reverted r62693 (order of discover_vertex and examine_edge); refs #3137
Jeremiah Willcock
2010-06-15 20:59:42 +0000
48aac8aae0corrected error version_type <- item_version_type
Robert Ramey
2010-06-15 20:07:27 +0000
31c89ad2c9Make aggregate_filter work with wide characters. Fixes#3851.
Steven Watanabe
2010-06-15 19:54:45 +0000
207bc72f94Fix Boost.Test on Sun.
Steven Watanabe
2010-06-15 18:55:48 +0000
aa355f8d0dfix 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
43f0cc723dMake 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
ea02b63dcdfix for clang compile errors
Luke Simonson
2010-06-15 16:52:08 +0000
7e7a584f21Reorder code to workaround clang problem (Chris Jefferson)
Beman Dawes
2010-06-15 15:40:04 +0000
5e0a85bbacFix openmode error handling for Posix systems.
Steven Watanabe
2010-06-15 14:43:20 +0000
13dea6adb2Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk.
Ronald Garcia
2010-06-15 12:04:50 +0000
686bb1cd38Fix infinite loop in symmetric_filter_test
Steven Watanabe
2010-06-15 04:16:11 +0000
1a6d82562eThrow 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
559e76f833make 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
870abfcc92Fixed 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
caade3e81eMake 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
18d9b3ea92Make sure that compressing an empty string works.
Steven Watanabe
2010-06-15 01:02:06 +0000