aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* Make generate_protos.sh Windows-friendly.Gravatar Jon Skeet2015-05-14
| | | | | | | | | | 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 pathGravatar Tamir Duberstein2015-05-06
|
* Down-integrate from internal branch.Gravatar Feng Xiao2014-10-03
|
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* merge tags/2.6.0 into trunkGravatar jieluo@google.com2014-08-25
|
* change java compiler to only produce one java fileGravatar jieluo@google.com2014-08-07
|
* down integrate to svnGravatar jieluo@google.com2014-07-18
|
* Close resources properly for java tests and examples.Gravatar liujisi@google.com2011-06-07
|
* Allow dependents to use pkg-config to figure out what flags to pass to link ↵Gravatar kenton@google.com2009-08-03
| | | | against protobuf.
* Down-integrate some code from an internal branch. (More to come.)Gravatar kenton@google.com2009-07-24
|
* Make sure examples link properly.Gravatar kenton@google.com2009-05-06
|
* Make Python example output identical to C++ and Java by removing redundantGravatar kenton@google.com2008-10-07
| | | | | spaces.
* Initial checkin.Gravatar temporal2008-07-10