Xavier Claessens

Results 99 comments of Xavier Claessens

Porting openjpeg to Meson would allow to delete the thirdparty directory completely. Meson has a subproject mechanism made exactly for that use-case. zlib, png, tiff are already available in meson...

Disclaimer: I'm not an OpenSSL developer, but a Meson developer and OpenSSL user. I would totally love seeing OpenSSL move from Perl to Python+Meson. I think Python is a much...

> The requirements to be able to build python are much higher than those to build perl. So perl is available on much more platforms. [citation needed] :D But it...

> I'm not sure what python is written in, but ninja seems use C++, which or might not be available on some of those platforms. IIRC it does not require...

> There is also the option to cross-compile, which might or might not be possible Meson of course supports cross compilation, it's usually praised as one of its strong points.

Hi, I'm sorry but I won't be able to help you, I'm not working on OpenGlucose atm and I don't have this device any more. I hope you'll find the...

> The question here is - what does it take on HIDAPI side to make it possible? You'll have to port its build system to meson, either in upstream repository...

A project that uses hidapi could uses Meson's cmake module to build hidapi: https://mesonbuild.com/CMake-module.html#cmake-subprojects. But that has many limitations and bugs.

With https://github.com/mesonbuild/vscode-meson/pull/195 multi-root works by asking the user to select one Meson project if more than one is detected. In that case we have only one builddir at a time....

One refactor that would be great however, is to be able to switch between projects without requiring a complete reload of the window.