David Renshaw
717d977233
Fix integer overflow issues.
2015-04-20 21:10:52 -04:00
dvdreddy
b56b91531c
Fix setting default vals for Enums
...
Currently since we are xoring the default value in
the enums, if a enum field is set and then queries
you will encouter wrong values being returned. Adding
the xor offset in the generated code fixes this. Also
added a small test for this check
2015-03-11 17:40:54 -04:00
David Renshaw
0e8fe55593
Fix integer overflow bugs.
2015-03-08 20:39:44 -04:00
David Renshaw
2b1d5c201e
Fix integer underflow bug.
2015-03-08 20:09:56 -04:00
David Renshaw
6cd61ff149
Prevent CPU amplification attack.
2015-03-03 10:46:42 -05:00
David Renshaw
a127b08191
add missing return statement
2015-03-03 09:44:04 -05:00
David Renshaw
05ee85b375
upgrade travis config to use new release of Cap'n Proto
2015-03-02 19:43:17 -05:00
David Renshaw
df1812c7eb
prevent sbt from autoadding scalalib dependencies
2015-02-25 20:38:38 -05:00
Pedro Larroy
fd3f6447ac
Publishing to OSS sonatype
2015-02-24 14:34:02 +01:00
David Renshaw
60d19ed4cb
Fix up license info and add version number to sbt config.
2015-02-22 13:41:45 -05:00
dvdreddy
3c5dbf1165
Add OSS publishing to runtime
2015-02-19 18:27:37 -08:00
David Renshaw
86deb83f82
error messages that point to java.capnp
2015-02-16 12:46:35 -05:00
David Renshaw
2472fad686
add Make recipe for cross compiling capnpc-java to win32
2015-02-16 10:54:47 -05:00
David Renshaw
0e33e0908d
copy-pasto
2015-02-16 09:13:29 -05:00
David Renshaw
6fafd065be
change back to the right directory
2015-02-16 09:07:50 -05:00
David Renshaw
87993eb407
openjdk8 doesn't exist. forgot to cd.
2015-02-16 09:04:49 -05:00
David Renshaw
b9bf0a7bd1
typo
2015-02-16 09:02:28 -05:00
David Renshaw
dd36d7252f
set the C compiler in travis config
2015-02-16 09:00:02 -05:00
David Renshaw
e0a0204e3f
update travis: java 8, capnp 0.5.1
2015-02-16 08:55:50 -05:00
David Renshaw
8a06a595f6
stub package documentation
2015-01-29 10:33:45 -05:00
David Renshaw
cdf2f464b7
simplify target directory for example and benchmark
2015-01-28 13:47:52 -05:00
David Renshaw
9269bf1e71
update benchmark script for new location of compiled classes
2015-01-28 09:57:36 -05:00
David Renshaw
059b4c4c6e
Merge pull request #11 from velvia/master
...
Make it easy to publish jars
2015-01-05 18:31:55 -08:00
Evan Chan
4e42cf017e
Make it easy to publish jars
2015-01-05 13:30:54 -08:00
David Renshaw
aa25559900
add version check
2014-11-29 08:50:43 -05:00
David Renshaw
ed615fdeb9
slightly more robust Makefile. Fixes #7
2014-11-26 12:36:10 -05:00
David Renshaw
855f635e50
finish implementation of followBuilderFars()
2014-11-18 08:49:02 -05:00
David Renshaw
9ba6f3970c
finish implementation of transferPointer
2014-11-17 18:42:44 -05:00
David Renshaw
57f8a5cdfc
struct field upgrades
2014-11-17 17:39:16 -05:00
David Renshaw
a5f234136f
more support for struct list upgrades
2014-11-16 21:17:56 -05:00
David Renshaw
6174de6744
builder upgrade from List(Primitive) to List(Struct)
2014-11-16 19:06:35 -05:00
David Renshaw
00cc63dfe8
reading double far pointers
2014-11-16 14:14:15 -05:00
David Renshaw
c25b96fe83
fill in some test data
2014-11-11 17:35:07 -05:00
David Renshaw
fd3efb080e
add a Zeroing test and fix some bugs
2014-11-09 16:32:51 -05:00
David Renshaw
a7d3175f60
finish zeroObject(). still needs tests
2014-11-09 13:36:24 -05:00
David Renshaw
2902b6c753
working on WireHelpers.zeroObject
2014-11-04 21:53:34 -05:00
David Renshaw
18b03eae8a
list of generic structs
2014-10-29 10:28:25 -04:00
David Renshaw
46e5e77cc8
setters for fields of generic structs
2014-10-29 10:03:17 -04:00
David Renshaw
5f98572b7c
setter method for constrained anypointer fields
2014-10-29 09:26:50 -04:00
David Renshaw
bf3384c926
simplification
2014-10-28 20:17:33 -04:00
David Renshaw
cba14cb6f6
set another field
2014-10-28 19:46:29 -04:00
David Renshaw
dabb9a6ee6
use wildcards
2014-10-28 19:43:25 -04:00
David Renshaw
a578dd1332
drat, this doesn't quite work
2014-10-28 18:23:51 -04:00
David Renshaw
3d8537521c
adjust where the dot gets put in
2014-10-28 17:59:02 -04:00
David Renshaw
2557bd30c9
more
2014-10-28 17:34:54 -04:00
David Renshaw
71c77a97f8
a bit more cleanup
2014-10-28 17:28:28 -04:00
David Renshaw
5f4a5f79ed
some cleanup
2014-10-28 17:27:02 -04:00
David Renshaw
20c20702e1
plugging things in
2014-10-28 15:54:40 -04:00
David Renshaw
252703ddfa
progress
2014-10-28 14:28:49 -04:00
David Renshaw
6403f605aa
update typeName and javaFullName to take capnp::Type
2014-10-28 13:17:02 -04:00