Blender Git Loki
August 31, 2021, 14:40 (GMT) |
Merge branch 'master' into temp-cpp-file-system |
August 4, 2021, 15:31 (GMT) |
Merge branch 'master' into temp-cpp-file-system |
August 3, 2021, 17:17 (GMT) |
Fix compile errors on Windows |
August 3, 2021, 16:59 (GMT) |
Remove wrong changes |
August 3, 2021, 16:23 (GMT) |
Windows: Undefine options for Windows.h after use |
August 3, 2021, 16:07 (GMT) |
Fix compile errors with `USE_CPP_FILESYSTEM` disabled |
August 3, 2021, 15:27 (GMT) |
Initial work for std::filesystem transition * Add ghc::filesystem as platform compatible replacement for std::filesystem * Add Windows specific code to avoid issues with including Windows.h * Port storage.cc to C++ * Port some functions from storage.cc to use ghc::filesystem internally. * General cleanup related to the changes. * Add USE_CPP_FILESYSTEM compile option to storage.cc, to keep legacy code around for testing. |