Skip to content

v1.4.311

Choose a tag to compare

@asuessenbach asuessenbach released this 25 Mar 09:52
· 426 commits to main since this release
1fd397b

What's Changed

  • Remove the parallel file generation due to too many file access issues on CI builds. by @asuessenbach in #2100
  • cppm: Temporarily remove extension dependency inspection as in #2094 by @M2-TE in #2099
  • Minor cleanup work. by @asuessenbach in #2098
  • Make the vk::to_string functions constexpr with C++20 and above. by @asuessenbach in #2101
  • Move handling and checking of attribute "len" of members of a struct to after all members are read by @asuessenbach in #2102
  • Fixed commenting by @crawlserv in #2103
  • CMake: Cleanup of vulkan target and cpp module test by @M2-TE in #2105
  • Extend set of separators for required dependencies check. by @asuessenbach in #2106
  • Adjust build files to allow test builds without sample builds by @asuessenbach in #2107
  • CMake: Fix unix DL linkage by @M2-TE in #2108
  • Update Vulkan-Headers to v1.4.311 by @github-actions in #2114

New Contributors

Full Changelog: v1.4.310...v1.4.311