hobyst

Results 43 comments of hobyst

After testing it for a while with with some people, I've now uploaded the updated `controller_definition.py` file to the thread for the script in the Image-Line forum to get a...

The "Save" button became gray and didn't allow you to save because you left the file name box empty. The moment you specify the file name Xournal++ allows you to...

> Hi friends. What I'm want to say is that if you want to partition your projects in Modern Cmake, don't use static libraries to partition your projects. This bring...

To modernize the CMake script entirely, I would rather start from scratch with a new script that would follow Modern CMake as much as possible, then port functionality (options, compilation...

> dllexport is not necessary for dynamic lib, cmake has [this](https://cmake.org/cmake/help/latest/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.html) to export all symbols. What I say is this case: > > ``` > add_library(rmlui_lua STATIC rmlui_lua.cpp) > add_library(rmlui...

> may we can use this cmake script: > > ```cmake > function(add_deps target_name pkg_name) # such as params ares freetype::freetype and freetype > if(TARGET ${target_name}) # if already has...

You can get the raw RGB decimal values for each color palette entry that Ableton is currently using for the default color palette set by their own Control Surface script...

> From what I understand, Conan is only used for boost right now, right? @Macdu Yes. The FFmpeg recipe hasn't been ported to Conan 2.0 yet.

@Macdu @EXtremeExploit The recipe of OpenSSL 3.x seems to now work with Conan 2.0. These are the options exposed by the package recipe configure the build: List of options ```python...

@Macdu @EXtremeExploit After some more testing, it seems the Conan recipe for OpenSSL 3.x is still broken because the header files aren't included in the include path by CMake. Even...