Skip to content

Add multi-platform CMake workflow#33

Merged
WhiteWhale52 merged 35 commits into
mainfrom
WhiteWhale52-patch-1
Feb 12, 2026
Merged

Add multi-platform CMake workflow#33
WhiteWhale52 merged 35 commits into
mainfrom
WhiteWhale52-patch-1

Conversation

@WhiteWhale52

Copy link
Copy Markdown
Owner

This workflow configures CMake to build a project on multiple platforms including Windows and Ubuntu, with support for different C and C++ compilers.

This workflow configures CMake to build a project on multiple platforms including Windows and Ubuntu, with support for different C and C++ compilers.
@github-actions github-actions Bot added the ci label Nov 1, 2025
WhiteWhale52 and others added 27 commits October 31, 2025 23:07
Added steps to install and verify CMake version 3.72.0.
Updated CMake installation steps for Windows, Ubuntu, and macOS to version 4.0.4 and added Chocolatey installation check.
Updated CMake installation commands for Linux and macOS to specify version correctly.
Updated the CI workflow to support additional OS and build types.
Added VulkanSDK installation step for macOS and updated CMake installation steps for Ubuntu and macOS.
Updated VulkanSDK installation steps for MacOS and added installation steps for Ubuntu.
Added steps to download and install VulkanSDK for Windows.
Removed Vulkan SDK installation steps for macOS, Linux, and Windows. Added setup step for Vulkan SDK and CMake.
Comment out CMake configuration step for Ninja builds.
…uffers

Fixed the Core Layer CMakeLists.txt error where I linked to the wrong…
Removed comments and streamlined the CMake workflow for multiple platforms. Added installation steps for Ninja on macOS and Windows.
Updated CMake workflow to improve caching and build efficiency.
Added additional dependencies for Linux builds in CI.
@WhiteWhale52 WhiteWhale52 self-assigned this Feb 11, 2026
… in the Swapchain.cpp file returned vk::Result but were ignored. Changed the method of make_debug_messengers to not take a message in. The debugCallback function accidently had VkDebugUtilsMessageSeverityFlagsBitsEXT twice changed one to be the type flags instead. Simplied both the destroy_debug_messenger and the make_debug_messenger to mainly use the C++ style constructor and just c++ style code
…imulator into WhiteWhale52-patch-1

Hopefully this is the last time I get an error
…not part of the core Vulkan library, I am using DispatchLoaderStatic but the functions like vkCreateDebugUtilsMessengerEXT and vkDestroyDebugUtilsMessengerEXT and vkSetDebugUtilsObjectNameEXT are not part of the static Vulkan lib. I manually added them using function pointers and casts
@WhiteWhale52

Copy link
Copy Markdown
Owner Author

yesssssss
YESSSS
YESSSSS
IT WORKS!!!!!!!!!! I LOVE YOU !!!!! ❤️❤️❤️

@WhiteWhale52
WhiteWhale52 merged commit c5a550c into main Feb 12, 2026
9 checks passed
@WhiteWhale52
WhiteWhale52 deleted the WhiteWhale52-patch-1 branch February 12, 2026 07:32
@WhiteWhale52
WhiteWhale52 restored the WhiteWhale52-patch-1 branch May 14, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant