summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* Add additional TIFF_SSIZE_FORMAT usesRoger Leigh2021-02-052-3/+3
* NMake fixes for size type formattingRoger Leigh2021-02-042-1/+4
* Add TIFF_SIZE_FORMAT for portable use of %zRoger Leigh2021-02-044-3/+21
* Align Autoconf tif_config.h and CMake tif_config.cmake.inRoger Leigh2021-02-043-29/+178
* Use TIFF_SSIZE_FORMAT for formatting tmsize_tRoger Leigh2021-02-048-20/+28
* Merge branch 'remove-lcc' into 'master'Even Rouault2021-02-041-128/+0
|\
| * Remove Makefile.lccRoger Leigh2021-02-031-128/+0
* | Merge branch 'remove-scons' into 'master'Even Rouault2021-02-043-73/+0
|\ \
| * | Remove SCons buildRoger Leigh2021-02-033-73/+0
| |/
* | Use C99 snprintfRoger Leigh2021-02-014-27/+0
|/
* Merge branch 'c99-strtol' into 'master'Even Rouault2021-02-012-18/+0
|\
| * Use C99 strtol, strtoul, strtoll and strtoullRoger Leigh2021-01-312-18/+0
* | tif_fax3: Use C99 inlineRoger Leigh2021-01-311-12/+2
* | Remove inline feature tests and definesRoger Leigh2021-01-312-14/+0
|/
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-2822-527/+343
* Merge branch 'c99-require-stdtypes' into 'master'Even Rouault2021-01-2749-3806/+3656
|\
| * Add and enable TIFF_DISABLE_DEPRECATED for internal useRoger Leigh2021-01-221-0/+2
| * Add typedef deprecations for GCC/Clang and MSVCRoger Leigh2021-01-211-9/+18
| * Use standard C99 integer typesRoger Leigh2021-01-2149-3806/+3645
* | tiff.h: reserve COMPRESSION_JXL=50002 for JPEGXLEven Rouault2021-01-221-0/+1
|/
* Remove HAVE_INTTYPES_H, HAVE_LFIND & lfind, HAVE_SEARCH_H & include <search.h>Kurt Schwehr2021-01-153-19/+0
* Merge branch 'rm-strcasecmp' into 'master'Even Rouault2021-01-151-3/+0
|\
| * Remove port/strcasecmp.c as strcasecmp is not currently used in libtiff.Kurt Schwehr2021-01-121-3/+0
* | Merge branch 'std-int-types' into 'master'Even Rouault2021-01-1511-32/+50
|\ \ | |/ |/|
| * Remove conditional use of <string.h>Roger Leigh2021-01-063-9/+1
| * cmake: Drop dlfcn.h checkRoger Leigh2021-01-061-3/+0
| * Use stdint.h types when availableRoger Leigh2021-01-069-20/+49
* | cmake: Use target_include_directories correctlymiguel2021-01-091-1/+0
* | cmake: Use target_include_directories correctlyRoger Leigh2021-01-092-1/+2
* | cmake: Use target_include_directories correctlyRoger Leigh2021-01-071-0/+1
* | tiff tools and libtiff/mkg3states: include 'libport.h', remove local definiti...miguel2021-01-071-0/+0
* | Update CMakeLists.txtMiguel Medalha2021-01-071-5/+1
* | tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-073-5/+7
|/
* Merge branch 'drop-wince' into 'master'Even Rouault2021-01-044-184/+1
|\
| * Remove non-functional WinCE supportRoger Leigh2021-01-024-184/+1
* | Merge branch 'drop-vms' into 'master'Even Rouault2021-01-046-753/+0
|\ \
| * | Remove non-functional VMS supportRoger Leigh2021-01-026-753/+0
| |/
* | Merge branch 'cmake-faxtable' into 'master'Even Rouault2021-01-032-0/+17
|\ \ | |/ |/|
| * mkg3states: Sync generator with current generated file contentRoger Leigh2021-01-011-0/+8
| * cmake: Add faxtable and mkg3states targetsRoger Leigh2021-01-011-0/+9
* | Fix spelling mistakes.Kurt Schwehr2020-12-3110-15/+15
|/
* Remove "ifdef VMS" that are no longer necessary.Kurt Schwehr2020-12-292-8/+0
* _TIFFBuiltinCODECS should be constBob Friesenhahn2020-12-292-2/+2
* Declare gpsFields as static constBob Friesenhahn2020-12-281-1/+1
* Changes for 4.2.0 releasev4.2.0Bob Friesenhahn2020-12-191-2/+2
* DoubleToRational(): avoid casting NaN to uint32 (fixes #227)Even Rouault2020-12-121-1/+2
* tiffio.h: do not define __attribute__ but defines TIFF_ATTRIBUTE instead (fix...Even Rouault2020-12-121-6/+8
* TIFFReadDirEntryArrayWithLimit(): properly read from offline tag value when w...Even Rouault2020-12-081-2/+9
* tif_jpeg.c: avoid potential harmless unsigned integer overflow on data->fileo...Even Rouault2020-12-021-1/+4
* Merge branch 'Jamaika1-master-patch-47839' into 'master'Even Rouault2020-11-271-1/+1
|\