Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> temp-cpp-ghc-filesystem
"Temp-cpp-ghc-filesystem" branch
Total commits : 1
Total committers : 1
First Commit : August 31, 2021
Latest Commit : August 31, 2021
Commits by Date
Date | Number of Commits | |
---|---|---|
August 31, 2021 | 1 |
Committers
Author | Number of Commits |
---|---|
Julian Eisel | 1 |
Popular Files
Filename | Total Edits |
---|---|
CMakeLists.txt | 1 |
README.blender | 1 |
filesystem.hpp | 1 |
BLI_filesystem.hh | 1 |
Latest commits
Revision 5d1fa2e by Julian Eisel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename, temp-cpp-ghc-filesystem) August 31, 2021, 14:49 (GMT) |
Dependencies: Drop-in replacement for std::filesystem (in extern/) 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. |
MiikaHweb - Blender Git Statistics v1.06