Commit Graph

9 Commits

Author SHA1 Message Date
Daniel James
c7d5cdae5b Fix tee_test on C++03 compilers.
The constructor from std::string is apparently a C++11 feature.

[SVN r84163]
2013-05-06 10:29:00 +00:00
Steven Watanabe
a509f5feba Make tee work correctly for std::streams. Fixes #8315.
[SVN r83505]
2013-03-20 15:45:41 +00:00
Daniel James
581486bcf0 Use unique_path instead of tmpnam. Refs #2325.
[SVN r63429]
2010-06-29 14:13:52 +00:00
Jonathan Turkanis
29af23da89 made tee work with input streams (fixes #791)
[SVN r45752]
2008-05-25 22:03:22 +00:00
Jonathan Turkanis
ecbd2bd5e8 merged changes from iostreams_dev, revisions 42962-43059: updated copyright notices
[SVN r43061]
2008-02-02 22:10:46 +00:00
Jonathan Turkanis
f735f49547 copy.hpp:
fix for Visual Age: std::min was passed arguments of different types; replaced std:: min with conditional

detail/streambuf/indirect_streambuf.hpp: 

    removed trailing comma in enum definition

test/combine_test.cpp:
test/symmetric_filter_test.cpp:
test/compose_test.cpp:
test/close_test.cpp:
test/invert_test.cpp:
test/tee_test.cpp:
test/restrict_test.cpp:
test/Jamfile.v2:

    moved tests for close() into the test files for various adapters

[SVN r42544]
2008-01-06 18:32:05 +00:00
Jonathan Turkanis
509d6204eb added tee_device tests
[SVN r29133]
2005-05-21 20:25:30 +00:00
Jonathan Turkanis
58b65b7b7e added support for non-blocking i/o
[SVN r28426]
2005-04-22 19:29:05 +00:00
Jonathan Turkanis
088221f841 initial commitment
[SVN r28131]
2005-04-11 15:41:45 +00:00