aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto
Commit message (Expand)AuthorAge
* Allow the action that calls proto-compiler, to do so using a params file.Gravatar Carmi Grushko2016-04-07
* Clean the API of ProtoCompileAction, in preparation for making the proto-comp...Gravatar Carmi Grushko2016-04-07
* Don't keep implicit reference to ProtoCompileAction in anonymous inner Custom...Gravatar Janak Ramakrishnan2016-03-22
* Don't keep implicit reference to ProtoCompileAction.Builder after build() is ...Gravatar Janak Ramakrishnan2016-03-21
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Allow filtering out some extra-actions related to Java proto compilation.Gravatar Carmi Grushko2016-01-22
* Add convenience methods to register a proto compile action.Gravatar Carmi Grushko2015-12-30
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Open-source code that creates proto-buffer compile actions.Gravatar Carmi Grushko2015-12-13
* Open-source a support data-structure for protocol buffers.Gravatar Carmi Grushko2015-12-10
* Open-source command-line options specific to protocol buffer.Gravatar Carmi Grushko2015-12-10
* Migrate ProtoSourcesProvider to @AutoValue.Gravatar Carmi Grushko2015-12-07
* Change ProtoSourcesProvider to only export direct sources. Add a method, getC...Gravatar Michael Thvedt2015-11-10
* Expose proto sources in the Skylark providerGravatar Laurent Le Brun2015-09-28
* 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
* Rollforward of [], which was rolled back in []. Cleans up support for objc_pr...Gravatar Michael Thvedt2015-09-14
* Rollback of commit 17e9d7cd408eee1e4e73a1fe6f76917954475937.Gravatar Carmi Grushko2015-09-04
* Turn Bazel proto_library on for objc_proto_library.Gravatar Michael Thvedt2015-09-04
* Add a BazelProtoLibrary representing a collection of .proto files.Gravatar Michael Thvedt2015-09-02
* Move common proto functions into a new open-source class, ProtoCommon, in pre...Gravatar Michael Thvedt2015-09-02
* Skylark: Expose proto providers in a cleaner way.Gravatar Laurent Le Brun2015-06-01
* Expose Proto providers to Skylark for experimentation.Gravatar Laurent Le Brun2015-05-22
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25