- 14 May, 2015 1 commit
-
-
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 19 commits
-
-
Jie Luo authored
Integrate changes from latest master branch into csharp branch.
-
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.
-
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 12 commits
-
-
Jie Luo authored
C# cleanup
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jisi Liu authored
Dockerfile for building protoc on Centos 6.6
-
Kun Zhang authored
-
Jie Luo authored
Fixes for Mono
-
Jan Tattermusch authored
-
Feng Xiao authored
Uncomment conflict fields from pkg-config files.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Convert back to using NUnit, which is now loaded via NuGet.
-
Stefan Sauer authored
The referenced bug was fixed in 2007 and has been released in pkg-config-0.23 (16.Jan.2008). The fixed version is widely available.
-
Jon Skeet authored
This includes the NUnit test adapter which allows NUnit tests to be run under VS without any extra plugins. Unfortunate the compatibility tests using the abstract test fixture class show up as "external" tests, and aren't well presented - but they do run.
-
- 09 May, 2015 1 commit
-
-
Jon Skeet authored
Performance optimization for small messages without unknown fields
-
- 08 May, 2015 1 commit
-
-
Joshua Haberman authored
adding globals() to exec call for python3 compatibility
-
- 07 May, 2015 6 commits
-
-
Feng Xiao authored
-
Jisi Liu authored
Handle 0-length byte buffers in micro and nano protobufs
-
Feng Xiao authored
Fix java compilation issues when processing large .proto files
-
Behzad Tabibian authored
-
Jon Skeet authored
Add C# namespace to .proto files (e.g. descriptors, unit tests)
-
Jan Tattermusch authored
-