Roger Leigh

Results 10 comments of Roger Leigh

I was just looking at CMake support for libdeflate (for use with libTIFF), and noticed all the hard work had already been done! This is really nice. For building with...

Hi Kevin, thanks for reporting this. At the present time, this project hasn't yet been updated to work with Ice 3.7 at all, so even with the fix it's rather...

Can you use `std::span` for this? Create a `std::span` which will point to the two arrays of three elements. Then create a new usertype for this type, where the `sol::meta_function::index`...

Re-testing with Ubuntu 20.04 and libtiff 4.1.0 (libtiff5-dev): [also requires #121 merging] ``` (test-libtiff) $ python Python 3.8.2 (default, Mar 13 2020, 10:14:16) [GCC 9.3.0] on linux Type "help", "copyright",...

In an ideal world, no project would do the embedding thing. `gtest` made this difficult due to its draconian (and IMO unjustified) restrictions on installing. I've switched to using the...

Since I originally reported the issue nearly six years ago, googletest is now distributed in a directly usable form by most Linux distributions, homebrew, vcpkg etc. I and others did...

I created https://github.com/pearu/pylibtiff/issues/180. It doesn't look like there has been any change at all. It still fails in the same way originally reported. The stack trace is slightly different but...

Did you have a chance to look at this? I'd certainly like to evaluate it in a few projects, but need to be able to depend upon a stable version,...

I have done some initial work on this in the linked PR (#249). There will be more to come, this is just the initial step to make it installable and...