Chris Fallin
504d124287
Merge pull request #203 from pherl/gitignore
...
Add java compiled targets and several tests target into .gitignore.
10 years ago
Jisi Liu
7af23e88be
Add java compiled targets and several tests target into .gitignore.
10 years ago
Bo Yang
eb2ce02931
Fix absolute/relative path in output
10 years ago
Gordana Cmiljanovic
b61b0c3304
MIPS: remove immediate constraint within CompareAndSwap.
...
Improper use of immediate constraint is slightly non-optimal with gcc/gnu-as
but may cause breakage with clang.
10 years ago
Feng Xiao
96e379ff8b
Add the .proto files for well-known types.
10 years ago
Chris Fallin
2e5123a399
Merge pull request #197 from nsuke/protoc-export-ruby
...
Add missing LIBPROTOC_EXPORT to ruby generator
10 years ago
Nobuaki Sukegawa
de525ec219
Add missing LIBPROTOC_EXPORT to ruby generator
10 years ago
Bo Yang
e2555e235f
Change target to output filenames
10 years ago
csharptest
53727a0ac7
Rebuild source for Issue 84 change to code generator
10 years ago
csharptest
b4bd2e0384
Issue 84: warning CS0219: The variable `size' is assigned but its value is never used
10 years ago
csharptest
1e29e701a7
Fix build error for missing method Enum.GetValues() on some platforms
10 years ago
csharptest
e234691b67
Fix build error for missing class HashSet on some platforms
10 years ago
csharptest
569212f38b
Fix build error for missing assembly attribute AllowPartiallyTrustedCallers
10 years ago
csharptest
b0c94cd21c
Fix build error for using namespace outside of conditional compilation
10 years ago
csharptest
865e86d50c
Fix build error in profiles without extension methods.
10 years ago
Jisi Liu
12d8a514c8
Get the map factory per mergeFrom() call for JavaNano.
10 years ago
csharptest
3faaac1b9a
Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarily
10 years ago
csharptest
f6a0c116f9
Issue 70: Portable library project has some invalid Nunit-based code.
10 years ago
csharptest
13f56c0d9c
amended: Add SecurityCritical attributes to serialization
10 years ago
csharptest
6ab2678e27
Issue 56: NuGet package is noisy
10 years ago
Jisi Liu
d9a6f27bc3
implement hashCode() for JavaNano maps.
10 years ago
Jisi Liu
1536e93349
Implement Equals for nano.
10 years ago
Jisi Liu
b0f194885e
Rename empty bytes in JavaNano.
10 years ago
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
Bo Yang
1d627f85c3
Fix comment
10 years ago
Jisi Liu
3c0355ef37
Moving internal code to InternalNano and rename MapUtil to MapFactories.
10 years ago
Bo Yang
3edcbaf57a
Clean code
10 years ago
Bo Yang
2e32b8b569
Remove "include sstream" from command_line_interface.cc
10 years ago
Bo Yang
a1b351c55b
Change flag for generating dependency file to "dependency_out". Delete
...
test-driver
10 years ago
Bo Yang
5fa3956ede
Fix comments.
10 years ago
Bo Yang
5914ce7a16
Implement a feature to generate a dependency file. By giving protoc the flag
...
"--dependency_manifest_out=FILE", protoc will write dependencies of
input proto files into FILE. In FILE, the format will be
<full path to FILE>: <full path to 1st proto>\\\n <full path to 2nd proto> ...
This cl is based on https://github.com/google/protobuf/pull/178
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