Page 2 of 2

Re: GRT 1.2 release: With OpenCL, SHA1, and WebTables!

PostPosted: Tue Nov 08, 2011 3:49 am
by Bitweasil
I was able to reproduce the issue with GRTIndex on Windows and will get this fixed. :)

Re: GRT 1.2 release: With OpenCL, SHA1, and WebTables!

PostPosted: Wed Nov 09, 2011 1:28 am
by Bitweasil
Ugh. Differences between compilers.

I fixed the GRTIndex issue, and now am fighting with my mersanne twister include file...

*rage* Visual Studio needs to pick a standard and implement it!

Re: GRT 1.2 release: With OpenCL, SHA1, and WebTables!

PostPosted: Thu Nov 10, 2011 7:26 am
by aXmeD
Cool, thanks!
Where I can download and test? :mrgreen:

Re: GRT 1.2 release: With OpenCL, SHA1, and WebTables!

PostPosted: Thu Nov 10, 2011 11:19 pm
by Bitweasil
aXmeD wrote:Cool, thanks!
Where I can download and test? :mrgreen:


Still fighting with the Windows build. My pseudorandom number generator system is driving me nuts (C vs C++ files, extern issues, weird header problems with Visual Studio), so I'm converting that to be a class and use Boost for mersenne twister implementation. I'm nearly done with this, but probably won't drop out a binary until that's done. You can always build from source in SVN...

Hoping to finish it tonight & tomorrow.

Cross platform stuff sucks...

Re: GRT 1.2 release: With OpenCL, SHA1, and WebTables!

PostPosted: Fri Nov 11, 2011 4:43 pm
by Bitweasil
CHRandom class is finished & plugged in, so as soon as I finish a few more tests (and probably a basic functionality test script), I'll push out 1.22 - minor bugfixes from 1.21 for Linux, major improvements from 1.20 for Windows. Including making webtables work properly. :)