summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'rst-docs' into 'master'Roger Leigh2022-06-05309-28706/+26592
|\ \ | | | | | | | | | | | | Convert HTML documentation to Sphinx RST See merge request libtiff/libtiff!349
| * \ Merge remote-tracking branch 'origin/master' into rst-docsRoger Leigh2022-06-0511-23/+120
| |\ \ | |/ / |/| |
* | | Merge branch 'cmake-xc-faxtable' into 'master'Roger Leigh2022-06-051-9/+11
|\ \ \ | | | | | | | | | | | | | | | | cmake: Do not build faxtable target when cross-compiling See merge request libtiff/libtiff!342
| * | | cmake: Do not build faxtable target when cross-compilingRoger Leigh2022-05-291-9/+11
| | | |
| * | | cmake: Use add_compile_definitions and add_compile_optionsRoger Leigh2022-05-297-47/+44
| | | | | | | | | | | | | | | | | | | | It seems that some CMake versions can't export targets using PRIVATE linking, even though the private target is never used.
| * | | Merge remote-tracking branch 'origin/master' into cmake-msvc-optionsRoger Leigh2022-05-291-8/+0
| |\ \ \
| * | | | cmake: Add MSVC options when building all libraries and executablesRoger Leigh2022-05-297-42/+49
| | | | |
* | | | | Merge branch 'cmake-disable-options' into 'master'Roger Leigh2022-06-0512-14/+107
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add options for disabling tools, tests, contrib and docs See merge request libtiff/libtiff!343
| * | | | | Add options for disabling tools, tests, contrib and docsRoger Leigh2022-05-2912-14/+107
| | |/ / / | |/| | |
* | | | | Merge branch 'cmake-msvc-options' into 'master'Roger Leigh2022-06-051-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cmake: Add MSVC options when building all libraries and executables See merge request libtiff/libtiff!344
| * | | | | cmake: Add MSVC options when building all libraries and executablesRoger Leigh2022-05-291-0/+4
| |/ / / /
* | | | | Merge branch 'cmake-win32-libtiffxx-static' into 'master'Roger Leigh2022-06-051-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cmake: libtiffxx is static on win32 See merge request libtiff/libtiff!338
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into cmake-win32-libtiffxx-staticRoger Leigh2022-05-291-8/+0
| |\ \ \ \ \ | | |/ / / /
| * | | | | cmake: libtiffxx is static on win32Roger Leigh2022-05-291-1/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'licence-file' into 'master'Roger Leigh2022-06-052-3/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename COPYRIGHT to LICENSE.md See merge request libtiff/libtiff!345
| * | | | | Rename COPYRIGHT to LICENSE.mdRoger Leigh2022-06-052-3/+5
|/ / / / /
| | | * | doc: Fix make distcheckRoger Leigh2022-06-051-2/+2
| | | | |
| | | * | doc: Update automake configurationRoger Leigh2022-06-051-94/+89
| | | | |
| | | * | doc: Do not pass srcdir and builddir to sphinx-buildRoger Leigh2022-06-052-6/+0
| | | | |
| | | * | doc: Additional top-level tidyingRoger Leigh2022-06-053-18/+15
| | | | |
| | | * | doc: Tidy top-level indexRoger Leigh2022-06-054-36/+48
| | | | |
| | | * | doc: Move bugs to projectRoger Leigh2022-06-055-49/+79
| | | | |
| | | * | doc: Move misc to projectRoger Leigh2022-06-055-101/+118
| | | | |
| | | * | doc: Move all BigTIFF documentation into specification directoryRoger Leigh2022-06-058-141/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the BigTIFF proposal since this has long been completed * Update the BigTIFF PR to note completion of the work and replace present with past tense.
| | | * | doc: Split release historyRoger Leigh2022-06-053-40/+50
| | | | | | | | | | | | | | | | | | | | | | | | | This permits the newer releases to be included in the top-level toctree without polluting it with dozens of old releases.
| | | * | doc: Correct accentsRoger Leigh2022-06-052-2/+2
| | | | |
| | | * | doc: BigTIFF design markup improvementsRoger Leigh2022-06-051-18/+26
| | | | |
| | | * | Add doc/_staticRoger Leigh2022-06-051-0/+0
| | | | |
| | | * | doc: Move TIFF specification and design notes into subdirectoryRoger Leigh2022-06-055-15/+21
| | | | |
| | | * | doc: Move releases into subdirectoryRoger Leigh2022-06-0557-1/+1
| | | | |
| | | * | doc: Mark up TIFF tech note 2Roger Leigh2022-06-051-226/+239
| | | | |
| | | * | doc: Use sphinxdox themeRoger Leigh2022-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | The sphix_rtd_theme formats complex tables badly.
| | | * | doc: Clean up HTML tagsRoger Leigh2022-06-052-4/+3
| | | | |
| | | * | ci: Install Sphinx manual for use by GitLab pagesRoger Leigh2022-06-041-1/+1
| | | | |
| | | * | doc: Use sphinx_rtd_themeRoger Leigh2022-06-041-1/+1
| | | | |
| | | * | Convert HTML documentation to Sphinx RSTRoger Leigh2022-06-04303-28383/+26320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add CMake build logic * Add Autotools build logic * Move from html/ to doc/ * Manual pages are still generated HTML for the time being
| | | * | git: Ignore common IDE build filesRoger Leigh2022-06-041-0/+4
| |_|/ / |/| | |
* | | | Merge branch 'ci-ubuntu-22.04' into 'master'Roger Leigh2022-06-042-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Update to use Ubuntu 22.04 CI images Closes #429 See merge request libtiff/libtiff!348
| * | | | tiffdump: Avoid overflow warning when readingRoger Leigh2022-06-041-2/+2
| | | | |
| * | | | ci: Update to use Ubuntu 22.04 CI imagesRoger Leigh2022-06-041-2/+2
| | | | |
* | | | | Merge branch 'opengl-option' into 'master'Roger Leigh2022-06-044-13/+26
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | cmake: Add tiff-opengl option See merge request libtiff/libtiff!340
| * | | | autoconf: Add --disable-opengl optionRoger Leigh2022-05-291-11/+17
| | | | |
| * | | | cmake: Add tiff-opengl optionRoger Leigh2022-05-293-2/+9
| |/ / /
* | | | Merge branch 'master' into 'master'Even Rouault2022-06-041-0/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Include stdlib.h in tif_lzw.c. See merge request libtiff/libtiff!347
| * | | Merge branch 'master' of https://gitlab.com/libtiff/libtiffBrian Ledger2022-06-031-8/+0
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'ci-x64' into 'master'Roger Leigh2022-05-291-8/+0
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | ci: Remove arm64 temporarily See merge request libtiff/libtiff!341
| * | | ci: Remove arm64 temporarilyRoger Leigh2022-05-291-8/+0
|/ / /
| * | Include stdlib.h in tif_lzw.c.Brian Ledger2022-06-031-0/+1
|/ / | | | | | | | | | | In `tif_lzw.c`, a call is made to `_byteswap_uint64`. This is declared in `stdlib.h`. `stdlib.h` is not included in `tib_lzw.c`, so a name error may occur. This change adds `#include stdlib.h` to `tif_lzw.c`, to prevent a name error from occuring when `stdlib.h` is not included.
* | html/Makefile.am: add v4.4.0.html to docfilesEven Rouault2022-05-221-1/+2
| |
* | Update HOWTO-RELEASE with .tar.xzEven Rouault2022-05-201-3/+3
| |