Creator: Add CPU check on startup #118054

Merged
Ray molenkamp merged 12 commits from LazyDodo/blender:tmp_cpu_check into main 2024-02-19 18:12:06 +01:00

12 Commits

Author SHA1 Message Date
Ray molenkamp 6cf4f34967 Merge remote-tracking branch 'origin/main' into tmp_cpu_check 2024-02-19 10:05:12 -07:00
Ray molenkamp a93092cadf fix comment 2024-02-19 10:04:27 -07:00
Ray molenkamp e6504571ed Merge remote-tracking branch 'origin/main' into tmp_cpu_check
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-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-02-19 01:27:08 -07:00
Ray molenkamp 5f3cc02ae2 update with feedback
- add CMake option WITH_CPU_CHECK
- rename cpu_check_win to cpu_check_win32
- restore unneeded change to `ifdef WIN32`
2024-02-19 01:26:46 -07:00
Ray molenkamp 8f7893a2e9 cleanup pass 2024-02-17 13:54:36 -07:00
Ray molenkamp a15fd2e8d3 fix linux install
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 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-coordinator Build done. Details
2024-02-17 13:39:36 -07:00
Ray molenkamp 32abce348e exclude mac for the check, as there are no intel macs that ship with cpu's that don't support sse42 anyhow. 2024-02-17 13:13:09 -07:00
Ray molenkamp 497d0ae962 Merge remote-tracking branch 'origin/main' into tmp_cpu_check
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-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-02-17 11:14:44 -07:00
Ray molenkamp b9c8532df1 fix build error with bpy 2024-02-17 11:13:50 -07:00
Ray molenkamp d5a588baae preliminary linux support 2024-02-09 16:47:59 -07:00
Ray molenkamp 58c659c95a fix: having to run INSTALL all the time 2024-02-09 11:10:57 -07:00
Ray molenkamp 36481dff98 WIP: Add CPU check on startup
WIP description to be done, see #116592 for details.
2024-02-09 10:44:16 -07:00