aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* Only patch in C++ compile features when they are not already defined in cross...Gravatar hlopko2017-08-10
* Automated rollback of commit 8adcf839c5c42defaa2fabedfb0208e4ce97ac95.Gravatar ajmichael2017-08-10
* Remove exec from $testing_shbase. It is a sh_library target that we only use ...Gravatar ajmichael2017-08-10
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Revert collect_coverage change that enables the new Java coverageGravatar elenairina2017-08-10
* Add reexports to cc rules and cc_shared_library and cc_static_library semanticsGravatar elenairina2017-08-10
* Move FilesetProvider to lib.analysis.filesetGravatar ulfjack2017-08-09
* Do not add copts feature to crosstools that already define itGravatar hlopko2017-08-09
* Automated rollback of commit f7f1a8f756f33f86b1bdc5023d5052117b62523e.Gravatar laszlocsomor2017-08-09
* Add flag to use processed resource apk manifest fileGravatar Googler2017-08-09
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Windows, AndroidBusyBox: always use params filesGravatar laszlocsomor2017-08-09
* Rename some variables for easier understanding of the code.Gravatar elenairina2017-08-09
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Change logic of Blaze Java coverage.Gravatar elenairina2017-08-08
* 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