aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto/ProtoCommon.java
Commit message (Expand)AuthorAge
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Automated rollback of commit f43df1e29765f75e02838e4139417e914b3ee812.Gravatar cparsons2018-03-06
* Fixing issue with external j2objc protosGravatar Mike Lewis2018-03-01
* Expose ProtoSourcesProvider.transitive_proto_path_flags to Skylark.Gravatar elenairina2018-02-27
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* 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
* Remove the strict_proto_deps attribute from the build language.Gravatar Googler2017-05-15
* --Gravatar Carmi Grushko2017-03-22
* proto_library: saner descriptor setsGravatar Carmi Grushko2017-02-02
* Use a NestedSet for proto_library check deps sourcesGravatar Liam Miller-Cushon2017-01-23
* Description redacted.Gravatar Carmi Grushko2017-01-20
* Description redacted.Gravatar Vladimir Moskva2017-01-19
* If --strict_proto_deps=default and a proto_library didn't specify strict_prot...Gravatar Carmi Grushko2017-01-18
* Strict proto deps: .proto files are allowed to import other .proto files in t...Gravatar Carmi Grushko2016-12-12
* Default behavior of proto_library's strict-proto-deps is now determined by th...Gravatar Carmi Grushko2016-11-30
* Strict deps for proto_library.Gravatar Carmi Grushko2016-11-24
* proto_library now produces a descriptor set, when built on the command-line.Gravatar Carmi Grushko2016-11-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Change ProtoSourcesProvider to only export direct sources. Add a method, getC...Gravatar Michael Thvedt2015-11-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Move common proto functions into a new open-source class, ProtoCommon, in pre...Gravatar Michael Thvedt2015-09-02