Crafter.Build/implementations
catbot 5ac7077dd0
Some checks failed
CI / build-test-release (pull_request) Has been cancelled
fix external cache race on concurrent builds
Two crafter-build invocations resolving to the same external dep both
cloned into <cache>/<name>-<hash>.tmp, corrupting each other's pack
tempfiles. Use a random per-invocation tmp suffix and treat a failed
rename whose destination now exists as the loser-of-the-race case —
discard the local clone and reuse the winner's.
2026-05-27 01:55:29 +00:00
..
Crafter.Build-Asset.cpp asset changes 2026-05-19 00:50:06 +02:00
Crafter.Build-Clang.cpp wasm fixes 2026-05-26 22:50:08 +02:00
Crafter.Build-External.cpp fix external cache race on concurrent builds 2026-05-27 01:55:29 +00:00
Crafter.Build-Implementation.cpp v2 nearly done 2026-04-27 07:04:42 +02:00
Crafter.Build-Interface.cpp v2 nearly done 2026-04-27 07:04:42 +02:00
Crafter.Build-Platform.cpp wasm improvements 2026-05-18 05:23:11 +02:00
Crafter.Build-Progress.cpp loading bar 2026-04-29 03:27:11 +02:00
Crafter.Build-Shader.cpp fixes 2026-05-02 21:08:51 +02:00
Crafter.Build-Test.cpp fixes 2026-04-30 02:20:19 +02:00
main.cpp v2 nearly done 2026-04-27 07:04:42 +02:00