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

added DropCache to GDALDataset #8940

Merged
merged 9 commits into from
Dec 11, 2023
Merged

added DropCache to GDALDataset #8940

merged 9 commits into from
Dec 11, 2023

Commits on Dec 8, 2023

  1. added DropCache to GDALDataset

    DropCache() release cache blocks but does not write cache to disk.
    It is similar tp FlushCache(true) but does not assume that the dataset will be closed.
    chacha21 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    27c6a37 View commit details
    Browse the repository at this point in the history
  2. added missing declaration

    chacha21 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c761f4c View commit details
    Browse the repository at this point in the history
  3. modifications as requested

    also removed a useless comment inherited from copy/paste
    chacha21 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    35c52f2 View commit details
    Browse the repository at this point in the history
  4. fixed missing commit

    m_bWriteDirtyBlocks -> m_nWriteDirtyBlocksDisabled
    chacha21 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    96d53a2 View commit details
    Browse the repository at this point in the history
  5. added test_gdal drop_cache

    chacha21 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1427e75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02039ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a0b161 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    a311185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f1fbc View commit details
    Browse the repository at this point in the history