summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add DNG tags up to version 1.6.0.0 and some TIFF/EP tags and update documenta...Su_Laus2023-04-251-1/+1
* Even faster TIFFSetDirectory() using IFD list.Su Laus2023-03-262-10/+322
* Optimize relative seeking with TIFFSetDirectorySu Laus2023-03-122-59/+559
* test (cmake): skip script tests if tools aren't builtSam James2023-02-221-81/+85
* test (autotools): skip script tests if tools aren't builtSam James2023-02-221-1/+6
* test_ifd_loop_detection: fix Coverity Scan issue CID 1520750: Null pointer de...Su_Laus2023-02-081-7/+11
* test_ifd_loop_detection: Added test to check loops in SubIFDs that are chained.Su Laus2023-02-043-0/+138
* Add test for Fax3 decoding issues (refs #513)Even Rouault2023-01-215-2/+27
* Fax3: fix failure to decode some fax3 images (fixes #513)Even Rouault2023-01-212-2/+6
* Add tests for IFD loop detectionEven Rouault2022-12-136-1/+192
* tiffvers.h: add TIFFLIB_MAJOR_VERSION, TIFFLIB_MINOR_VERSION, TIFFLIB_MICRO_V...Even Rouault2022-12-101-0/+25
* Reformatting in test/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-0821-5007/+6177
* Remove vim/emacs formatting footersEven Rouault2022-12-0811-29/+0
* Add test case for scenario of issue #489Even Rouault2022-11-293-1/+116
* Emit explicit error message when tif_max_single_mem_alloc is exceededEven Rouault2022-11-231-6/+45
* test_open_options: test TIFFOpenOptionsSetMaxSingleMemAlloc()Even Rouault2022-11-231-1/+20
* Rename test_error_handlers to test_open_optionsEven Rouault2022-11-233-10/+10
* Remove TIFFSetErrorHandlerExtR() and TIFFSetWarningHandlerExtR() that were te...Even Rouault2022-11-211-18/+9
* Rework TIFFOpenExt() and similar to use an opaque TIFFOpenOptions* opts argum...Even Rouault2022-11-211-8/+6
* Add TIFFOpenExt(), TIFFOpenWExt() and TIFFFdOpenExt() with re-entrant error h...Even Rouault2022-11-213-1/+159
* tiffinfo: Updated to parse through SubIFDs and show their tags.Su Laus2022-10-085-0/+4
* rational_precision2double.c: Fix issue from Coverity Scan.Su_Laus2022-10-061-2/+2
* Fix CMake build to be compatible with FetchContentJeremy Maitin-Shepard2022-10-031-14/+14
* build: Make rational2double static only for automakeRoger Leigh2022-06-241-2/+11
* Add options for disabling tools, tests, contrib and docsRoger Leigh2022-05-291-0/+4
* cmake: allow running the tests with a read-only source directoryAlex Richardson2022-05-151-1/+3
* test_signed_tags.c: fix CID 1504376Even Rouault2022-05-101-2/+1
* Reading of signed tags added (fixes #40)Su Laus2022-05-083-1/+357
* Fix some CMake warningsSu Laus2022-03-171-2/+2
* Predictor 2 (horizontal differenciation): support 64-bitEven Rouault2022-02-094-0/+4
* Fix Coverity Scan report issues for custom_dir_EXIF_231.c and test_directory.cSu Laus2022-02-082-16/+33
* Correct CMake testingcmake-testRoger Leigh2022-01-233-155/+134
* Fix Segmentation fault printing GPS directory if Altitude tag is present (tif...Su Laus2021-11-263-1/+4
* test/rational_precision2double.c: add missing curly braces to fix -Werror=mis...Even Rouault2021-09-061-1/+2
* tif_dirwrite.c: Fix TIFFRewriteDirectory discarding directoriesFacundo Tuesca2021-09-051-15/+100
* test_directory.c: fix compiler warningsEven Rouault2021-09-011-1/+8
* Add field to keep track of last written directoryFacundo Tuesca2021-08-283-2/+247
* Fix build with CMake 3.10Kai Pastor2021-07-041-12/+12
* Fix high-impact Coverity issues (resource leaks).Roger Leigh2021-03-071-2/+12
* libport: Adjust header and library to only define and link if requiredRoger Leigh2021-02-081-24/+36
* cmake: Remove unnecessary extra_dist usageRoger Leigh2021-02-081-5/+0
* custom_dir_EXIF_231: Remove case statement fallthroughRoger Leigh2021-02-061-98/+124
* custom_dir_EXIF_231: Correct use of strncpyRoger Leigh2021-02-061-1/+2
* Correct include orderRoger Leigh2021-02-061-2/+1
* ascii_tag: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-4/+4
* check_tag: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-12/+12
* custom_dir_EXIF_231: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-2/+2
* short_tag: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-4/+4
* strip_rw: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-15/+15
* Use standard C99 integer typesRoger Leigh2021-01-2112-117/+116