Skip to content

Change List

Mark Callow edited this page May 14, 2026 · 5 revisions

Changes in this fork compared with upstream basis_universal

CMakeLists.txt

See https://github.com/KhronosGroup/basis_universal/blob/a660e7be16d667a2569890430e630ce66d31ac59/CMakeLists.txt#L6-L38

Fix warnings

These fixes are only needed because KTX-Software includes basis_universal as a subrepo (submodule) and likes to build everything with -Werror set. The warnings were new in basis_universal v2.0.0. Prior versions needed no warning fixes.

Fix reuse lint

It fails due to a missing license file: BSD-3-Clause.txt for a license used in several source files.

This also updates from the deprecated .reuse/dep5 to REUSE.toml.

.gitignore tweaks

Clone this wiki locally