numenta / nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
http://numenta.org
GNU Affero General Public License v3.0
272 stars 278 forks source link

Remove Windows dependencies from nupic.core repository #326

Closed rhyolight closed 9 years ago

rhyolight commented 9 years ago

Is there a way to prevent the repo from containing all that Windows code? I'm not sure of the best approach. We've talked about a nupic-windows64 platform repository. This issue is still up for discussion.

breznak commented 9 years ago

is it a big problem? how much of code is added? windows platform might get popular.. EDIT: my answer for the added files: https://github.com/numenta/nupic.core/pull/265

rhyolight commented 9 years ago

I don't know, maybe nobody cares, which is fine with me. I know some are sensitive about how much cruft gets added to the repo for deployment purposes, but some of it might be necessary. I'm not sure how other C projects manage this type of thing for multiple deployment environments.

rcrowder commented 9 years ago

Dead issue? Code and data have been added. Although it'd be nice to strip out unused Boost header file and include Windows debug libraries too.