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

luxrays: rename GetConfigDir as GetCacheDir and use XDG_CACHE_HOME according to specifications #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 9, 2023

  1. luxrays: rename GetConfigDir as GetCacheDir and use XDG_CACHE_HOME ac…

    …cording to specifications
    
    - ~/.config should only be used as a fallback if XDG_CONFIG_HOME isn't set.
    - ~/.config or XDG_CONFIG_HOME is a config directory, not a cache directory.
    - the cache directory is XDG_CACHE_HOME, is not set by default and should fallback on ~/.cache.
    - getenv returns nullptr but boost::filesystem::path doesn't accept nullptr.
    illwieckz committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    71011ea View commit details
    Browse the repository at this point in the history