Jason Paryani
|
259d1a46c1
|
Fixed a bug with unions. Also made README better`
|
2013-07-06 18:40:05 -07:00 |
|
Jason Paryani
|
7b8de8bbfe
|
Added a load function to the capnp module
It takes .capnp file and will load it through the C++ capnproto library.
Only major thing left is initializing lists and structs in
MessageBuilder
|
2013-07-06 16:53:00 -07:00 |
|
Jason Paryani
|
08ad9e571f
|
Dynamic API almost done. Reading is complete.
Still need to flesh out the writing part of the API. init functions
are making it very messy at the moment.
|
2013-06-28 01:04:01 -07:00 |
|
Jason Paryani
|
40a16470cf
|
Change library to use dynamic API of capnproto.
Currently only get is working on DynamicStructReader, but
the mechanics are mostly there.
|
2013-06-26 23:01:37 -07:00 |
|