Andrea

Results 34 comments of Andrea

I've been trying to compile with VS for months, still can't get it to work, for the RogueVector I've replace these functions: template void RogueVector::setData(T\* data) { T\* this_data =...

I've managed to compile everything in VS and build a static library, but the library itself didn't work so I couldn't test that implementation. Besides the roguevector there are many...

IMO the 1.2gb lib is not usable, I also reckon it should be compile without the dependencies.

the static library in release was about 700-800Mb so still huge. Today I've made some progress, as I said I gave up(for now) with the static library, instead I've compiled...

I'm using the commented code you left there. It seems fine

I've found another issue while building in debug, the static free method in algorithfactory.h seems in conflict with the reserved one, I had to rename it to something like this:...

what errors are you getting? I had similar problems with kissfft

is there any update on this? I've managed to compile in VisualStudio a while ago, I had to do many tweaks and hacks. Now I want to update to the...

Hi, I'd rather stay on the master branch, also as I did for OSX I'm trying to compile without the optional dependencies. is this something doable as now or does...

Ideally I'd like to build it in the same way I did it for OSX using lightweight=fftw Unfortunately I don't have a linux machine here, I'll probably have a go...