Kevin Kofler

Results 94 comments of Kevin Kofler

You also need to link libcap statically if you want to do a true static build.

The proper way to resolve that issue, if it is indeed due to using the IDE (KTIGCC behaves the exact same way, by the way), is to just add the...

FYI, as far as I can tell, at least MUMPS and TAUCS are already Open Source.

http://graal.ens-lyon.fr/MUMPS/ The download page states that it is in the public domain.

Is there any update on this stuff (interfacing e.g. MUMPS)? We could really use a Java interface for a sparse linear solver here at the University of Vienna now.

The license of the Qt examples has since been changed from GPL v2 only to a permissive BSD license. Scribus updated the license header of their `schelptreemodel.cpp` back in 2012:...

The OSI interface definitely needs adapting to commit 0e81db0e459c82019d46685bd791bb050fd3e839: all the status query methods are still the stubs left by that commit, they need to work with the model status...

IMHO, it would be a better idea to disable smooth scrolling by default and keep native scrollbars enabled by default if the 2 features conflict.

> You can use `Thread.getAllStackTraces().keySet()` and then filter the set via stream API in order to find the main thread. You don't even need the stream API, you can just...

That said, this is only a workaround and this really ought to be fixed within javassist.