Commit Graph

1137 Commits

Author SHA1 Message Date
Edward Diener
e29fca8b37 Merge pull request #1 from danieljames/develop
Update documentation for latest version of Boost Build.
2016-12-03 18:28:18 -05:00
Edward Diener
92c9270832 Merge pull request #30 from danieljames/feature/boost-build-documentation
Update documentation for latest version of Boost Build.
2016-12-03 18:26:57 -05:00
Edward Diener
50ad4c0f63 Just check for libc++ in order to create own codecvt. 2016-11-12 17:12:21 -05:00
Edward Diener
09711242b8 clang using libc++ on Apple needs to be set as having ni primary codecvt definition 2016-11-12 15:34:59 -05:00
Edward Diener
8b9623b7b7 Updated to show configuration info. 2016-11-12 11:59:02 -05:00
Peter Dimov
e6412d0f40 Add .travis.yml 2016-11-11 22:38:11 +02:00
Edward Diener
67356b145c Removed deprecated unary_function and replaced with typedefs 2016-11-08 16:03:50 -05:00
Edward Diener
be9daaf044 Corrected check 2016-11-07 13:17:29 -05:00
Edward Diener
0a87de8932 Use unique_ptr rather than auto_ptr when appropriate. 2016-11-07 11:16:22 -05:00
Edward Diener
379ec3b4ca Changed so that _FPOSOFF is used when available, otherwise the calculation is hardcoded to what is presently in the latest VC++. 2016-10-26 16:21:45 -04:00
Edward Diener
2d5f04e103 Merge branch 'develop' of https://github.com/boostorg/iostreams into develop 2016-10-26 16:20:57 -04:00
Julien Schueller
2f62ba75a6 Undocument ZLIB_* BZIP2_* deleted b2 variables
Removed at 08798f6.
Question: how to configure with zlib support, see https://svn.boost.org/trac/boost/ticket/12505.
2016-10-13 11:48:46 +02:00
Edward Diener
2ef64ae7b0 Changed so that _FPOSOFF is used when available, otherwise the calculation is hardcoded to what is presently in the latest VC++. 2016-09-27 09:41:45 -04:00
Edward Diener
396bdda142 Merge branch 'develop' of https://github.com/boostorg/iostreams into develop 2016-09-19 08:04:23 -04:00
Edward Diener
7c2592c770 Don't use _FPOSOFF on VC++14 on up. 2016-09-16 18:29:04 -04:00
Jonathan Turkanis
ea2082bc1a Merged branch 'develop' into master 2016-09-08 18:54:39 -06:00
Daniel James
e0c352fe0d Update documentation for latest version of Boost Build. 2016-09-05 23:35:36 +01:00
Jonathan Turkanis
ab3eb650a3 Merge pull request #24 from scopeInfinity/changes
Fix for Ticket #11860
2016-08-29 00:10:54 -06:00
Joel Nordell
633e78e076 Do not check length_ before computing CRC.
This fixes a problem where the gzip_decompressor would fail the CRC
check when reading a multipart gzip file that had been written using
Z_FULL_FLUSH, and contains an empty part (with a 0 CRC).

