- 18 May, 2015 2 commits
-
-
Paul Yang authored
Post csharp landing fixup.
-
Thomas Van Lenten authored
Re-add the objc prefix that got removed by accident. Regenerate the generated descriptors (C++ and ObjC).
-
- 15 May, 2015 7 commits
-
-
Joshua Haberman authored
[PYTHON] Only generate protos in development
-
Tamir Duberstein authored
Fixes #333.
-
Tamir Duberstein authored
-
Tamir Duberstein authored
-
Tamir Duberstein authored
-
Chris Fallin authored
ruby: Encode decode cleanup and behavior normalization
-
Jie Luo authored
Make generate_protos.sh Windows-friendly.
-
- 14 May, 2015 6 commits
-
-
Chris Fallin authored
Refactor Travis tests: split configs and run in parallel.
-
Jie Luo authored
Merge protobuf C# into master (only C# proto2 is supported)
-
Chris Fallin authored
-
Chris Fallin authored
ruby: make repeated_field quack like an array
-
Adam Greene authored
-
Jon Skeet authored
To my surprise, executing generate_protos.sh used the version of Bash installed with Git for Windows by default. After a few modifications to detect the most appropriate protoc to use, this worked pretty simply. This change also: - adds generation of the address book tutorial proto, - fixes the addressbook.proto to specify proto2 explicitly (to avoid a warning from protoc; I don't think we want warnings...) - fixes the addressbook.proto C# namespace (which I thought I'd done before, but apparently hadn't) - includes the regenerated UnittestCustomOptions.cs apart from the DescriptorProtoFIle => Descriptor change
-
- 13 May, 2015 23 commits
-
-
Feng Xiao authored
-
Chris Fallin authored
Add Ruby to Travis testing
-
Jie Luo authored
Integrate changes from latest master branch into csharp branch.
-
Chris Fallin authored
- Added RVM-based Ruby test driver that tests MRI and JRuby. - Fixed JRuby compilation (at least in my current setup): force source version to 1.6 (Java 6) to allow generics and annotations. - Modify the skipped JRuby JSON tests so that the exit code is 0 (skip() results in a failing exit code from `rake test`). An upcoming PR should fix JSON under JRuby in general soon.
-
Jie Luo authored
Update README.md for C#
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jie Luo authored
Remove the C#-specific field_presence_test.proto, using unittest_no_field_presence.proto instead.
-
Adam Greene authored
* make consistent between mri and jruby * create a #to_h and have it use symbols for keys * add #to_json and #to_proto helpers on the Google::Protobuf message classes
-
Jon Skeet authored
-
Jon Skeet authored
This is the start of establishing a C# namespace of "Google.ProtocolBuffers.TestProtos.Proto3" for proto3-syntax protos. We could optionally split the directory structure as well into Proto2 and Proto3 for clarity.
-
Jon Skeet authored
C# generate_proto.sh and buildall.sh scripts
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 12 May, 2015 2 commits
-
-
Jie Luo authored
C# cleanup
-
Jan Tattermusch authored
-