| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the aprotoc target for Windows. | Leandro Gracia Gil | 2014-07-28 | 1 | -1/+1 |
* | Don't return NULL from {Boxed}PrimitiveTypeName. | Brian Duff | 2014-07-21 | 1 | -4/+4 |
* | Fix access around unknownFieldData. | Max Cai | 2014-07-15 | 3 | -9/+4 |
* | Support generation of Parcelable nano messages. | Jeff Davidson | 2014-04-25 | 3 | -2/+20 |
* | Adds --ignore_service nano proto compiler flag | Jie Dai | 2014-04-23 | 3 | -2/+13 |
* | Don't reset cachedSize to 0 in getSerializedSize | Dave Hawkey | 2014-04-10 | 1 | -3/+2 |
* | Revert "Don't reset cachedSize to 0 in getSerializedSize" | Wink Saville | 2014-03-21 | 1 | -2/+3 |
* | Don't reset cachedSize to 0 in getSerializedSize | Dave Hawkey | 2014-03-21 | 1 | -3/+2 |
* | Fix compile error on mac 10.9 | Wink Saville | 2014-02-21 | 1 | -0/+1 |
* | Merge "Extension overhaul." | Max Cai | 2014-02-17 | 9 | -131/+258 |
|\ |
|
| * | Extension overhaul. | Max Cai | 2014-01-10 | 9 | -131/+258 |
* | | Fix repeated packed field merging code for non-packed data. | Max Cai | 2014-01-16 | 1 | -1/+4 |
* | | Add validation when parsing enum fields. | Max Cai | 2014-01-16 | 4 | -33/+148 |
* | | Allow whitespace in nano codegen options. | Max Cai | 2014-01-14 | 1 | -22/+37 |
* | | Correctness: floating point equality using bits instead of ==. | Max Cai | 2014-01-10 | 3 | -40/+62 |
* | | Don't serialize required fields whose 'has' flags are unset. | Max Cai | 2014-01-10 | 3 | -5/+9 |
|/ |
|
* | Avoid class initializers to help ProGuard. | Max Cai | 2013-12-10 | 10 | -76/+219 |
* | Nano: don't generate accessor methods for nested methods | Andrew Flynn | 2013-12-09 | 3 | -119/+6 |
* | Align with main: two ways of parsing repeated packable fields. | Max Cai | 2013-11-18 | 8 | -106/+252 |
* | Fix warnings warnings in header files, hide others. | Kristian Monsen | 2013-11-13 | 2 | -3/+3 |
* | Minimize method count for nanoproto. | Tom Chao | 2013-11-11 | 2 | -61/+28 |
* | Allow for ref-type arrays containing null elements. | Aurash Mahbod | 2013-11-05 | 2 | -20/+51 |
* | Implement hashCode() and equals() behind a generator option. | Brian Duff | 2013-10-25 | 13 | -57/+456 |
* | Feature request: set() and clear() accessors return this | Max Cai | 2013-10-16 | 3 | -17/+27 |
* | Make generated code more aligned with Google Java style. | Max Cai | 2013-10-16 | 6 | -55/+78 |
* | Fix repeated field merging semantics. | Max Cai | 2013-10-15 | 4 | -33/+95 |
* | Protect against null repeated fields. | Brian Duff | 2013-10-14 | 3 | -18/+25 |
* | Remove all field initializers and let ctor call clear(). | Max Cai | 2013-10-11 | 4 | -14/+18 |
* | Merge "Add reftypes field generator option." | Ulas Kirazci | 2013-10-09 | 6 | -10/+167 |
|\ |
|
| * | Add reftypes field generator option. | Brian Duff | 2013-10-07 | 6 | -10/+167 |
* | | Fix some indenting issues with set__() function | Andrew Flynn | 2013-10-08 | 1 | -10/+6 |
|/ |
|
* | Fix roundtrip failure with groups when unknown fields are enabled. | Nicholas Seckar | 2013-10-04 | 1 | -0/+6 |
* | Implement enum_style=java option. | Max Cai | 2013-09-25 | 5 | -19/+161 |
* | Accessor style for optional fields. | Max Cai | 2013-09-23 | 12 | -56/+525 |
* | Add some bitfield helper methods from 2.4 | Max Cai | 2013-09-20 | 2 | -0/+102 |
* | Add two codegen parameters to nano. | Max Cai | 2013-09-18 | 2 | -2/+30 |
* | Merge "Fix outer classname for javamicro/javanano." | Wink Saville | 2013-08-07 | 23 | -405/+384 |
|\ |
|
| * | Fix outer classname for javamicro/javanano. | Max Cai | 2013-08-05 | 23 | -405/+384 |
* | | Merge "Fixed packed repeated serialization." | Ulas Kirazci | 2013-07-31 | 2 | -30/+29 |
|\ \
| |/
|/| |
|
| * | Fixed packed repeated serialization. | Ulas Kirazci | 2013-07-31 | 2 | -30/+29 |
* | | Add an option to inspect "has" state upon parse. | Ulas Kirazci | 2013-07-29 | 7 | -31/+161 |
|/ |
|
* | Per-file java_multiple_files flag. | Max Cai | 2013-07-25 | 13 | -41/+193 |
* | Allow NaN/+inf/-inf defaults in micro/nano. | Chris Smith | 2013-07-23 | 5 | -8/+103 |
* | Update nano to serialize java keywords properly. | Tom Chao | 2013-07-19 | 9 | -11/+66 |
* | Merge "Make it possible to use MessageNano.mergeFrom without casting." | Ulas Kirazci | 2013-07-09 | 1 | -1/+1 |
|\ |
|
| * | Make it possible to use MessageNano.mergeFrom without casting. | Brian Duff | 2013-07-08 | 1 | -1/+1 |
* | | Fix vanilla make build. | Ulas Kirazci | 2013-07-09 | 2 | -0/+2 |
* | | Fix the build | Evan Charlton | 2013-07-09 | 2 | -4/+14 |
|/ |
|
* | Nano support for extensions and unknown fields. | Brian Duff | 2013-06-24 | 7 | -21/+308 |
* | Fix enum field references with java_multiple_files. | Brian Duff | 2013-06-07 | 2 | -4/+18 |