Commit graph

95 commits

Author SHA1 Message Date
Jason Paryani
ca76d66fdd Bump version for v0.3.5 2013-08-25 17:52:44 -07:00
Jason Paryani
2bfc0e0d9a update docs for constants 2013-08-25 17:51:23 -07:00
Jason Paryani
c6250962e6 Add handling of constants in schemas 2013-08-25 17:07:08 -07:00
Jason Paryani
ea1f22e5c6 Fix new error with DynamicValue.Builder no longer being copyable 2013-08-25 16:41:37 -07:00
Jason Paryani
39e93ae4f8 Merge branch 'release/0.3.4' into develop 2013-08-22 17:49:06 -07:00
Jason Paryani
90248f6bfa Bump version for v0.3.4 2013-08-22 17:48:39 -07:00
Jason Paryani
59279ee311 Fix Void namespace change 2013-08-22 17:48:02 -07:00
Jason Paryani
948f74d804 Updated capnp schema to conform with new union rules 2013-08-22 17:47:44 -07:00
Jason Paryani
83c365f10a Merge branch 'release/0.3.3' into develop 2013-08-22 09:19:59 -07:00
Jason Paryani
97d96ac08a Bump version for v0.3.3 2013-08-22 09:19:33 -07:00
Jason Paryani
8507eb6901 Fix for the removal of DynamicUnion from the C++ API 2013-08-22 09:18:29 -07:00
Jason Paryani
f82cdc5c99 Fix random formatting issues 2013-08-22 08:31:07 -07:00
Jason Paryani
a5d7c14d98 Merge branch 'release/0.3.2' into develop 2013-08-21 18:20:44 -07:00
Jason Paryani
cfb9917910 Bump version for v0.3.2 2013-08-21 18:20:19 -07:00
Jason Paryani
3a7ccaaac2 Add MANIFEST.in to include README 2013-08-21 18:09:47 -07:00
Jason Paryani
b13cf4f483 Merge branch 'release/0.3.1' into develop 2013-08-21 17:53:00 -07:00
Jason Paryani
f2946ae7a4 Bump version for v0.3.1 2013-08-21 17:52:24 -07:00
Jason Paryani
2fd40f528e Update docs 2013-08-21 17:46:50 -07:00
Jason Paryani
e86bd35771 Update docs with lines about upgrading setuptools 2013-08-21 17:45:13 -07:00
Jason Paryani
d626e39a3f Merge branch 'release/0.3.0' into develop 2013-08-21 17:34:16 -07:00
Jason Paryani
0e178c8bcb Bump version for 0.3.0 2013-08-21 17:28:14 -07:00
Jason Paryani
d2701de590 Update README for 0.3.0 2013-08-21 17:28:02 -07:00
Jason Paryani
79653ca260 Add doc about abasolute paths for load function 2013-08-21 17:18:02 -07:00
Jason Paryani
934a204ea5 Fixed up the docs a bit with sugesstions from Kenton 2013-08-20 00:58:34 -07:00
Jason Paryani
4373ecc50b Fix spacing typo 2013-08-18 23:49:07 -07:00
Jason Paryani
6c3041a9c6 Fix up docs 2013-08-18 22:43:40 -07:00
Jason Paryani
fdb427fb5c Change the docs to not require library installation 2013-08-18 22:20:37 -07:00
Jason Paryani
3c74c5d244 Add requirements file 2013-08-18 22:07:19 -07:00
Jason Paryani
57903902ae Merge branch 'feature/docs' into develop 2013-08-18 21:49:27 -07:00
Jason Paryani
22b3199335 Initial commit of docs 2013-08-18 21:49:12 -07:00
Jason Paryani
8b92a251e4 Clean up namespace a bit and add cython exporting of function signatures 2013-08-18 21:48:49 -07:00
Jason Paryani
ba2a05e872 Remove warning about Void syntax changing 2013-08-18 21:42:33 -07:00
Jason Paryani
bbd458985e Add setuptools to install_requires 2013-08-18 00:25:51 -07:00
Jason Paryani
b4c6ec9fe6 Add querying unnamed enums to structs 2013-08-15 15:44:54 -07:00
Jason Paryani
cec42dd2b8 Bump version number to 0.2.1 2013-08-13 23:09:02 -07:00
Jason Paryani
b02244799b Fix enum interface change for benchmark 2013-08-13 23:08:42 -07:00
Jason Paryani
98fd7d5b8a Random formatting cleanup 2013-08-13 23:04:03 -07:00
Jason Paryani
b4ae2a0bff Allow import paths in the schema loader 2013-08-13 23:00:43 -07:00
Jason Paryani
1cffd23371 Fix travis build 2013-08-13 22:47:34 -07:00
Jason Paryani
4eb633e3b5 Forgot configure in travis build 2013-08-13 22:40:56 -07:00
Jason Paryani
c58a81ea0e Make sure travis has autotools installed 2013-08-13 22:33:48 -07:00
Jason Paryani
ba8917b685 Fix travis build. Remove dependency on gist 2013-08-13 22:29:52 -07:00
Jason Paryani
10cb2571a6 Fix travis build 2013-08-13 22:26:25 -07:00
Jason Paryani
f411fc216a Use SchemaParser API to remove dependency on subprocess call to compiler 2013-08-13 22:21:38 -07:00
Jason Paryani
6d3c0117b4 Add classifiers to setup.py
[skip ci]
2013-08-12 17:48:20 -07:00
Jason Paryani
3325354bc0 Fix for Python 2.6 compatability 2013-08-12 17:41:41 -07:00
Jason Paryani
c9090a653e Update Travis script to run example.py for now 2013-08-12 17:36:18 -07:00
Jason Paryani
5a1349d0cb Add even more languages to Travis CI 2013-08-12 17:35:20 -07:00
Jason Paryani
4aa4b420e4 Add python 3.2 and pypy to Travis CI 2013-08-12 17:30:48 -07:00
jparyani
10d6881dca Update README.md with Travis build indicator 2013-08-12 17:20:58 -07:00