Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a bundled flag for gdal-sys #517

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2024

  1. Provide a bundled flag for gdal-sys

    This commit introduces a new `gdal-src` crate which bundles gdal and
    builds by default a minimal version from source via `build.rs`. It
    exposes feature flags for many drivers and adds the neccesary
    dependencies to keep the build fully static.
    
    Fixes georust#465
    weiznich committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    840735e View commit details
    Browse the repository at this point in the history
  2. Run rustfmt

    weiznich committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    10e9ec8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43632b4 View commit details
    Browse the repository at this point in the history
  4. Use lower case feature names

    weiznich committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    01a27ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2c87fa View commit details
    Browse the repository at this point in the history
  6. Use released pq-src version

    weiznich committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fd65b6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cda7f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a10a391 View commit details
    Browse the repository at this point in the history
  9. Use upstream proj-sys

    weiznich committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    29fa5e9 View commit details
    Browse the repository at this point in the history
  10. Another proj update

    weiznich committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    76d7a5d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e42e65d View commit details
    Browse the repository at this point in the history
  12. Path separator fixes

    weiznich committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3e670af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    acbf236 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1793e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Add a links annotation to make sure that the buildscript actually run…

    …s before any depentend crate
    weiznich committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8c488dd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    2ec4313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e563ace View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    8da23b2 View commit details
    Browse the repository at this point in the history
  2. Bump bundled gdal to 3.9.1

    weiznich committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6d1dba8 View commit details
    Browse the repository at this point in the history