aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated code due to previous commit.Jon Skeet2015-07-091-6/+6
| | | | Note that now we need a proto3 version of addressbook.proto. This may affect other platforms, and could do with an overhaul to follow proto3 conventions anyway (e.g. repeated field names). Will need to think about that carefully before merging into master. Raised issue #565 for this.
* More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-261-1/+1
| | | | | | | - Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
* Make generate_protos.sh Windows-friendly.Jon Skeet2015-05-141-0/+3
| | | | | | | | | | 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
* Don't hard-code the python pathTamir Duberstein2015-05-062-2/+2
|
* Down-integrate from internal branch.Feng Xiao2014-10-031-1/+0
|
* Replace links to code.google.com/protobuf with ↵Feng Xiao2014-10-011-1/+1
| | | | developers.google.com/protocol-buffers
* merge tags/2.6.0 into trunkjieluo@google.com2014-08-251-0/+1
|
* change java compiler to only produce one java filejieluo@google.com2014-08-071-1/+1
|
* down integrate to svnjieluo@google.com2014-07-181-1/+1
|
* Close resources properly for java tests and examples.liujisi@google.com2011-06-071-4/+10
|
* Allow dependents to use pkg-config to figure out what flags to pass to link ↵kenton@google.com2009-08-031-2/+4
| | | | against protobuf.
* Down-integrate some code from an internal branch. (More to come.)kenton@google.com2009-07-242-0/+6
|
* Make sure examples link properly.kenton@google.com2009-05-062-3/+7
|
* Make Python example output identical to C++ and Java by removing redundantkenton@google.com2008-10-071-3/+3
| | | | | spaces.
* Initial checkin.temporal2008-07-109-0/+503