Jisi Liu
cd99c12df2
Rename readData() to readPrimitiveField() in JavaNano.
10 years ago
Jisi Liu
7f3693184a
Add tests merging empty entries in JavaNano map
10 years ago
Joshua Haberman
20490e33ca
Merge pull request #189 from cfallin/update-ruby-upb
...
Updated to latest upb and added test for JSON map operation.
10 years ago
Chris Fallin
06bf6308ea
README.md update for Ruby gem.
10 years ago
Jisi Liu
bd3573cb09
Fix the behavior when merging conflicting keys, the new value always
...
override the existing one even for message types.
10 years ago
Jisi Liu
ca35a80303
Test keys and values cannot be null.
10 years ago
Jisi Liu
0d52964597
Basic serialization/parsing test.
10 years ago
Jisi Liu
3c0355ef37
Moving internal code to InternalNano and rename MapUtil to MapFactories.
10 years ago
Jisi Liu
d5839d2b4d
parsing and serialzation for maps in JavaNano.
10 years ago
Chris Fallin
e7e79a43ed
Merge pull request #190 from isaiah/to_ary
...
add #to_ary to RepeatedField
10 years ago
Isaiah Peng
ee5f6e9a35
add #to_ary to RepeatedField
10 years ago
Jisi Liu
4d64e65f09
Parsing for Maps in JavaNano
10 years ago
Jisi Liu
0f2a7d3fea
Add readData(int) to read primitive value.
10 years ago
Jisi Liu
60bccb6006
MOVE TYPE_XXX constants to InternalNano.
10 years ago
Feng Xiao
a22bc812a4
Merge pull request #186 from ennerf/win32-msvc-fix
...
MSVC protoc compiler fix
10 years ago
Chris Fallin
a50759254f
Updated to latest upb and added test for JSON map operation.
10 years ago
Jisi Liu
4a99897c0b
Use map generator for maps field; skip entry message.
10 years ago
Jisi Liu
ab74fd1c4b
Add package for map test for nano.
10 years ago
Jisi Liu
03b1416f0e
Add tests for JavaNano maps.
10 years ago
Joshua Haberman
17e4419188
Merge pull request #168 from cfallin/ruby-oneof
...
Support oneofs in MRI Ruby C extension.
10 years ago
Chris Fallin
a3953da536
Updated based on code-review comments.
10 years ago
Chris Fallin
eb33f9d3d6
Updated based on code-review comments.
10 years ago
Florian Enner
e544b38815
removed accidental whitespace
10 years ago
Florian Enner
e1e86b02a8
replaced type fix with the recommended way
10 years ago
Florian Enner
df4730ca9c
fixed MSVC compile error
...
<stdint.h> is not part of the standard, so I've added a workaround.
10 years ago
Florian Enner
ec53b8cb60
added missing ruby generator to msvc project
...
https://github.com/google/protobuf/issues/87
10 years ago
Jisi Liu
dce816593d
Initial checkin for maps support in JavaNano.
10 years ago
Feng Xiao
8ccaa42ffb
Remove deleted files from Makefile.am.
10 years ago
Feng Xiao
76cb776d94
Merge pull request #180 from ned14/master
...
Fix illegal C++ use of reinterpret_cast<> to cast between nullptr_t and a pointer
10 years ago
Feng Xiao
ae11803d77
Delete unused files.
10 years ago
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
f01c1441bc
Fix illegal C++ use of reinterpret_cast<> to cast between nullptr_t and a pointer.
10 years ago
Chris Fallin
07b8b0f28d
Addressed code-review comments.
10 years ago
Chris Fallin
9de35e7421
Addressed code-review comments.
10 years ago
Chris Fallin
e2debef5d8
Ruby extension: added oneof accessor.
10 years ago
Chris Fallin
e1b7d38d9a
Addressed code-review comments.
10 years ago
Chris Fallin
b0670ddae7
Fix golden-file Ruby test to work with out-of-tree builds.
10 years ago
Chris Fallin
3f3820d8f8
Two tests for Ruby code generator:
...
- A golden-file test that ensures protoc produces known-valid output.
- A Ruby test that loads that golden file and ensures it actually works
with the extension.
This split strategy allows us to test end-to-end without needing to
integrate the Ruby gem build system and the protoc build system. This is
desirable because we do not want a gem build/install to depend on
building protoc, and we do not want building protoc to depend on
building and testing the gem.
10 years ago
Chris Fallin
7c4bbf07a5
Support oneofs in the Ruby code generator.
10 years ago
Chris Fallin
fcd8889d5b
Support oneofs in MRI Ruby C extension.
10 years ago
Joshua Haberman
5446deaea7
Merge pull request #155 from cfallin/ruby-maps
...
Support for maps in the MRI C Ruby extension.
10 years ago
Chris Fallin
ace4212e60
Line-wraps at 80 chars.
10 years ago
Feng Xiao
052e0205a7
Merge pull request #160 from zhangkun83/master
...
Include names.h as java_names.h in the opensource tree
10 years ago
Chris Fallin
addd26cbb3
Addressed code-review comments.
10 years ago
zhangkun83
a6b3ab09e8
Align backslash vertically
10 years ago
zhangkun83
aa1713d9a4
Include names.h as java_names.h in the opensource tree
10 years ago
Chris Fallin
97b663a8be
Update upb amalgamation.
10 years ago
Chris Fallin
4c92289766
Addressed code-review comments.
10 years ago
Chris Fallin
80276ac021
Addressed code-review comments.
10 years ago
Chris Fallin
fd1a3ff11d
Support for maps in the MRI C Ruby extension.
...
This adds the Map container and support for parsing and serializing maps
in the protobuf wire format (as defined by the C++ implementation, with
MapEntry submessages in a repeated field). JSON map
serialization/parsing are not yet supported as these will require some
changes to upb as well.
10 years ago
Feng Xiao
644a6a1da7
Merge pull request #143 from Ivoz/patch-1
...
Update python version / setuptools instructions
10 years ago