Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-12 | ci: Fix -Wdeprecated-non-prototype warnings | Juan Ramos | |
Occurs on AppleClang | |||
2023-07-14 | Add REUSE compliance checker to CI | Juan Ramos | |
2023-02-07 | headers: Remove VK_LAYER_EXPORT | Juan Ramos | |
- It hasn't been handling windows (so it's been half implemented) - It's a suboptimal method for exporting symbols for vulkan layers since `--version-script` and `.def` files exists. Both of these methods also don't risk name mangling. - `--version-script` also has perf benefits since you can silence exports from code you didn't intend to export | |||
2022-12-20 | tests: Test Non-API headers | Juan Ramos | |
Ensures the non-API headers compile correctly |