Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OSGeo/libgeotiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.3
Choose a base ref
...
head repository: OSGeo/libgeotiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.4
Choose a head ref
  • 17 commits
  • 29 files changed
  • 3 contributors

Commits on May 28, 2024

  1. CMake modernization, automate release generation from tags and refact…

    …or CI (#115)
    
    * CMake: Bumps the minimum CMake version to 3.13
    * CMake: Add BUILD_SHARED_LIBS matrix for ON and OFF using similar config for macos-latest, windows-latest, and ubuntu-latest
    * CMake: Modernize CMake configuration to prevent flag/feature leaking
    * CMake: Adds CPack configuration so `package_source` target is available for dist generation
    * CMake: Updates FindPROJ.cmake with GDAL's recent version
    * CMake: add BUILD_MAN and BUILD_DOC options
    * CMake: Windows PDB install with BUILD_SHARED_LIBS
    * CMake: Remove FindGeoTIFF.cmake
    * Removes 16 year old dead `makefile.mpw`
    * Removes 6 year old dead `makefile.vc`
    * CI: Generates release artifacts and attaches them to every build
    * CI: Creates a release and attaches release artifacts for every tag of the OSGeo/libgeotiff repository
    * CI: [Attests](https://github.com/actions/attest-build-provenance) the release artifacts if the `github.repository_owner == OSGeo`
    * CI: Remove Appveyor config
    hobu authored May 28, 2024
    Configuration menu
    Copy the full SHA
    ff1f6d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af3298 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    9053d20 View commit details
    Browse the repository at this point in the history
  2. GTIFGetDefn(): add missing normalization of angular units to degree

    Contrary to what the documentation of GTIFDefn::ProjParm[] mentionned,
    we failed to normalize angular measures to degrees when reading them
    from projection parameters (ProjXXXXXGeoKey's) when ProjCoordTransGeoKey
    was present (but we did normalize them when reading them from the PROJ
    database when there were was only a EPSG PCS code)
    
    Relates to OSGeo/gdal#10154 and OSGeo/gdal#10158
    rouault committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    46244ce View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #118 from rouault/fix_gdal_10154

    GTIFGetDefn(): add missing normalization of angular units to degree
    rouault authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    af121ef View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. .travis.yml: remove OSX

    rouault committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    79f3256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b25ff View commit details
    Browse the repository at this point in the history
  3. .travis.yml: run distcheck

    rouault committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8f49ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42474b0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #121 from rouault/travis_remove_osx

    .travis.yml: remove OSX
    rouault authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cee338f View commit details
    Browse the repository at this point in the history
  6. Add LIBGEOTIFF_MAJOR_VERSION, LIBGEOTIFF_MINOR_VERSION, LIBGEOTIFF_PA…

    …TCH_VERSION, LIBGEOTIFF_REV_VERSION, and LIBGEOTIFF_STRING_VERSION variables in geotiff.h, and autogenerate it
    
    Fix #119
    rouault committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7580aed View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    f2c6038 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from rouault/fix_119

     Add LIBGEOTIFF_MAJOR_VERSION, LIBGEOTIFF_MINOR_VERSION, LIBGEOTIFF_PATCH_VERSION, LIBGEOTIFF_REV_VERSION, and LIBGEOTIFF_STRING_VERSION variables in geotiff.h, and autogenerate it
    rouault authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e00dcd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2025

  1. Configuration menu
    Copy the full SHA
    5d5a36d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    43cf9c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #131 from sebastic/gcc-15

    Fix FTBFS with GCC 15.
    rouault authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    6634c5f View commit details
    Browse the repository at this point in the history
  3. Prepare for libgeotiff 1.7.4

    rouault committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    96024f6 View commit details
    Browse the repository at this point in the history
Loading