iostreams/test
jbonyun 06cf1df4f3 LZMA thread support (#95)
* default setting is to use one thead
* multiple threads can be set using the lzma options
* old behavior can be forced by defining BOOST_IOSTREAMS_LZMA_NO_MULTITHREADED
2019-05-28 19:49:25 -04:00
..
detail clean up some coverity-identified issues, mostly uninitialized class members 2018-08-13 22:28:27 -04:00
array_test.cpp Fix C++11 array ambiguity in iostreams tests. 2013-05-26 14:16:44 +00:00
auto_close_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
bool_trait_test.cpp merged changes from iostreams_dev, revisions 43243-43298: overhaul of category_of and close(): stringstream is now dual_seekable; standard file streams and string streams are closable; public Boost.Iostreams streams and streambufs are closable; close() pops filtering streams and streambufs 2008-02-18 05:48:13 +00:00
buffer_size_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
bzip2_test.cpp Fix processing of multi-stream files (#87) 2019-05-24 08:29:54 -04:00
close_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
code_converter_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
combine_test.cpp merged changes from iostreams_dev, revisions 42962-43059: updated copyright notices 2008-02-02 22:10:46 +00:00
component_access_test.cpp remove dependence on <typeinfo> header 2018-11-03 09:20:43 -04:00
compose_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
copy_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
counter_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
deprecated_file_descriptor_test.cpp Fix inspect issues. 2010-07-08 20:48:30 +00:00
direct_adapter_test.cpp Fix C++11 array ambiguity in iostreams tests. 2013-05-26 14:16:44 +00:00
dual_seekable_test.cpp Added temp_file include. 2016-12-10 12:33:04 -05:00
example_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
execute_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
file_descriptor_test.cpp Updated file descriptor code and tests 2016-12-07 01:43:17 -05:00
file_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
filter_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
filtering_stream_flush_test.hpp Fix flush regression. Fixes #4590. 2011-02-11 16:18:33 +00:00
filtering_stream_test.cpp Fix flush regression. Fixes #4590. 2011-02-11 16:18:33 +00:00
finite_state_filter_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
flush_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
grep_test.cpp ptrdiff_t is in std. Refs #2505. 2010-03-14 18:04:30 +00:00
gzip_test.cpp Do not check length_ before computing CRC. 2016-07-12 17:59:44 -05:00
invert_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
Jamfile.v2 Added CI framework 2018-07-30 09:14:56 -04:00
large_file_test.cpp merged branch 'bugfix/warnings-2015-09-01' into develop; silenced numerous compiler warnings for msvc, gcc, and clang 2015-09-03 15:50:36 -04:00
line_filter_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
lzma_test.cpp LZMA thread support (#95) 2019-05-28 19:49:25 -04:00
mapped_file_test.cpp Fixed typo in test message in test/mapped_file_test.cpp 2019-03-25 08:11:28 -04:00
newline_test.cpp Iostreams: Fix test for latest Boost.Test changes. 2012-02-11 12:34:30 +00:00
null_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
operation_sequence_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
path_test.cpp Detab 2013-05-30 08:28:24 +00:00
pipeline_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
putback_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_bidir_filter_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_bidir_streambuf_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_bidir_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_input_filter_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_input_istream_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_input_seq_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_input_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_nonblocking_test.cpp Fixed non-blocking adapter read() data overwrite and infinite loop. 2018-03-02 11:37:50 +01:00
read_seekable_seq_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
read_seekable_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
regex_filter_test.cpp Make aggregate_filter work with wide characters. Fixes #3851. 2010-06-15 19:54:45 +00:00
restrict_test.cpp Added CI framework 2018-07-30 09:14:56 -04:00
seek_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
seekable_file_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
seekable_filter_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
sequence_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
slice_test.cpp Added CI framework 2018-07-30 09:14:56 -04:00
stdio_filter_test.cpp Removed executable flag. 2017-09-16 07:15:09 -04:00
stream_offset_32bit_test.cpp merged changes from iostreams_dev, revisions 42962-43059: updated copyright notices 2008-02-02 22:10:46 +00:00
stream_offset_64bit_test.cpp Fix some inspect errors. 2010-04-05 07:24:27 +00:00
stream_state_test.cpp Added CI framework 2018-07-30 09:14:56 -04:00
symmetric_filter_test.cpp Make symmetric_filter compile with wchar_t. Fixes #3279. 2010-06-15 22:24:24 +00:00
tee_test.cpp Fix tee_test on C++03 compilers. 2013-05-06 10:29:00 +00:00
wide_stream_test.cpp Explicitly qualify call to equal for compilers which find it ambiguous. 2010-03-31 21:42:32 +00:00
windows_pipe_test.cpp lowercase win32 header to fix cross-compilation 2017-07-31 22:25:52 +02:00
write_bidir_filter_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_bidir_streambuf_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_bidir_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_failure_test.cpp Fix endless loop when writing to file exceeds quota. 2017-07-03 19:31:00 +02:00
write_output_filter_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_output_iterator_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_output_ostream_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_output_seq_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_output_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_seekable_seq_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
write_seekable_test.hpp Removed executable flag. 2017-09-16 07:15:09 -04:00
zlib_test.cpp Make sure that the bzip2 filters can be closed even if no input has been read. Fixes #3348. 2010-06-15 01:22:50 +00:00
zstd_test.cpp Add zstd compression/decompression filter. 2018-03-24 19:55:17 +01:00