wisk

Results 34 comments of wisk

Please, tell me if I'm wrong but these included headers are the part of the program (unlike modules), so isn't it ok to use double quotes instead of angle brackets?...

Hi dnivra, OGDF dependency will be handled by vcpkg. Normally, this issue will be fixed soon.

Hi halsten and sorry for the day, I'm on vacation right now. I tried to redesign the way graph are drawn in order to handle jump table pattern correctly, unfortunately...

Hi @shuber1, It should work now (branch dev), however you might have to install the package ``pkg-config``. Alternatively, you can install the ``qt5`` package and use both ``-DMEDUSA_BUILD_WITH_QT=FALSE`` and ``-DCMAKE_MODULE_PATH=``...

Hi ghost, You're right. The name will change to LR35902 when I'll have time to do so. Thanks for reporting.

Hello everyone, Sorry for the delay. The build with hunter is broken since long time. I can't afford to spend time to maintain a particular branch of hunter anymore. However...

Hello dnivra, I think this is a issue with CMake, if you use a up to date version, CMake is able to decompress it correctly. If you could tell me...

Hi dnivra, I guess this is a issue with the way how modules are loaded. By default, medusa tries to load modules from the working directory, this is convenient for...

Regarding the blank screen, could you make sure modules (ldr_*, arch_*, etc) are correctly loaded? To do that, you can either take a look at the log widget or see...

Regarding the lib name, this is an issue with hunter which set ``CMAKE_DEBUG_POSTFIX ="d"``. For some reason, this variable is set globally, that's why you have a ``medusad.so`` instead of...