History log of /external/golang-protobuf/protoc-gen-go/testdata/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c432f0b89e325e87b648f2e435cfd3437b8258f5 07-Mar-2017 Damien Neil <dneil@google.com> Makefile: Make "make test" work on OS X.

OS X's sed wants an -e on the expression when using -i.
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
d6803ead56f623f1085f33f981907442aca44809 08-Nov-2016 Bryan Chan <bryan.chan@huawei.com> Allow "make test" to run with Bourne shell.
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
3607a4a99491b23e98d1a68cb408800bdcfb5698 12-Jul-2016 Damien Neil <dneil@google.com> fix compiler golden test

Change-Id: Icb29ca6bfa96fbc071cebaac4fc4f5dcbfd1d252
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
4a63085a886242d4e41ab91fbff2ef27775defba 15-Nov-2015 David Symonds <dsymonds@golang.org> Add compressed file descriptor code generation.

This is fairly undocumented for now, but should be sufficiently
obvious for those wanting such an advanced feature anyway.
The only non-obvious part is that the []int returned by
Descriptor/EnumDescriptor describes the sequence of indexes used
to navigate from the FileDescriptorProto to the relevant
DescriptorProto/EnumDescriptorProto.
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
a1dfa5ef89a13a0aa4be5a6f81179db10bfeea36 03-Nov-2015 David Symonds <dsymonds@golang.org> Always import non-weak imported proto packages.

This is required so we get the transitive closure of proto types.

This has negligible impact on generated binary sizes.
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
09bcc3220e83287a1f7becea6f354b5aa3c0bf54 27-Aug-2015 Tamir Duberstein <tamird@gmail.com> Allow `make` to run with non-GNU `sed`.

Signed-off-by: David Symonds <dsymonds@golang.org>
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
558f13f1d76778ada7ffed439234b99b10977768 24-Nov-2014 David Symonds <dsymonds@golang.org> Update URLs and import paths to new GitHub home.
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
ee6e9c5fb8e8709f09d6ac41c633325c2d8ffacf 28-Nov-2012 David Symonds <dsymonds@golang.org> goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file.

Correct copyright notice to "The Go Authors" throughout.

R=rsc, bradfitz
CC=golang-dev
http://codereview.appspot.com/6845101
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
dacd36b55a7b36de25316c40cdfe61bf2fb02241 15-Mar-2012 David Symonds <dsymonds@golang.org> goprotobuf: fix generation of multi test protos, and make main_test run again.

TBR=r
CC=golang-dev
http://codereview.appspot.com/5823056
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
6280c20192f6725222ff2b177e9fa86993a0b85d 15-Mar-2012 David Symonds <dsymonds@golang.org> goprotobuf: fix compiler golden test

TBR=r
CC=golang-dev
http://codereview.appspot.com/5833043
/external/golang-protobuf/protoc-gen-go/testdata/Makefile
b7907bf6846143df3830886950da8da098893e66 13-Feb-2012 Rob Pike <r@golang.org> goprotobuf: start making it build with the go tool instead of make.
Work in progress.
This is sufficient to build, install, and test the proto library, and
to build and install the compiler plugin.
The tests for the plugin are disabled; they will require major work in a separate CL.

The compiler directory is now called protoc-gen-go so the binary has the right name.
The test.pb.go file for the proto tests is now checked in, for simplicity.

R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/5645087
/external/golang-protobuf/protoc-gen-go/testdata/Makefile