Steven Watanabe
|
aa88dde4e4
|
Sync html/boostbook.css with src/boostbook.css
[SVN r63019]
|
2010-06-16 14:02:51 +00:00 |
|
Eric Niebler
|
bc60744114
|
fix description of domain deduction (again)
[SVN r63016]
|
2010-06-16 12:44:06 +00:00 |
|
Niels Dekker
|
a7cd63dbee
|
Added value_init_workaround_test, reviewed by Fernando Cacciola, see #3869
[SVN r63014]
|
2010-06-16 08:45:43 +00:00 |
|
Steven Watanabe
|
34f34a8272
|
Use long instead of int to match iword and avoid warnings.
[SVN r63012]
|
2010-06-16 03:32:16 +00:00 |
|
Steven Watanabe
|
e2915d8f35
|
Fix Boost.Test on msvc 7.1 based on a patch from David Walthall
[SVN r63010]
|
2010-06-16 02:31:08 +00:00 |
|
Steven Watanabe
|
e854185991
|
Protect Boost.Pool from evil #defines of malloc and free. Fixes #4346.
[SVN r63009]
|
2010-06-16 02:27:17 +00:00 |
|
Steven Watanabe
|
6c2d92b065
|
Make symmetric_filter compile with wchar_t. Fixes #3279.
[SVN r63006]
|
2010-06-15 22:24:24 +00:00 |
|
Eric Niebler
|
3c9b40cbe2
|
fix description of how domains are deduced
[SVN r63004]
|
2010-06-15 21:49:24 +00:00 |
|
Jeremiah Willcock
|
958b3798c0
|
Updated OSPF example to use now GraphViz interfaces
[SVN r63002]
|
2010-06-15 21:08:36 +00:00 |
|
Jeremiah Willcock
|
8a0f5d7fbf
|
Changed write_graphviz dynamic_properties overloads to write_graphviz_dp to disambiguate them, plus removed more obsolete GraphViz reader stuff
[SVN r63000]
|
2010-06-15 21:07:22 +00:00 |
|
Jeremiah Willcock
|
bae4527f98
|
Added OSPF to example list to compile automatically
[SVN r62999]
|
2010-06-15 21:01:37 +00:00 |
|
Jeremiah Willcock
|
caf5beabf8
|
Reverted r62693 (order of discover_vertex and examine_edge); refs #3137
[SVN r62998]
|
2010-06-15 20:59:42 +00:00 |
|
Robert Ramey
|
48aac8aae0
|
corrected error version_type <- item_version_type
[SVN r62995]
|
2010-06-15 20:07:27 +00:00 |
|
Steven Watanabe
|
31c89ad2c9
|
Make aggregate_filter work with wide characters. Fixes #3851.
[SVN r62994]
|
2010-06-15 19:54:45 +00:00 |
|
Steven Watanabe
|
207bc72f94
|
Fix Boost.Test on Sun.
[SVN r62992]
|
2010-06-15 18:55:48 +00:00 |
|
Luke Simonson
|
aa355f8d0d
|
fix for signed unsigned comparison warning and hard coding of int for coordinate type in new resizing algorithms
[SVN r62987]
|
2010-06-15 17:37:23 +00:00 |
|
Steven Watanabe
|
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.
[SVN r62984]
|
2010-06-15 17:07:54 +00:00 |
|
Luke Simonson
|
ea02b63dcd
|
fix for clang compile errors
[SVN r62981]
|
2010-06-15 16:52:08 +00:00 |
|
Beman Dawes
|
7e7a584f21
|
Reorder code to workaround clang problem (Chris Jefferson)
[SVN r62976]
|
2010-06-15 15:40:04 +00:00 |
|
Steven Watanabe
|
5e0a85bbac
|
Fix openmode error handling for Posix systems.
[SVN r62972]
|
2010-06-15 14:43:20 +00:00 |
|
Ronald Garcia
|
13dea6adb2
|
Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk.
[SVN r62969]
|
2010-06-15 12:04:50 +00:00 |
|
Steven Watanabe
|
686bb1cd38
|
Fix infinite loop in symmetric_filter_test
[SVN r62966]
|
2010-06-15 04:16:11 +00:00 |
|
Steven Watanabe
|
1a6d82562e
|
Throw an exception on an unexpected end of file in bzip2_decompressor instead of going into an infinite loop. Fixes #2783.
[SVN r62965]
|
2010-06-15 02:52:42 +00:00 |
|
Eric Niebler
|
559e76f833
|
make the reference agree with the implementation about the behavior of deduce_domain, as_child, as_expr, make_expr and unpack_expr
[SVN r62964]
|
2010-06-15 02:07:23 +00:00 |
|
Ronald Garcia
|
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).
[SVN r62963]
|
2010-06-15 01:40:31 +00:00 |
|
Steven Watanabe
|
caade3e81e
|
Make sure that the bzip2 filters can be closed even if no input has been read. Fixes #3348.
[SVN r62962]
|
2010-06-15 01:22:50 +00:00 |
|
Joel de Guzman
|
39a49931d1
|
#4143 fix (patch applied)
[SVN r62961]
|
2010-06-15 01:18:35 +00:00 |
|
Steven Watanabe
|
18d9b3ea92
|
Make sure that compressing an empty string works.
[SVN r62960]
|
2010-06-15 01:02:06 +00:00 |
|
Steven Watanabe
|
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.)
[SVN r62957]
|
2010-06-14 23:36:43 +00:00 |
|
Luke Simonson
|
6cc6239f0b
|
fix for compilation errors in gcc 4.5.0 thanks to Thomas Klimpel's patch
[SVN r62956]
|
2010-06-14 22:47:23 +00:00 |
|
Steven Watanabe
|
8fdaf5223a
|
Don't end the stream produced by a reading through a symmetric_filter prematurely. Fixes #2318.
[SVN r62952]
|
2010-06-14 21:42:23 +00:00 |
|
Eric Niebler
|
92209341f7
|
as_expr and as_child no longer run objects that are already proto expressions through the domain's generator
[SVN r62951]
|
2010-06-14 21:26:12 +00:00 |
|
Douglas Gregor
|
586e9b81b4
|
Clang passes all value-initialization tests now
[SVN r62950]
|
2010-06-14 21:18:57 +00:00 |
|
Luke Simonson
|
87b15955df
|
fix remaining inspect errors in docs
[SVN r62946]
|
2010-06-14 18:39:13 +00:00 |
|
Steven Watanabe
|
de76957a77
|
Allow building zlib 1.2.4+, using a glob to include only source files that actually exist. Fixes #4091.
[SVN r62937]
|
2010-06-14 17:48:16 +00:00 |
|
Beman Dawes
|
ccfd43911f
|
Fix Apple breakage caused by moving utf8_codecvt_facet.hpp
[SVN r62936]
|
2010-06-14 17:40:50 +00:00 |
|
Steven Watanabe
|
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.
[SVN r62935]
|
2010-06-14 16:09:47 +00:00 |
|
Steven Watanabe
|
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.
[SVN r62934]
|
2010-06-14 15:56:00 +00:00 |
|
Jeremiah Willcock
|
3c278233a5
|
Fixed graph construction; fixes #4342
[SVN r62933]
|
2010-06-14 15:37:53 +00:00 |
|
Jeremiah Willcock
|
ef8cbb87e3
|
Fixed missing variables; fixes #4343
[SVN r62932]
|
2010-06-14 15:36:12 +00:00 |
|
Eric Niebler
|
b21c3b1ede
|
fix return type calculation of already_expr and already_child
[SVN r62927]
|
2010-06-14 05:22:36 +00:00 |
|
Eric Niebler
|
8c86a6ad4f
|
sigh, add back some ADL-blocker namespaces
[SVN r62926]
|
2010-06-14 02:47:07 +00:00 |
|
Marshall Clow
|
d2a34d70d9
|
Typo; fixes #2891
[SVN r62925]
|
2010-06-14 01:33:59 +00:00 |
|
Beman Dawes
|
d5cf4526da
|
Fix #3863, stream I/O with space in named failed to roundtrip
[SVN r62919]
|
2010-06-13 17:33:39 +00:00 |
|
Christophe Henry
|
e96a1e80ed
|
minor doc update
[SVN r62918]
|
2010-06-13 17:14:31 +00:00 |
|
Beman Dawes
|
4211aee5e1
|
Merge branches/filesystem3. Supplies single library supporting both Version 2 and Version 3.
[SVN r62912]
|
2010-06-13 16:18:16 +00:00 |
|
Steven Watanabe
|
4e47456741
|
Document missing members of file_descriptor*. Fixes #3955.
[SVN r62909]
|
2010-06-13 15:09:16 +00:00 |
|
Steven Watanabe
|
1a2560dd86
|
Use the correct variable type to save the result of count_extra_bits(). Fixes #4022.
[SVN r62898]
|
2010-06-13 04:36:50 +00:00 |
|
Steven Watanabe
|
94ea2b5075
|
Cast an anonymous enum to bool. Fixes #4025.
[SVN r62897]
|
2010-06-13 04:23:35 +00:00 |
|
Steven Watanabe
|
33543452dd
|
Delay the warning that the Boost.Python Jamfile emits, until someone actually tries to use the library. Fixes #2417.
[SVN r62895]
|
2010-06-13 04:00:10 +00:00 |
|