The latest version of QtCreator brings an option to run static-code-analysis using Clang. I struggled a lot with the setup of Coverity for Asset-Importer-Lib, so I had some hope that the setup for Clang will be a little bit easier. I wanted to run it on Windows 10 first, then move to Linux. So here…
Build Asset Importer Lib for 64bit with Visual Studio from source-repo
If you want to generate a 64bit-build for Asset-Importer-Lib by using the Visual Studio project files generated by CMake please follow these instructions: Make sure that you are using a supported cmake ( 2.8 or higher at the moment )- and Visual-Studio-Version ( on the current master VS2010 is deprecated ) Clone the latest master…
Asset Importer Lib binaries of the latest build
If you are looking for the latest Asset Importer Lib build: we are using appveyor ( check their web-site https://ci.appveyor.com, its free for OpenSource projects ). as the Continuous Integration service for windows. If the build was successful it will create an archive containing the dll’s, all executables and the export libraries for Windows. At…
Please use only one statement per assert
Do you know the assert-macro? It is an easy tool for debugging: You can use it to check if a pointer is a NULL-pointer or if your application is in a proper state for processing. When this is not the case, if will stop your application, when you are using a debug mode, in release…
I was hacked!
Dear reader, someone hacked my webspace and all older posts were deleted. Sorry, I wil start to rework on them as fast as possible. With best regards, Kim Kulling