Jason Paryani
19e1b189ca
Bump version to v0.6.3 and update changelog
2018-01-14 11:57:08 -08:00
Jason Paryani
add8af4bc9
Bump version to v0.6.2 and update changelog
2017-11-30 22:08:01 -08:00
Jason Paryani
0242ba2d33
Bump to v0.6.1 and update changelog
2017-07-27 20:11:49 -07:00
Ben Moran
1221ec75a9
Update bundled capnproto to 0.6.0
2017-06-08 12:19:52 +01:00
Jason Paryani
98b5ed837b
Bump version to v0.5.12 and update CHANGELOG
2017-04-18 21:44:30 -07:00
Jason Paryani
44c2b8dfe6
Bump version to v0.5.11 and update CHANGELOG
2017-04-10 20:37:16 -07:00
Jason Paryani
ed06d6533b
Merge remote-tracking branch 'origin/forgotten-v0.5.10' into develop
2017-04-09 20:57:51 -07:00
Ben Nizette
2ee80532a0
Rework logic to determine whether to use bundled or system libcapnp.
...
The current logic unconditionally tries to build /and run/ a small
executable linked against libcapnp. The 'run' step is ostensibly
to get the current library version number, however this number isn't
actually used anywhere.
More importantly, this breaks cross-compiling completely as in that
mode you can't run an executable that's just been built.
One option would be to fix the build scripts for cross-compiling but
this is relatively complex. This patch implements a simple change
that basically boils down to '--force-system-libcapnp' actually
forcing that, skipping the build and run tests. The assumption is
that if you're cross-compiling then you're most likely to be building
the library yourself anyway and if you're specifying that flag, then
you know what you're doing.
2017-01-09 13:07:08 +11:00
Jason Paryani
7ad51120e6
Bump to v0.5.10 and update changelog
2016-11-28 13:38:50 -08:00
Jason Paryani
0a941a9e06
Switch to using setuptools
2016-08-31 14:03:19 -07:00
Jason Paryani
3efb3f41f0
Bump version to v0.5.9 and update CHANGELOG
2016-07-07 12:15:14 -07:00
Jason Paryani
239286d4ac
Bump version to v0.5.8 and update CHANGELOG
2016-05-27 17:21:24 -07:00
Jason Paryani
5d69eda752
Add --libcapnp-url to allow installing arbitrary libcapnp versions
2016-02-17 17:24:27 -08:00
Jason Paryani
4b76211b78
Bump version to v0.5.7
2015-06-16 11:57:33 -07:00
Jason Paryani
4f62593bcc
Bump version for v0.5.6
2015-04-13 14:49:26 -07:00
Jason Paryani
00e6bf2a5b
Bump version to v0.5.5
2015-03-05 12:56:58 -08:00
Jason Paryani
95d1ce5903
Add changelog to description
2015-03-05 12:51:56 -08:00
Jason Paryani
153575d9b0
Bump version to v0.5.4
2015-03-02 14:15:21 -08:00
Jason Paryani
bf05e555d2
Default to using cython if cythonized files not found
2015-03-02 13:44:12 -08:00
Jason Paryani
7dc6f28ed9
Bump version to v0.5.3
2015-02-23 11:23:39 -08:00
Jason Paryani
b2daf3911d
Default to not using cython
2015-02-23 11:21:19 -08:00
Jason Paryani
fe768ba7c8
Bump version to v0.5.2
2015-02-20 17:24:58 -08:00
Jason Paryani
0aebde18d5
Update pycapnp to beta status in trove classifier
2015-02-20 17:20:04 -08:00
Matthew Taylor
b3575cb1b4
Added --force-cython & --disable-cython options.
...
Fixes #50 .
2015-02-03 08:35:04 -08:00
Jason Paryani
826728ba7f
Bump version for v0.5.1
2014-12-28 00:03:55 -08:00
Jason Paryani
544efbddac
Change setup.py to only use cython if it's available
2014-12-28 00:02:57 -08:00
Jason Paryani
2ee4498318
Merge branch 'feature/v0.5' into develop
...
Conflicts:
capnp/helpers/helpers.pxd
capnp/helpers/rpcHelper.h
capnp/lib/capnp.pxd
capnp/lib/capnp.pyx
requirements.txt
setup.py
test/test_struct.py
2014-12-15 12:20:26 -08:00
Jason Paryani
067177dc95
Add install flags --force-bundled-libcapnp and --force-system-libcapnp
2014-12-12 15:15:18 -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
f14bcb1e85
Fix build for Cython 0.21
...
Conflicts:
capnp/helpers/helpers.pxd
capnp/lib/capnp.pyx
requirements.txt
setup.py
2014-10-19 20:30:23 -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
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
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
ecb703eae0
Bump version for v0.4.5. Add changes to changelog
2014-06-26 00:57:11 -07:00
Jason Paryani
826443b306
Bump version for v0.4.4
2014-04-25 11:04:08 -07:00
Jason Paryani
485f24987d
Bump version for 0.5.0-dev
2014-04-19 16:58:26 -07:00
Jason Paryani
7ad0374d6d
Bump version for v0.4.3
2014-02-18 17:49:19 -08:00
Jason Paryani
110b454e2c
Add accesible version numbers for C++ libcapnp
2014-02-18 17:33:38 -08:00
Jason Paryani
f05a4a6c45
Bump version for v0.4.2
2014-02-13 22:54:00 -08:00
Jason Paryani
d238e7c79a
Bump version for 0.4.1
2013-12-18 17:13:05 -08:00
Jason Paryani
c322ea3a4c
Bump version to 0.4.0
2013-12-12 11:56:31 -08:00
Jason Paryani
bf07cb5bab
Fix setup.py forgetting capnp/lib/*.pyx
2013-12-10 23:04:56 -08:00
Jason Paryani
bba1918566
Add ez_restore function to Client. Also add c++.capnp and rpc.capnp
2013-12-09 21:30:27 -08:00
Jason Paryani
1e87bed8c7
Refactor capnp.pyx to be in lib subdirectory
2013-12-08 17:43:08 -08:00
Jason Paryani
cff551c774
Refactor layout of pxd files
2013-12-08 17:27:59 -08:00
Jason Paryani
d8bb8206b9
fix up small typos
2013-11-05 15:37:51 -08:00
Jason Paryani
6733b84b07
Bump version for v0.3.14
2013-09-04 11:20:48 -07:00
Jason Paryani
6c65eddbc1
Bump version for v0.3.13
2013-09-04 10:39:38 -07:00