aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto
Commit message (Expand)AuthorAge
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Explain why --include_imports should not be used when creating the descriptor...Gravatar carmi2017-12-13
* Automated rollback of commit 8cb1d2fb460a9caf47df58d7ff051d31080a77cb.Gravatar ulfjack2017-11-03
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Wrap runtime jars and proto sources going into runfiles in a stable order nes...Gravatar tomlu2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Fix whitespace issue in ProtoSourcesProvider documentationGravatar Eric Dobson2017-09-05
* Fixes typo in proto_library docsGravatar Googler2017-08-31
* Missing link in docs of proto_libraryGravatar Googler2017-08-29
* Clean up after rolling out --jplNonStrictDepsLikePl.Gravatar carmi2017-08-29
* Clean up after rolling out --correctRollupTransitiveProtoRuntimes.Gravatar carmi2017-08-29
* Stop using CustomMultiArgv in ProtoCompileActionBuilder.Gravatar tomlu2017-08-24
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Automated rollback of commit 496d3ded0bce12b7371a93e1183ba30e6aa88032.Gravatar buchgr2017-08-07
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* PiperOrigin-RevId: 163848560Gravatar carmi2017-08-02
* Correctly include proto runtimes from transitive proto_library's, and their t...Gravatar carmi2017-07-28
* Pass "profile_path" flag to protoc if necessary.Gravatar Googler2017-07-26
* Automated rollback of commit 7d0200703cfa207d6577d84bee45ca185d240dfa.Gravatar carmi2017-07-25
* PiperOrigin-RevId: 162771369Gravatar carmi2017-07-24
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Delete unused reuseJavaCompileActionsFromProtoLibrary.Gravatar carmi2017-07-06
* Categorize proto options.Gravatar carmi2017-07-03
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Remove the strict_proto_deps attribute from the build language.Gravatar Googler2017-05-15
* Automated g4 rollback of commit bcd23553f38f54fd4846aa507c827a4ee40cfab4.Gravatar ajmichael2017-04-26
* proto_library: Pass exec path to protoc. Fixes #2265Gravatar Jakob Buchgraber2017-04-26
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Strict proto deps: handle direct protos in external repositories.Gravatar carmi2017-03-31
* A flag to control the outputs that cc_proto_library expects from proto-compiler.Gravatar Carmi Grushko2017-03-28
* Ignore --reuseJavaCompileActionsFromProtoLibrary now that it is rolled out.Gravatar Carmi Grushko2017-03-24
* --Gravatar Carmi Grushko2017-03-22
* --Gravatar Carmi Grushko2017-03-14
* Document the descriptor set output of proto_library.Gravatar Carmi Grushko2017-03-10