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 277 forks source link

Upgrade bundled capnp #420

Closed scottpurdy closed 9 years ago

scottpurdy commented 9 years ago

The bundled version is 0.5.0 and there have been at leasts two releases since then. We have had some miscellaneous capnp-related issues so we should upgrade to make sure that the issues aren't due to our older version of capnp.

Instructions are here: https://github.com/numenta/nupic.core/blob/913b92e4942790d8ee7114aacf4d9d089bbd1660/external/README.md#capn-proto-v050

The instructions should also be updated to reflect the new version.

rcrowder commented 9 years ago

@scottpurdy https://github.com/numenta/nupic.core/compare/master...rcrowder:420-capnp-upgrade-win64 Contains 0.5.2 bin and libs. The include directory contains all required for Windows (Lite version, hence no RPC headers). It's likely that when the external\common\includes is updated, these duplicate headers can be deleted. https://travis-ci.org/rcrowder/nupic.core/builds/61013078 For a green light for this change