Mark Callow

Results 59 issues of 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.

bug
cmake-build

Moving away from Travis-CI (the GNU/Linux & macOS builds) is the more important. thing.

enhancement
help wanted

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...

bug

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.

enhancement
cmake-build

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....

bug
cmake-build

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...

bug
cmake-build

After making a change to `lib/mkvkformatfiles`, building the mkvkformatfiles target does not rebuild the output files.

bug
cmake-build

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...

enhancement

This can be seen in the make files for appfwSDL and GLAppSDL for Emscripten.

bug
cmake-build

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...

enhancement
cmake-build