Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
protobuf
/
2693b3aadbddaa28c4f9b4f3f11236b986f15557
/
src
721ea49
Support generation of Parcelable nano messages.
by Jeff Davidson
· 11 years ago
a0a4f14
Adds --ignore_service nano proto compiler flag
by Jie Dai
· 11 years ago
c821012
Don't reset cachedSize to 0 in getSerializedSize
by Dave Hawkey
· 11 years ago
2d84933
Revert "Don't reset cachedSize to 0 in getSerializedSize"
by Wink Saville
· 11 years ago
c6e12c6
Don't reset cachedSize to 0 in getSerializedSize
by Dave Hawkey
· 11 years ago
f03ad1a
Fix compile error on mac 10.9
by Wink Saville
· 11 years ago
afc1553
Merge "Extension overhaul."
by Max Cai
· 11 years ago
f4523dd
Fix repeated packed field merging code for non-packed data.
by Max Cai
· 11 years ago
d888895
Add validation when parsing enum fields.
by Max Cai
· 11 years ago
4109e91
Allow whitespace in nano codegen options.
by Max Cai
· 11 years ago
04e0fa4
Correctness: floating point equality using bits instead of ==.
by Max Cai
· 11 years ago
f841772
Don't serialize required fields whose 'has' flags are unset.
by Max Cai
· 11 years ago
382ddcc
Extension overhaul.
by Max Cai
· 11 years ago
5cc2420
Avoid class initializers to help ProGuard.
by Max Cai
· 11 years ago
102cfe6
Nano: don't generate accessor methods for nested methods
by Andrew Flynn
· 11 years ago
fea3fd5
Align with main: two ways of parsing repeated packable fields.
by Max Cai
· 11 years ago
cd0ff6e
Fix warnings warnings in header files, hide others.
by Kristian Monsen
· 11 years ago
7e02f37
Minimize method count for nanoproto.
by Tom Chao
· 11 years ago
beb57e0
Allow for ref-type arrays containing null elements.
by Aurash Mahbod
· 11 years ago
ccc48fa
Implement hashCode() and equals() behind a generator option.
by Brian Duff
· 11 years ago
b15a1b3
Feature request: set() and clear() accessors return this
by Max Cai
· 11 years ago
286271f
Make generated code more aligned with Google Java style.
by Max Cai
· 11 years ago
334a7d1
Fix repeated field merging semantics.
by Max Cai
· 11 years ago
e03e9f4
Protect against null repeated fields.
by Brian Duff
· 11 years ago
5ae438c
Remove all field initializers and let ctor call clear().
by Max Cai
· 11 years ago
c4a1b54
Merge "Add reftypes field generator option."
by Ulas Kirazci
· 11 years ago
5dca493
Fix some indenting issues with set__() function
by Andrew Flynn
· 11 years ago
0b85792
Add reftypes field generator option.
by Brian Duff
· 11 years ago
37ac790
Fix roundtrip failure with groups when unknown fields are enabled.
by Nicholas Seckar
· 11 years ago
26266cd
Implement enum_style=java option.
by Max Cai
· 11 years ago
e74fe62
Accessor style for optional fields.
by Max Cai
· 11 years ago
47dee56
Add some bitfield helper methods from 2.4
by Max Cai
· 11 years ago
26ce449
Add two codegen parameters to nano.
by Max Cai
· 11 years ago
e7b778b
Merge "Fix outer classname for javamicro/javanano."
by Wink Saville
· 11 years ago
624c448
Fix outer classname for javamicro/javanano.
by Max Cai
· 11 years ago
87c8e31
Merge "Fixed packed repeated serialization."
by Ulas Kirazci
· 11 years ago
14dd1f0
Fixed packed repeated serialization.
by Ulas Kirazci
· 11 years ago
35d9fd8
Add an option to inspect "has" state upon parse.
by Ulas Kirazci
· 12 years ago
8170787
Per-file java_multiple_files flag.
by Max Cai
· 11 years ago
0f2ca89
Allow NaN/+inf/-inf defaults in micro/nano.
by Chris Smith
· 11 years ago
f4e0145
Update nano to serialize java keywords properly.
by Tom Chao
· 11 years ago
8cf17a8
Merge "Make it possible to use MessageNano.mergeFrom without casting."
by Ulas Kirazci
· 11 years ago
3716863
Fix vanilla make build.
by Ulas Kirazci
· 11 years ago
4ce58c2
Fix the build
by Evan Charlton
· 11 years ago
1964141
Make it possible to use MessageNano.mergeFrom without casting.
by Brian Duff
· 11 years ago
0e055f0
Nano support for extensions and unknown fields.
by Brian Duff
· 11 years ago
bf79e2d
Fix enum field references with java_multiple_files.
by Brian Duff
· 11 years ago
0eca142
Fix javanano compiler generating uncompileable java code. This happened
by Brian Duff
· 11 years ago
710ca66
Don't use Arrays.copyOf in generated code.
by Ficus Kirkpatrick
· 12 years ago
0f1c4eb
Prevent conflicts between local and proto variable names.
by Ulas Kirazci
· 12 years ago
64d8d8f
Nano protobufs.
by Ulas Kirazci
· 12 years ago
25b5a76
Generate "modern" java to reduce warnings
by Andy Stadler
· 12 years ago
1b639e0
Changed speed optimization for strings.
by Wink Saville
· 14 years ago
66663e9
Fix bug in generating enum class name.
by Wink Saville
· 14 years ago
e2d5429
Add support for Java micro protobuf's to protobuf-2.3.0.
by Wink Saville
· 14 years ago
d033295
Add protobuf 2.3.0 sources
by Wink Saville
· 14 years ago
ede38fe
Add support for Java micro protobuf's to protobuf-2.2.0a.
by Wink Saville
· 14 years ago
fbaaef9
Add protobuf 2.2.0a sources
by Wink Saville
· 14 years ago
5635728
The j2me protobuf code is now in vendor/google; remove it here.
by Dan Egnor
· 15 years ago
a67f19d
Adds a few utilities to ProtoBufUtil, integrating over from mainline
by Adam Bliss
· 15 years ago
7fea449
Revert "ProtoBuf update"
by Mitsuru Oshima
· 15 years ago
9aaf507
ProtoBuf update
by Mitsuru Oshima
· 15 years ago
eda64ea
auto import from //branches/cupcake_rel/...@140373
by The Android Open Source Project
· 16 years ago
e3e6e3d
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
1ca0f15
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
e834f9d
auto import from //depot/cupcake/@132589
by The Android Open Source Project
· 16 years ago
e61379a
auto import from //depot/cupcake/@137055
by The Android Open Source Project
· 16 years ago
15bf103
auto import from //branches/cupcake/...@132276
by The Android Open Source Project
· 16 years ago
214e14d
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
35be73b
Initial Contribution
by The Android Open Source Project
· 16 years ago