JVApen
JVApen
Hey Marnix, I'm so glad you made this fork, I've been doing these reductions by hand the last few years. Python is a bit easier to hack than perl to...
Thanks for the update, I'll download new source code (can't checkout from git). Unifdef doesn't have instructions for visual studio not has CMake, that's annoying. From an error point of...
Not yet, looking at this is an extra evening activity. Haven't had the ability to look further at this.
I truly wish I had access to Linux or even WSL to try that out. I even have restrictions in downloading packages. To come back to what I want to...
I've started again from trunk 1.3 trying to get it compiling again. With MSVC, I seem to be needing /bigobj, beside that, everything seems to build from scratch. The newly...
Yeah, now I'm trying it out, thanks to a new dependency, I now have to find a way to hack in psutil without the ability to install it. That's gonna...
Thanks, I was updating the PATH variable, not the PYTHONPATH variable. That got things working :) Some new improvements, following snippet doesn't work in batch: ``` DIR=`mktemp -d` cp c:\path\to\t.cpp...
> > > > Thanks for the update, I'll download new source code (can't checkout from git). Unifdef doesn't have instructions for visual studio not has CMake, that's annoying. >...
Any chance this can include things like: how to do aligned allocations in std::vector?
Is there any update on the fix for this issue?