summaryrefslogtreecommitdiff
path: root/libtiff/tif_stream.cxx
Commit message (Expand)AuthorAgeFilesLines
* * tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logicalbfriesen2015-05-281-7/+8
* * libtiff/tif_stream.cxx: Fix warnings about unused parameters.bfriesen2014-12-261-1/+5
* * libtiff/tif_stream.cxx: warnings cleanupfaxguy2010-12-111-10/+10
* Put all callback functions declarations inside extern "C" block.dron2007-07-191-2/+3
* Declare callback functions to use C linkage.bfriesen2007-07-111-7/+23
* * libtiff/tif_stream.cxx: Adapt to use toff_t again. Update tobfriesen2007-07-111-58/+164
* Updated for "large" I/O.bfriesen2007-06-291-40/+47
* Added support for OpenVMS.dron2006-04-211-1/+7
* Include tiffiop.h before iostream.dron2005-07-261-2/+2
* Use ios namespace instead of ios_base to support GCC 2.95.dron2005-03-051-3/+3
* Fixes for C++ stream interface from Michael Rinne and Edward Lam.dron2005-01-301-25/+100
* C++ stream interface updated to be compliant with the latest standard.dron2004-11-131-7/+9
* Added C++ stream interface contributed by Edward Lam (seedron2004-11-071-0/+212