Richard Crowder
Richard Crowder
@breznak No, this issue is good. And ties in with https://github.com/numenta/nupic.core/issues/567 where this work is due to occur first.
Plus Google's http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py that enforces Google C++ Style Guide http://google-styleguide.googlecode.com/svn/trunk/cppguide.html Also, looking at Vera++ https://bitbucket.org/verateam/vera/wiki/Home Not sure how these would work automatically with github hooks? Are we just after a...
To see the extent of Lint changes I've done a quick pass over src/ using Vera++ My feature branch below has .vera files alongside the cpp, hpp, c, and h...
@rhyolight I have seen that, but not tried it out. I'll leave that branch up, but going to finish the windows port first. Most of the issues found by Vera++...
Ahmed and I was discussing this in a Gitter room last night. He's made an initial stab at this and got it built as a DLL and linked to the...
Excellent, thank you Scott. I believe Ahmed has already made the change in the windows branch to use this define now.
Yes, that makes more sense. This was a simple test, for other work, to see what was required. And looks like only minor code refactoring required to break Python linkage...
Those look like part of the sparse matrix bindings - https://github.com/numenta/nupic/blob/master/nupic/bindings/sparse_matrix.i#L2292 Line 2355 for rowDist, etc.
@breznak Is this issue now resolved, after the work in #278 ?
@breznak Excellent, thanks for the update. Been thinking from a Raspberry Pi point of view. Mine's gathering dust, and crying to get some simple sensors working through it.