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

Deprecate FileDriver(s) #622

Merged
merged 10 commits into from
Oct 28, 2022
Merged

Deprecate FileDriver(s) #622

merged 10 commits into from
Oct 28, 2022

Commits on Oct 27, 2022

  1. Deprecate FileDriver(s)

    The current FileDriver implementations just inherit from
    FileAccessProps, and I think that with further additions to the file
    access property lists, it is cleaner to just use FileAccessProps
    directly.
    matz-e committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7907156 View commit details
    Browse the repository at this point in the history
  2. flake

    matz-e committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d2dbea0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Use pre-c++14 deprecation

    alkino committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ffb4fad View commit details
    Browse the repository at this point in the history
  2. Format

    alkino committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    466f156 View commit details
    Browse the repository at this point in the history
  3. Update example

    alkino committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5652405 View commit details
    Browse the repository at this point in the history
  4. Format

    alkino committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    24b289c View commit details
    Browse the repository at this point in the history
  5. Add include

    alkino committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    dacdbd3 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    alkino committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f504c7c View commit details
    Browse the repository at this point in the history
  7. Fix faprops => fapl

    alkino committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c616be6 View commit details
    Browse the repository at this point in the history
  8. Remove all FileDriver

    alkino committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    04d25b5 View commit details
    Browse the repository at this point in the history