aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto
Commit message (Expand)AuthorAge
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* bazel: handle proto_src_root when dealing with proto includes, generated file...Gravatar Googler2018-08-13
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Normalize parameter name commentsGravatar cushon2018-04-27
* Adding toolchain support for j2objc protosGravatar Mike Lewis2018-04-13
* Delete dead flags.Gravatar carmi2018-04-13
* Remove vestigial 'deps' and 'data' attributes from proto_lang_toolchainGravatar cushon2018-04-12
* Delete dead codeGravatar carmi2018-04-06
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* @AutoCodec ProtoCompileActionBuilder$LazyCommandLineExpansion and $LazyLangPl...Gravatar janakr2018-03-24
* @AutoCodec map functions in ProtoCompileActionBuilder.Gravatar janakr2018-03-23
* @AutoCodec SupportData.Gravatar janakr2018-03-21
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Automated rollback of commit f43df1e29765f75e02838e4139417e914b3ee812.Gravatar cparsons2018-03-06
* Fixing issue with external j2objc protosGravatar Mike Lewis2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Expose ProtoSourcesProvider.transitive_proto_path_flags to Skylark.Gravatar elenairina2018-02-27
* @AutoCodec some more providers.Gravatar janakr2018-02-26
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Pass short proto path before the long path to protoc.Gravatar elenairina2018-02-19
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* 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