aboutsummaryrefslogtreecommitdiff
path: root/compiler/build.gradle
AgeCommit message (Expand)Author
2018-08-15Include Java's @Deprecated annotation on RPC services or methods with `option...elandau
2018-06-11all: add gradle format checkerZHANG Dapeng
2018-05-17Bump to Gradle 4.7Eric Anderson
2018-05-01compiler: make testing service used by compiler not conflict with interop-tes...Carl Mastrangelo
2018-03-09Ignore proto-generated code for ErrorProneEric Anderson
2018-03-01 buildscripts,travis: fetch from mvn with retries (#4140)zpencer
2017-12-08compiler: Verify binary with native VS commandsEric Anderson
2017-11-21compiler: Build on aarch64Lukasz Janyst
2017-08-25compiler: Produce unified output on diff failureEric Anderson
2017-05-23all: bump to proto 3.3.1Carl Mastrangelo
2017-03-22all: update to latest version of errorproneCarl Mastrangelo
2017-02-24all: Enable ErrorProne during compilationEric Anderson
2016-10-25Changes to add support of Power8 little endianNishidha
2016-09-29all: Bump protobuf to 3.0.2, to fix protoc in CIEric Anderson
2016-08-01Begin consuming protobuf-lite artifactEric Anderson
2016-07-29Update protobuf to 3.0.0Eric Anderson
2016-06-28Bump protobuf dependency to 3.0.0-beta-3Eric Anderson
2016-05-24Tweak -Xlint warningsEric Anderson
2016-04-19Fix change detection for compiler testingEric Anderson
2016-04-11Print compiler version number in generated filesLukasz 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-01-29Fix artifact upload for compilerEric Anderson
2016-01-26Fix grpc-compiler build.Kun Zhang
2016-01-26Update gradle to 2.10Eric 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-01Display the required Protobuf version when building codegenKun Zhang
2015-07-08Upgrade to protobuf-gradle-plugin 0.5.0Kun Zhang
2015-05-12Add property ``protoc=/path/to/protoc``Kun Zhang
2015-05-11Upgrade to protobuf-gradle-plugin:0.4.0Kun Zhang
2015-05-07Unify build properties.Kun Zhang
2015-05-07Use protoc from Maven Central.Kun Zhang
2015-05-04Fix build on Windows/VC++Kun Zhang
2015-04-29Upgrade to protobuf plugin 0.3.1Kun Zhang
2015-04-20Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0Kun Zhang
2015-04-17Remove call sites of Os.isFamily(). Use osdetector insteadKun Zhang
2015-04-17Fix Mac build failure introduced by commit da3c3f8Kun Zhang
2015-04-16Solution for GRPC codegen deployment.zhangkun83
2015-04-10Split protobuf into its own projectEric Anderson
2015-04-09Rename the codegen binary from java_plugin to protoc-gen-grpc-javaKun Zhang
2015-03-20Working Travis build, with caching of depsEric Anderson
2015-03-20Basic travis configurationLouis Ryan
2015-03-02Add Sonatype OSSRH upload support, with nice POMsEric Anderson
2015-03-02Support building on WindowsEric Anderson
2015-02-25Create temporary directory for javanano test if it does not exist.Jakob Buchgraber
2015-02-25Revert "Remove nano codegen test temporarily. Currently I haven't figuired"zsurocking
2015-02-25Remove nano codegen test temporarily. Currently I haven't figuiredXiao Hang
2015-02-25Add nano support to Java codegen. Now the user can specify a flag nano=trueXiao Hang