Mark Callow
Mark Callow
So the tests often fail because the executables aren't found as they haven't been built. It must have dependencies on all programs it is testing.
Moving away from Travis-CI (the GNU/Linux & macOS builds) is the more important. thing.
This stems from issue #373. Two things needs to be done: 1. Remove the artificial size limits in the JPEG decoder. 2. Due to GPU texture size limits, ktx should...
We should create a demo app using KTX (outside of this repo) that is as simple as possible and based on CMake. This gives the programmer's perspective.
Whenever I try to run a project in a generated MS Visual Studio solution it tells me that various projects are outdated and asks if I want to build them....
When I configure for iOS I get the following message from CMake. It's printed in black so apparently not an error but it is still confusing. ``` Could NOT find...
After making a change to `lib/mkvkformatfiles`, building the mkvkformatfiles target does not rebuild the output files.
toktx should distinguish between JFIF and EXIF files. If JFIF it should transform the required BT.601 space (gamma 2.4) to sRGB. If EXIF it should verify the color space is...
This can be seen in the make files for appfwSDL and GLAppSDL for Emscripten.
The generated CMake makefiles (at least those generated for the web version `emcmake`) name the object files `.cpp.o` & `.c.o`. I do not like this. Please fix so they are...