Timothy Hobbs
0353044587
bool → cbool (probably just a typo)
...
Fixes https://github.com/capnproto/pycapnp/issues/249
2021-04-25 21:51:12 +02:00
Sergii Vystoropskyi
31ffe4ae2b
minor bug fixes for python3 + .c++ file support that is not destructive
2021-04-08 00:53:45 -07:00
Jacob Alexander
8062e6f401
Adding Windows 32-bit and 64-bit builds
...
- Basic tests are working
- May need some adjustments to get all tests working
- Cleaned up bundling to take Python arch into account when building
with multiple architectures
2019-10-17 00:36:46 -07:00
Jacob Alexander
de22f7eb97
Fixing compilation errors with capnproto-7.0.0
2019-09-16 21:33:56 -07:00
Mike Lundy
7164f04a7c
Eliminate outdated function
2016-03-04 13:52:14 -08:00
Mike Lundy
8c3c57aa32
Make sure to encode to utf-8, not the default encoding
...
This allows text fields to take unicode strings under python 2.
2016-03-04 13:50:43 -08:00
Jason Paryani
f69d7e13f6
Remove profiling from cython modules
...
This also fixes the build problems with pypy
2014-10-27 12:56:01 -07:00
jfgauvin
4f706c8b05
Support ordered dictionnary
...
Now possible to create ordered dictionnary using 'to_dict' function with
the ordered parameter.
2014-10-27 10:59:07 -04:00
Jason Paryani
64e80e06bf
Get code generator plugin to a decently working state.
...
Still a few outstanding performance issues, and imports inside .capnp
files may not be working
2014-10-19 20:06:00 -07:00
Jason Paryani
ece4e36329
Rename setup.py template to setup.py.tmpl to avoid confusion
2014-09-04 18:44:42 -07:00
Jason Paryani
2db935a00b
Speed up code generated modules even more.
...
Switch to using generated c++ capnp code
2014-09-04 18:04:52 -07:00
Jason Paryani
93352a31d2
Initial version of code generating plugin
...
The plugin generates higher performance compiled versions of the structs
2014-09-04 14:21:27 -07:00