Including a unit test that exposes the bug.
2016-07-12 17:59:44 -05:00
Jürgen Hunold
c1a8c8f083 fix shadow warnings from clang trunk 2016-07-08 18:48:04 +02:00
Nicholas Musolino
ba64838798 Fix minor filtering_streambuf documentation error. Refs #12030 2016-02-28 10:52:57 -05:00
Steven Watanabe
71b4ed2187 Merge remote-tracking branch 'loonycyborg/develop' into develop 2016-02-13 14:50:04 -07:00
Jorge Lodos
4c3ac29369 Fix bugs uncovered by dual seek-able tests. 2016-02-07 22:30:30 -06:00
Jorge Lodos
d248dcd9b4 Add dual seek-able test. 2016-02-07 22:28:22 -06:00
Jorge Lodos
ec09583209 Bugfix in test_seekable_... functions and new dual_seekable_test function. 2016-02-07 22:24:51 -06:00
Jorge Lodos
f15a3178dc Bugfix: container_.size() is a valid value indicating EOF 2016-02-07 22:22:01 -06:00
scopeInfinity
61a91325d9 Fix for Ticket #11860 2015-12-28 12:55:17 +05:30
loonycyborg
08798f6fff Made Jamfile use bzip2 tool instead of old inplace code
This makes it so that there's a proper configuration check for bzip2 too
2015-12-05 01:37:27 +03:00
Vatsal Shah
d5b3195b43 Ticket #11752. Modified return status to return -1 2015-11-06 17:18:34 +05:30
ibrahim.yaniklar
cf7c922c8c Update code_converter.hpp
int buffer_size -> std::streamsize buffer_size
2015-10-02 19:09:45 +03:00
İbrahim Gökhan YANIKLAR
b9e1d1d6d8 Update symmetric.hpp
int buffer_size -> std::streamsize buffer_size
2015-09-29 16:14:12 +03:00
İbrahim Gökhan YANIKLAR
6eb9c6267d Update bzip2.hpp
int buffer_size -> std::streamsize buffer_size
2015-09-29 16:12:59 +03:00
İbrahim Gökhan YANIKLAR
59b1167422 Update gzip.hpp
int buffer_size -> std::streamsize buffer_size
2015-09-29 16:08:51 +03:00
İbrahim Gökhan YANIKLAR
78d2c4b1f5 Update zlib.hpp
int buffer_size -> std::streamsize buffer_size
2015-09-29 16:07:14 +03:00
Joachim Faulhaber
0fbd440e0e Warning fixes: Conversion warnings 2015-09-24 16:21:09 +02:00
Marcel Raad
9e31b98833 Fix MSVC compiler warnings
- silenced narrowing conversion warnings with explicit casts
- fixed a variable shadowing warning by removing an unused variable
2015-09-17 13:08:11 +02:00
Tim Blechmann
d105acc874 gzip: silence 'unused parameter' warning 2015-09-17 12:19:43 +02:00
İbrahim Gökhan YANIKLAR
1fd38cd1d9 Update file_descriptor.cpp
Openmode compatibility to C++ standard
2015-09-16 16:03:35 +03:00
İbrahim Gökhan YANIKLAR
2d9e91bad3 Ticket #7810
zlib_error::check throws on Z_BUF_ERROR
2015-09-14 15:24:29 +03:00
İbrahim Gökhan YANIKLAR
82e5005408 Ticket #7810
zlib_error::check throws on Z_BUF_ERROR
2015-09-14 15:17:33 +03:00
Jonathan Turkanis
e21ce6efba 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
Jonathan Turkanis
b8db28c0ac fix for bug #5237 2015-09-01 19:15:10 -06:00
Jonathan Turkanis
3e19a4d8b4 added template constructor to gzip_alloc to support conversion from related allocator types 2015-08-31 23:15:16 -06:00
Vladimir Prus
d04e2e0a06 Merge pull request #12 from alexhenrie/develop
Correct spelling of "suppress"
2015-08-15 15:39:11 +03:00
Rogerio dos Santos
e2bd8b2baa Included VxWorks as one of the platforms that does not use std::fpos from the Dinkumware Standard Library
Included VxWorks as one of the platforms that does not use std::fpos
from the Dinkumware Standard Library. This will allow it to compile
properly on VxWorks.
2015-03-02 14:23:15 -06:00
Steven Watanabe
95515196ce Make sure that -sNO_ZLIB=1 and -sNO_COMPRESSION=1 disable zlib. Fixes #9156. 2015-02-28 20:19:33 -07:00
Alex Henrie
61ba23892f Correct spelling of "suppress" 2015-02-07 01:59:21 -07:00
Daniel James
a5b52f079b Add metadata file. 2015-01-25 21:33:40 +02:00
Peter Dimov
65709c75cd Merge pull request #8 from danieljames/metadata
Create metadata file.
2015-01-25 20:33:37 +02:00
Daniel James
479c8218f0 Add metadata file. 2014-08-18 15:00:14 +01:00