aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
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
2016-03-10Remove support for Nano's deprecated package namesEric Anderson
2016-03-04Add missing override annotation to generated protosCarl Mastrangelo
2016-03-01Inlcude the file that was used to generate service descriptorsCarl Mastrangelo
2016-02-17Pass -j to correct commandEric Anderson
2016-01-29Fix artifact upload for compilerEric Anderson
2016-01-27Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5Kun Zhang
2016-01-26Fix grpc-compiler build.Kun Zhang
2016-01-26Update gradle to 2.10Eric Anderson
2016-01-26Optimize blocking calls to avoid app thread poolEric Anderson
2016-01-25Run make with as many cores as availableEric Anderson
2016-01-15Reduce number of codegen'd classes needed for ServicesEric Anderson
2015-10-16Add "using std::to_string" to java_generator.cpp, it is needed by internal ve...Xudong Ma
2015-10-14Update comment; Parser was replaced with NanoFactoryEric Anderson
2015-10-14Use one codegen class for all Nano factoriesEric Anderson
2015-09-28Put nano generated code into nano package, unless option javanano_use_depreca...Xudong Ma
2015-09-24Update Windows building instructions for proto3b1Eric Anderson
2015-09-11Private ServerMethodDefinition constructor; avoid create() in codegenEric Anderson
2015-09-10Prevent construction of container classes and reduce APIEric Anderson
2015-09-10Reduce API surface of AbstractStubEric Anderson
2015-09-03Swap nano from Parser to message factoryEric Anderson
2015-09-03Avoid Parser for normal protobufEric Anderson
2015-09-02Extract the fully-qualified service name into a public static final field on ...David P. Baker
2015-09-01Display the required Protobuf version when building codegenKun Zhang
2015-09-01Rename CHECK and FAIL macros to avoid conflict with internal macros when sync...Kun Zhang
2015-08-31Check javanano_use_deprecated_package in the message's FileDescriptor, not th...Kun Zhang