aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Rollforward of "Framework dependency subtraction uses runfiles path instead o...Gravatar cparsons2017-08-08
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Only add coverage flags when gcno file is expectedGravatar hlopko2017-08-08
* Do not expand inputs in CppLinkAction.execute().Gravatar Benjamin Peterson2017-08-07
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Turn off C++ provider propagation from java_proto_library, until J2ObjcAspect...Gravatar carmi2017-08-07
* Automated rollback of commit 496d3ded0bce12b7371a93e1183ba30e6aa88032.Gravatar buchgr2017-08-07
* Move most test options from BuildConfiguration to TestConfiguration.Gravatar tomlu2017-08-07
* Make sure copts is the last feature in osx crosstoolsGravatar hlopko2017-08-04
* Android BusyBox: deprecate --libraries flagGravatar laszlocsomor2017-08-04
* Add no_stripping feature to MSVC CROSSTOOLGravatar Yun Peng2017-08-04
* Use @CompileTimeConstant on SpawnAction.Builder#setProgressMessage.Gravatar tomlu2017-08-04
* Automated rollback of commit 0abf5fa2d64c76def5a8fa0f960b73ce0566af4d.Gravatar laszlocsomor2017-08-03
* Use the rule location when a handler isn't foundGravatar kchodorow2017-08-03
* Android BusyBox: actions use the default shell envGravatar Laszlo Csomor2017-08-03
* Update doc of ctx.coverage_instrumented.Gravatar elenairina2017-08-03
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Break out --test_filter into a test configuration fragment.Gravatar tomlu2017-08-03
* CppLinkAction decides execution platform based on action_configs.Gravatar cpeyser2017-08-03
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Dedupe dylib-handled-protos by runfiles path instead of full pathGravatar cparsons2017-08-03
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Format CppActionConfigsGravatar hlopko2017-08-02
* Automated rollback of commit 6cfffdf37e11018c7e6e2cabc90440d6d29c819b.Gravatar cpeyser2017-08-02
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* PiperOrigin-RevId: 163848560Gravatar carmi2017-08-02
* Provide CcLinkParamsStore from java_xxx_proto_library rules.Gravatar carmi2017-08-02
* Enable ThinLTO for nativedeps linksGravatar Googler2017-08-01
* Only request per_object_debug_info when fission is enabled.Gravatar klimek2017-08-01
* Implement user experience for LIPO / ThinLTO users.Gravatar klimek2017-08-01
* Automated rollback of commit 31dc6f1a281b0ae3690ea7be9c3ccc360fe22c10.Gravatar cpeyser2017-08-01
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Include annotation processor names in JavaCompileAction progress messagesGravatar cushon2017-07-31
* Rename 'executable' argument of 'ctx.actions.expand_template' to 'is_executab...Gravatar laurentlb2017-07-31
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-31
* Framework dependency subtraction uses runfiles path instead of full artifact ...Gravatar cparsons2017-07-31
* Use dynamically configured resource filteringGravatar Googler2017-07-31
* Correctly include proto runtimes from transitive proto_library's, and their t...Gravatar carmi2017-07-28
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Remove unused module-related optionsGravatar hlopko2017-07-28
* Remove unused send_transitive_header_module_srcs optionGravatar hlopko2017-07-27
* Add .ipp extension as a C++ header typeGravatar hlopko2017-07-27
* Fix a crash when Skylark rule re-exports SkylarkApiProvider.Gravatar dslomov2017-07-27
* Define an outgoing rule transition interface.Gravatar gregce2017-07-27