summaryrefslogtreecommitdiff
path: root/libtiff/tif_stream.cxx
Commit message (Expand)AuthorAgeFilesLines
* tabs are hardPaul Kehrer2018-01-311-2/+2
* use hard tabs like the rest of the projectPaul Kehrer2018-01-301-4/+4
* Fix a memory leak in TIFFStreamOpenPaul Kehrer2018-01-301-0/+6
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "LogicalBob Friesenhahn2015-05-281-7/+8
* * libtiff/tif_stream.cxx: Fix warnings about unused parameters.Bob Friesenhahn2014-12-261-1/+5
* * libtiff/tif_stream.cxx: warnings cleanupLee Howard2010-12-111-10/+10
* Put all callback functions declarations inside extern "C" block.Andrey Kiselev2007-07-191-2/+3
* Declare callback functions to use C linkage.Bob Friesenhahn2007-07-111-7/+23
* * libtiff/tif_stream.cxx: Adapt to use toff_t again. Update toBob Friesenhahn2007-07-111-58/+164
* Updated for "large" I/O.Bob Friesenhahn2007-06-291-40/+47
* Added support for OpenVMS.Andrey Kiselev2006-04-211-1/+7
* Include tiffiop.h before iostream.Andrey Kiselev2005-07-261-2/+2
* Use ios namespace instead of ios_base to support GCC 2.95.Andrey Kiselev2005-03-051-3/+3
* Fixes for C++ stream interface from Michael Rinne and Edward Lam.Andrey Kiselev2005-01-301-25/+100
* C++ stream interface updated to be compliant with the latest standard.Andrey Kiselev2004-11-131-7/+9
* Added C++ stream interface contributed by Edward Lam (seeAndrey Kiselev2004-11-071-0/+212