Rochus Keller

Results 144 comments of Rochus Keller

Great, thanks; reading your release notes I conclude that my existing binding should still work with the new DLL (just witout access to new features like tableview. Or should I...

Thanks. Meanwhile I updated my fork with your most recent main commits and adjusted my BUSY files. I noticed that you removed the nrc source code (utils) which I fetched...

Update: I made yet another attempt but this time didn't merge but directly add the BUSY files (and the utils subdir) to your most recent commit; when I compile and...

Update: NappGUI up to commit 7012ff0d42576ced1652d6dc6f7c7ee1d8606f0a (2022-11-26, the latest before 1.3 r4146) works fine when compiled with BUSY. The issue only starts with your commit b31d431ab289d704e1073910e99768a4c9a921bf (2022-12-26, 1.3 r4146). I...

Unfortunately I'm not lucky yet with this release; I refactored all my BUSY files so that either static or dynamic libraries are built and used by the examples; the dynamic...

Thanks for the hint. I indeed failed to map all the detailed dependencies to the corresponding import definitions, which requires more knowledge about the implementation details than I obviously have....

Crossline is using its own no-sql database (see https://github.com/rochus-keller/udb/). It is based on the SqLite backend, but I implemented the object and transaction layer on top of it myself. Outline...

There is a trycompile built-in function, but I'm not yet happy with it. GN has a exec_script function which I was thinking of adapting, but I never required it so...

Ok, I see. The dependency systems of Meson or CMake are likely beyond the scope of BUSY in its current incarnation. The phylosophy of these systems is something like "just...

The dependency resolution features of CMake and Meson seem to have quite a complexity, and even though there is a supporting community, I still find situations where it doesn't seem...