Commit Graph

407 Commits

Author SHA1 Message Date
Jason Paryani
ce25cbfd64 Add set -euxo pipefail to travis setup script 2014-12-11 23:17:54 -08:00
Jason Paryani
c4f558a9b4 Add -fPIC flag to libcapnp build 2014-12-11 22:25:47 -08:00
Jason Paryani
4a26499586 Fix problem with detect libcapnp function 2014-12-11 22:17:37 -08:00
Jason Paryani
3411581d89 Change travis to build with and without libcapnp pre-installed 2014-12-11 22:11:25 -08:00
Jason Paryani
4c0d4ec290 Add automatic build of libcapnp if it's not detected 2014-12-11 22:04:34 -08:00
Jason Paryani
02c572fe1e Fix up libraries a bit
Remove reference to libraries in schema_cpp and list all libraries in
propert order in capnp.pyx
2014-12-11 22:03:13 -08:00
Jason Paryani
94f422da0c Merge pull request #34 from rodrigob/patch-1
Fixed typo in the documentation
2014-11-22 18:08:45 -08:00
Rodrigo Benenson
dc14b097e6 Fixed typo in the documentation 2014-11-21 23:59:47 +01:00
Jason Paryani
5cadf9f9b7 Merge branch 'release/0.4.6' into develop 2014-09-10 11:11:53 -07:00
Jason Paryani
287945dfc0 Bump version for v0.4.5. Add changes to changelog 2014-09-10 11:02:33 -07:00
Jason Paryani
e8ddfb9e91 Fix build for Cython 0.21 2014-09-10 10:48:23 -07:00
Jason Paryani
e36f0bdc6b Merge pull request #30 from kdienes/develop
Remove generated files during cleanup phase.
2014-07-12 16:21:14 -07:00
Klee Dienes
97f0d8dcb9 Remove generated files during cleanup phase. 2014-07-12 19:11:03 -04:00
Jason Paryani
ab3827ab48 Fix test_to_dict_enum under Python3 2014-06-26 01:07:54 -07:00
Jason Paryani
d2f6d6e1d6 Merge branch 'release/0.4.5' into develop 2014-06-26 00:57:37 -07:00
Jason Paryani
ecb703eae0 Bump version for v0.4.5. Add changes to changelog 2014-06-26 00:57:11 -07:00
Jason Paryani
1eafc412a8 Fix to_dict not converting enums to strings
Fixes #28
2014-06-26 00:54:23 -07:00
Jason Paryani
e7159b0ac8 Merge branch 'release/0.4.4' into develop 2014-04-25 11:04:37 -07:00
Jason Paryani
2c56c3938b Add changelog entries for 0.4.4 2014-04-25 11:04:11 -07:00
Jason Paryani
826443b306 Bump version for v0.4.4 2014-04-25 11:04:08 -07:00
Jason Paryani
d8e109c55a Fix type error in rpcHelper.h. Fixes #26 2014-04-25 11:02:02 -07:00
Jason Paryani
ba4e5e46cb Allow restoring a null objectId by passing None to restore 2014-04-09 17:06:34 -07:00
Jason Paryani
cba4378d1f Add num_first_segment_words argument wherever message creation can occur 2014-04-07 11:15:48 -07:00
Jason Paryani
3231a07c9a Merge pull request #25 from jstasiak/develop
Fix schema example in the documentation
2014-04-06 17:42:17 -07:00
Jakub Stasiak
b4ee5039fc Fix schema example in the documentation 2014-04-07 00:36:06 +01:00
Jason Paryani
becbd966de Fix from_bytes with builder=True bug. For now, it's no longer zero-copy 2014-02-27 18:16:56 -08:00
Jason Paryani
0b28862056 Add ability pickle StructReader/Builder 2014-02-27 18:16:31 -08:00
Jason Paryani
46fb701899 Small typo fixes in quickstart docs 2014-02-27 18:16:20 -08:00
Jason Paryani
9f06f0f3e8 Fix bug in to_bytes_packed when packed size > unpacked size. 2014-02-24 14:06:28 -08:00
Jason Paryani
6e3f609626 Add changelog 2014-02-23 17:20:37 -08:00
Jason Paryani
df0961f36b Merge branch 'release/0.4.3' into develop 2014-02-18 17:49:57 -08:00
Jason Paryani
7ad0374d6d Bump version for v0.4.3 2014-02-18 17:49:19 -08:00
Jason Paryani
1c4b8d0135 Skip failing test if LIBCAPNP_VERSION < v0.5.0 2014-02-18 17:48:43 -08:00
Jason Paryani
307fcbf4e7 Fix problem with uninitialized unions in _from_dict 2014-02-18 17:34:34 -08:00
Jason Paryani
110b454e2c Add accesible version numbers for C++ libcapnp 2014-02-18 17:33:38 -08:00
Jason Paryani
c3e34969ad Merge branch 'release/0.4.2' into develop 2014-02-13 22:54:55 -08:00
Jason Paryani
f05a4a6c45 Bump version for v0.4.2 2014-02-13 22:54:00 -08:00
Jason Paryani
a0668c1c9c Revert memleak fix since it's causing failures on TravisCI 2014-02-13 22:25:25 -08:00
Jason Paryani
55dcff0dad Fix TwoPartyServer to handle more than one client at a time. Fixes #23
Also fix various memleaks in RpcServer/Client
2014-02-13 22:10:05 -08:00
Jason Paryani
dceb437c44 Update tests with new which enum 2014-02-13 22:08:15 -08:00
Jason Paryani
3d8dc6daa9 Change which method to be a property and return an enum type.
Old code using which() will still work since the enum type has a
__call__ method.
2014-02-13 19:24:06 -08:00
Jason Paryani
6ccc208757 Remove unnecessary allocation when setting strings 2014-02-13 12:04:30 -08:00
Jason Paryani
e23e1cb4ed Remove redundant _setDynamicFieldPtr 2014-02-13 11:49:29 -08:00
Jason Paryani
7903225867 Remove onDrained since it was removed upstream 2014-02-10 23:27:42 -08:00
Jason Paryani
345b8a6911 Add EnumSchema and corresponding module to load 2014-02-05 15:32:14 -08:00
Jason Paryani
c9130ac44a Replace usage of strings as enum type with custom DynamicEnum class.
DynamicEnum has a comparison function that allows comparison to strings
and ints, and will effectively make it interchangable with the old
implementation in most scenarios.
2014-02-05 12:11:29 -08:00
Jason Paryani
18c6d41f96 Add beginnings of EventPort wrapping 2014-01-28 21:42:57 -08:00
Jason Paryani
f49af992ca Update README with supported python version information. Fixes #24 2014-01-27 16:07:09 -08:00
Jason Paryani
03b290969a Fix a few typos in benchmarks 2014-01-27 16:06:58 -08:00
Jason Paryani
d55ad02863 Fix bug in TwoPartyServer that fixes #22 2014-01-17 11:13:12 -08:00