Cleanup: Use Map instead of GHash for memfile writing #117141

Merged
Hans Goudey merged 4 commits from HooglyBoogly/blender:cleanup-undofile-cpp-map into main 2024-01-16 19:41:39 +01:00

4 Commits

Author SHA1 Message Date
Hans Goudey b993228abf Merge branch 'main' into cleanup-undofile-cpp-map 2024-01-16 13:39:27 -05:00
Hans Goudey c45fe75f11 Merge branch 'main' into cleanup-undofile-cpp-map 2024-01-16 13:28:23 -05:00
Hans Goudey 33bdaa400a Fix wrong list used for iteration
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-01-15 13:56:53 -05:00
Hans Goudey 6fbcc1bba9 Cleanup: Use Map instead of GHash for memfile writing
The goal is to simplify future work on #106903. Also include a couple
other cleanups: removing "extern" for declarations in headers, and
using the `LISTBASE_FOREACH` macro.
2024-01-15 13:37:45 -05:00