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

Allow to partially disable VRT driver with GDAL_ENABLE_VRT_DRIVER=OFF ; GTI driver as optional #10860

Merged
merged 3 commits into from
Sep 30, 2024

Commits on Sep 22, 2024

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

Commits on Sep 23, 2024

  1. Allow to partially disable VRT driver with GDAL_ENABLE_VRT_DRIVER=OFF

    but still enable it by default even if GDAL_BUILD_OPTIONAL_DRIVERS=OFF
    
    Creation side is still available, but Open() not
    
    Also enable GTI driver to be separately enabled/disabled, and buildable
    as a plugin (if built as a plugin, gdaladdo --partial-refresh-from-source-timestamp
    won't work)
    rouault committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3b15049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a5c02e View commit details
    Browse the repository at this point in the history