Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-20 | ci: Use matrix.cmake-version | Juan Ramos | |
2023-11-20 | Use ctest for integration testing | Juan Ramos | |
2023-11-10 | ci cleanup | Juan Ramos | |
2023-11-10 | Update for Vulkan-Docs 1.3.270v1.3.270 | Jon Leech | |
2023-10-23 | gn: Fix validation layer build | Juan Ramos | |
closes KhronosGroup/Vulkan-ValidationLayers/issues/6780 | |||
2023-10-23 | docs: Remove INTEGRATION.md | Juan Ramos | |
This document hasn't been getting updated and is out of date in more than a few ways. | |||
2023-10-23 | Remove genvk.py from Vulkan-Headers | Jon Leech | |
Per comments in #449 and INTEGRATION.md, it is not needed, nor useful in this repository. | |||
2023-10-20 | Update for Vulkan-Docs 1.3.269v1.3.269 | Jon Leech | |
2023-10-16 | ci: Fix fork development | Juan Ramos | |
Well the prior change does eliminate duplicate runs it stops automated testing on forks. | |||
2023-10-13 | build(deps): bump fsfe/reuse-action from 1 to 2vulkan-sdk-1.3.268.0vulkan-sdk-1.3.268 | dependabot[bot] | |
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 1 to 2. - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/v1...v2) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> | |||
2023-10-13 | build(deps): bump actions/checkout from 3 to 4 | dependabot[bot] | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> | |||
2023-10-13 | ci: Prevent duplicate CI runs | Juan Ramos | |
https://github.com/orgs/community/discussions/26276 | |||
2023-10-13 | ci: Add dependabot | Juan Ramos | |
2023-10-13 | Update for Vulkan-Docs 1.3.268v1.3.268 | Jon Leech | |
2023-10-12 | ci: Fix -Wdeprecated-non-prototype warnings | Juan Ramos | |
Occurs on AppleClang | |||
2023-10-06 | Update for Vulkan-Docs 1.3.267v1.3.267 | Jon Leech | |
2023-10-04 | docs: New SDK branch convention | Juan Ramos | |
Next SDK we will be changing branch/tag naming scheme from sdk-1.x.yyy to vulkan-sdk-1.x.yyy | |||
2023-09-29 | Update for Vulkan-Docs 1.3.266v1.3.266 | Jon Leech | |
2023-09-23 | Update for Vulkan-Docs 1.3.265v1.3.265 | Jon Leech | |
2023-09-10 | Add new .hpp filev1.3.264 | Jon Leech | |
2023-09-08 | Update for Vulkan-Docs 1.3.264 | Jon Leech | |
2023-09-02 | Update for Vulkan-Docs 1.3.263v1.3.263 | Jon Leech | |
2023-08-28 | cmake: Document vlk_get_header_version | Juan Ramos | |
2023-08-25 | Update for Vulkan-Docs 1.3.262v1.3.262 | Jon Leech | |
2023-08-14 | reuse: Cleanup copyright for *.md filessdk-1.3.261.1sdk-1.3.261.0sdk-1.3.261 | Juan Ramos | |
2023-08-14 | Create SECURITY.md | Juan Ramos | |
closes #430 | |||
2023-08-04 | Update for Vulkan-Docs 1.3.261v1.3.261 | Jon Leech | |
2023-07-29 | Use MIT license | Jon Leech | |
2023-07-29 | Update CoC link | Jon Leech | |
2023-07-28 | Update for Vulkan-Docs 1.3.260v1.3.260 | Jon Leech | |
2023-07-22 | Update for Vulkan-Docs 1.3.259v1.3.259 | Jon Leech | |
2023-07-21 | Update for Vulkan-Docs 1.3.258v1.3.258 | Jon Leech | |
2023-07-17 | ci: Add Windows to CI | Juan Ramos | |
2023-07-14 | Add REUSE compliance checker to CI | Juan Ramos | |
2023-07-10 | cmake: Use share instead of DATADIR for CMake config files | Juan Ramos | |
See the following discussion for context: https://discourse.cmake.org/t/what-should-the-destination-be-for-a-header-only-librarys-cmake-config-file/8473/3 TLDR: `DATADIR` can be `share` but it doesn't have to be. It can be changed by the user. | |||
2023-07-07 | Update for Vulkan-Docs 1.3.257v1.3.257 | Jon Leech | |
2023-07-05 | docs: Remove outdated documentation referencing `cmake/` | Juan Ramos | |
2023-07-05 | cmake: Remove VULKAN_HEADERS_INSTALL | Juan Ramos | |
VULKAN_HEADERS_INSTALL was added since it was believed there was a valid use case for it. After looking into the use case that provoked this change there is no reason to keep VULKAN_HEADERS_INSTALL as an option. Here is the use case we do NOT want to support: https://github.com/KhronosGroup/Vulkan-Headers/pull/416#issuecomment-1622318949 Fundamentally this problem is caused add_subdirectory/find_package not being able to work together flawlessly. Which isn't the responsibility of Vulkan-Headers to fix. It's the responsibility of projects that consume Vulkan-Headers to account for either method. As described by the CMake maintainers: https://discourse.cmake.org/t/idiomatic-way-to-handle-packages-and-add-subdirectory/8400 | |||
2023-07-05 | cmake: Remove usage of configure_package_config_file | Juan Ramos | |
Fixes issue shown here: https://github.com/KhronosGroup/Vulkan-Headers/pull/415 | |||
2023-06-30 | cmake: Add VULKAN_HEADERS_INSTALL option | Juan Ramos | |
Allows add_subdirectory users to install vulkan-headers | |||
2023-06-30 | Add new .cppm file to CONTRIBUTING.md | Jon Leech | |
2023-06-30 | Update for Vulkan-Docs 1.3.256v1.3.256 | Jon Leech | |
2023-06-26 | Update README to be more clear about use of the different files in the repo | Jon Leech | |
This is intended to clarify that developers using Vulkan are likely to need only the header files, not the scripts and other material in the repository which are used by the SDK and other downstream ecosystem components. Closes #407 | |||
2023-06-23 | Update for Vulkan-Docs 1.3.255v1.3.255 | Jon Leech | |
2023-06-16 | Update for Vulkan-Docs 1.3.254v1.3.254 | Jon Leech | |
2023-06-09 | Update for Vulkan-Docs 1.3.253v1.3.253 | Jon Leech | |
2023-06-02 | Update for Vulkan-Docs 1.3.252v1.3.252 | Jon Leech | |
2023-05-28 | Update for Vulkan-Docs 1.3.251v1.3.251 | Jon Leech | |
2023-05-15 | ser minimal permissions to linux.ymlsdk-1.3.250.1sdk-1.3.250.0sdk-1.3.250 | Joyce | |
Signed-off-by: Joyce <[email protected]> | |||
2023-05-04 | Update for Vulkan-Docs 1.3.250v1.3.250 | Jon Leech | |