Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2021-08-31 17:49:31 +0300
committerJulian Eisel <julian@blender.org>2021-08-31 17:49:31 +0300
commit5d1fa2e67a9308822a425c8a86340c2276baba75 (patch)
tree5ec67b743f4fc07ae6ba3ccb5beec6d4b2efa862 /release/scripts/startup/bl_operators/wm.py
parent37943b00f2cf0cda51bea3f14da6f83a75ca1239 (diff)
Dependencies: Drop-in replacement for std::filesystem (in extern/)temp-cpp-ghc-filesystem
Introduces the ghc::filesystem library as a (leight weight, header only) drop-in replacement for std::filesystem. The latter can't be used on the minimum macOS version we support. Once that changes, we can switch to using std::filesystem directly. Part of T90379. * Add ghc::filesystem to extern/ as platform compatible replacement for std::filesystem. * Add Windows specific code to avoid issues with including Windows.h. * Add blender::bli::filesystem as alias for ghc::filesystem. That should make the ghc -> std transition easier later on since we can just change this alias. Also makes it easy to switch between the two at compile time.
Diffstat (limited to 'release/scripts/startup/bl_operators/wm.py')
0 files changed, 0 insertions, 0 deletions