Mark Callow
Mark Callow
@MathiasMagnus please address the outstanding issues and complete this work.
> the understanding that due to the additional requests we ran out of time and budget to do the clang-format change Were these "additional requests" related or unrelated to clang-format?...
> There is no way to exclude individual files from formatting. What about .clang-format-ignore which I've just discovered at https://clang.llvm.org/docs/ClangFormat.html.
We have successful builds with clang 20 and 21. What language standard are you compiling with? Our builds that use `fmt{}` default to c++17. I suspect you are trying something...
Should be fixed by PR #1056.
A few things to note: 1. CI is set up so when a release tag is added (e.g. v4.3.2) is added to the repo, it builds and deploys a release...
> However, there already _are_ places that carry a version number that would have to be adjusted manually. Specifically, the main `pom.xml` currently declares the Java version of the KTX...
@javagl I am preparing the next release. As part of that I am creating a new GitHub Action to build just the documentation. This has lead to the following questions...
I'm ready to prepare the next release. I would like the Java documentation to be included in the documentation package that will built when Java/JNI is included in the build...
> @MarkCallow I'll likely not be able to allocate enough time for sorting out the documentation before the next release is due. Do it when you have time. The current...