Matthias Jung

Results 46 comments of Matthias Jung
trafficstars

I think this would not make much of a difference to LT, because a real core would do transaction pipelining. I think this behaviour is more less the same as...

One of my workaround would be to switch to pthreads/fibers. However this code in the CMAKE file prevents me of doing that: ``` if (WIN32 AND ENABLE_PTHREADS) message (FATAL_ERROR "Pthreads...

Commenting out the last 3 lines in the .s file helps: ```c++ //#if defined(__linux__) && defined(__ELF__) //.section .note.GNU-stack,"",%progbits //#endif ``` I assume that MinGW is still detected as linux

Yeah, I realised that there are many calls to /proc which does not exists in macOS. I just wrote a simple rsync script by myself. However, platform independence could be...

Any update on this? For me it is super important to have the CircuitTikz and Tikz soon in manim...

When will be the November-Relase?

Still a problem... just experienced it...

That feature would be important for us

And Mac? would it be possible to capture alle events just via Qt?