pycapnp/capnp
Jason Paryani 2df20212fa Fix possible segfault when importing multiple schemas
It turns out that parseDiskFile expects the imports array to last the
lifetime of the SchemaParser object.

Also, optimized for the case where the imports haven't changed, so we're
not allocating a crazy amount of these imports arrays.
2015-02-24 15:48:48 -08:00
..
helpers Add bootstrap RPC methods 2015-02-24 11:22:43 -08:00
includes Add bootstrap RPC methods 2015-02-24 11:22:43 -08:00
lib Fix possible segfault when importing multiple schemas 2015-02-24 15:48:48 -08:00
templates Remove profiling from cython modules 2014-10-27 12:56:01 -07:00
__init__.pxd Refactor layout of pxd files 2013-12-08 17:27:59 -08:00
__init__.py Initial version of code generating plugin 2014-09-04 14:21:27 -07:00
_gen.py Get code generator plugin to a decently working state. 2014-10-19 20:06:00 -07:00
c++.capnp Update c++.capnp with upstream file 2014-11-19 08:09:27 -08:00
schema.capnp Initial version of code generating plugin 2014-09-04 14:21:27 -07:00