Ian McInerney

Results 230 comments of Ian McInerney

> To be honest, we could probably support older versions of EGL, though. I just picked the latest when I implemented the original EGL support because it was new to...

> Yes, all this is rather baroque, but, as you say, it seems to be the only way to preserve compatibility while also allowing to opt into using EGL. I...

Fedora has already been carrying a patch adding this for at least the last 3 or so years: https://src.fedoraproject.org/rpms/audacity/blob/rawhide/f/gdk_x11_backend.patch

> That's good to know. I imagine you're not aware of anyone running into problems because x11 is missing either then, correct? @imciner2 No, we've never had any problems reported...

I've gone ahead and tweaked the API so that we now track owning and not-owning the arrays inside a CSC matrix, and free them accordingly. This comes alongside adding some...

I believe all these errors should now be handled in the version of OSQP available on the master branch. Please try a checkout of the master branch and see if...

`csc_spalloc` and `csc_spfree` are part of the algebra backend, which means their implementation is specific to the algebra backed used (and in fact, CUDA doesn't even have these functions because...

> remove $ from $ This is already going to be merged as part of https://github.com/osqp/osqp/pull/559, since no one replied to my last question on that PR I just implemented...

> does making the external project using the internet optional make sense We had originally planned for a separate QDLDL to be usable, but that accidentally got missed during the...

I apparently can't retarget this to the master branch after deleteing the old branch. Sorry about that, I thought I could do that after merging that.