Commit graph

18 commits

Author SHA1 Message Date
Mike Schuchardt
a191ca0720 build: Update to header 1.3.260
- Update known-good
- Generate source
2023-08-02 15:07:01 +02:00
Juan Ramos
93ceaff579 Add REUSE to CI
Ensures proper copyright for the repo
2023-07-25 16:11:18 -06:00
Mike Schuchardt
3ba6d4fc35 build: Update to header 1.3.259
- Update known-good
- Generate source (no change)
2023-07-24 11:16:07 -06:00
Juan Ramos
596e7cf6ea build: Remove invalid generated files
vk_dispatch_table_helper.h and vk_layer_dispatch_table.h don't
compile currently.

Added minimal compilation testing for vk_enum_string_helper.h
2023-07-21 11:51:12 -06:00
Mike Schuchardt
3422e694ed build: Update to header 1.3.258
- Update known-good
- Generate source
2023-07-21 11:01:02 -06:00
spencer-lunarg
d8719df037 scripts: Add initial codegen scripts 2023-07-17 09:54:09 -06:00
Mike Schuchardt
d1d93c0d79 build: Update to header 1.3.257 2023-07-10 09:26:02 -07:00
Mike Schuchardt
7752c6d056 build: Update to header 1.3.256 2023-06-30 13:24:38 -06:00
Mike Schuchardt
1c8f7870e5 build: Update to header 1.3.255 2023-06-23 11:43:31 -07:00
Juan Ramos
8d23122189 cmake: Cleanup CMake
Pulling in latest changes from VVL

Use BUILD_TESTS instead of VUL_TESTS. While it's good practice to
prefix variable names it makes updating this code more difficult.
Also since tests can only ever be enabled if the project is top
level, it doesn't affect add_subdirectory users.

Other misc. CMake cleanup
2023-06-20 16:12:03 -06:00
Mike Schuchardt
4e5efb844c build: Update to header 1.3.254 2023-06-16 10:40:45 -06:00
Mike Schuchardt
b40c747dfa build: Update to header 1.3.253 2023-06-12 09:53:32 -06:00
Mike Schuchardt
26eb39aaac build: Update to header 1.3.251 2023-05-31 14:35:25 +02:00
juan-lunarg
db4b6a9fef known_good: Update Vulkan Headers to 1.3.250 2023-05-09 09:10:46 +02:00
Juan Ramos
280a68ef17 cmake: Use VUL_ prefix for cache variables
Allows build options specific to Vulkan-Utility-Libraries to be
easily grouped via cmake-gui.

This approach is also nicer for users who consume the library via
add_subdirectory or FetchContent since it more obvious what
settings are being ovverriden.

Remove UTILITY_LIBRARIES_CPP_STANDARD since we don't have a
reason to support multiple CPP standards.

Set testing to OFF by default to make consuming the library easier
for users and package managers.
2023-03-30 12:44:36 +02:00
Christophe
70fb7ab7da cmake: cleanup 2023-03-29 11:25:26 -06:00
Christophe
a41380f9fb Initial cmake to build the LayerUtils lib and tests 2023-03-23 14:28:39 +01:00
Christophe
d9f5dd7466 Add initial script files 2023-03-22 17:32:45 +01:00