aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
2017-03-22all: update to latest version of errorproneCarl Mastrangelo
2017-03-06all: start 1.3.0 development cycleCarl Mastrangelo
2017-02-24all: Enable ErrorProne during compilationEric Anderson
2017-02-23compiler: update path to protoc plugin in READMEEric Gribkoff
2017-02-10compiler: add some missing final modifiers on generated codeCarl Mastrangelo
2017-02-07all: update to protobuf 3.2.0Carl Mastrangelo
2017-01-30Start 1.2.0 development cycleCarl Mastrangelo
2017-01-30core: make ServiceDescriptor use the Builder patternCarl Mastrangelo
2017-01-27all: fix linter found on importCarl Mastrangelo
2017-01-17compile: add std:: to all stl typesCarl Mastrangelo
2016-12-29compiler: reduce synchronzed invocation (#2539)ZHANG Dapeng
2016-12-29compiler: final bindService() in generated code. (#2553)Kun Zhang
2016-12-29compiler: Use public headers instead of pb.hEric Anderson
2016-12-01compiler: Explicitly specify std::Eric Anderson
2016-11-28compiler: whitelist USER32.DLL. (#2455)Kun Zhang
2016-11-04Typo in version numberŁukasz Strzałkowski
2016-11-01Bump protobuf to 3.1.0Eric Anderson
2016-10-28addressing reviewer commentsEric Gribkoff
2016-10-28Compiler/core changes to support the proto reflection APIEric Gribkoff
2016-10-25Changes to add support of Power8 little endianNishidha
2016-10-19compiler: lazily generate ServiceDescriptorsCarl Mastrangelo
2016-09-29all: Bump protobuf to 3.0.2, to fix protoc in CIEric Anderson
2016-08-26core: Remove com.google.common.collect usages for AndroidEric Anderson
2016-08-01Begin consuming protobuf-lite artifactEric Anderson
2016-07-29Update protobuf to 3.0.0Eric Anderson
2016-07-22compiler: flip enable_deprecated option to false (#2080)ZHANG Dapeng
2016-07-22compiler: make Stub final classZHANG Dapeng
2016-07-22compiler: Add FALLTHROUGH_INTENDED to appropriate casesEric Anderson
2016-07-21compiler: add build option to enable deprecated generated codeZHANG Dapeng
2016-07-11Start 1.1.0 development cycleEric Anderson
2016-07-01Start 1.0.0 development cycleEric Anderson
2016-06-29compiler: deprecate interfaces and add ImplBase in codegenZHANG Dapeng
2016-06-28Bump protobuf dependency to 3.0.0-beta-3Eric Anderson
2016-06-23Reapply "Eliminate MethodDescriptor from startCall and interceptCall for serv...Eric Anderson
2016-06-20Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers"Eric Anderson
2016-06-13Eliminate MethodDescriptor from startCall and interceptCall for serversLouis Ryan
2016-06-07codegen: Specify URL for ExperimentalApiEric Anderson
2016-05-24Tweak -Xlint warningsEric Anderson
2016-04-29Begin v0.15.0 CycleCarl Mastrangelo
2016-04-22Add javadoc to grpc codegen based on proto docsnmittler
2016-04-19Fix change detection for compiler testingEric Anderson
2016-04-19Mark generated abstract class as ExperimentalEric Anderson
2016-04-18Fix compilation nags for generated codeCarl Mastrangelo
2016-04-11Print compiler version number in generated filesLukasz Strzalkowski
2016-04-11Provide base methods for Abstract stubLukasz Strzalkowski
2016-04-08Adapt BindableService in ServerBuilder#addServiceŁukasz Strzałkowski
2016-04-07Add Abstract{ServiceName} class in compiled service classLukasz Strzalkowski
2016-03-30Simplify nano flag to codegen to just 'nano' from 'nano=true'Eric Anderson
2016-03-29Use lite argument in codegen instead of LITE_RUNTIMEEric Anderson
2016-03-22Add native support for Protobuf LiteEric Anderson