Winfried Dobbe
Winfried Dobbe
Resolves #168 . Install a cmake module that provides cmake function `flatcc_generate_sources`. This function simplifies generation of C code from flatbuffer definition file(s).
Add a cmake function that will take one or more flatbuffer definition files and an output directory. The function will then generate the C files in that directory. This prevents...
The current documentation of generator cmake_find_package informs that you can have your cmake modules be automatically included in the generated Findxxx.cmake file. However it doesn't tell how to specify the...
Currently the JWT cmake file uses different ways to find OpenSSL on each platform. This makes the cmake file more complicated than necessary. Even worse is that the standard way...
Specify library name and version: **qt/5.15.11** The qt5 qtwebengine module still needs python2 to build it. The qt5 conanfile.py checks if a valid python2 version is installed by running 'python2...
Specify library name and version: **qt/5.15.11** The build of the qt5 qtwebengine module fails during the compilation of ffmpeg that comes with the chromium engine: `3rdparty/chromium/third_party/ffmpeg/libavcodec/x86/mathops.h:125: Error: operand type mismatch...
In Jenkins (with the Jenkins Artifactory plugin installed) you can use Conan functionality. For example in a pipeline script: client = Artifactory.newConanClient() def b = client.run(command: "install ..") Unfortunately the...