aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Toolchain providers are propagated in the ToolchainContext instance madeGravatar cpeyser2017-09-12
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* RuleContext instances obtained through BuildViewTestCase#getRuleContext have aGravatar cpeyser2017-09-07
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Remove direct argument adding methods from SpawnAction.Builder.Gravatar tomlu2017-09-05
* Now really rename all logger instances to "logger".Gravatar lberki2017-09-05
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* Automated rollback of commit 8d6fc64b18c7e35b93f5c43dae1dbd2f8cae2147.Gravatar plf2017-09-04
* Rolling forward Java coverage.Gravatar elenairina2017-09-01
* BEP: Add TargetConfigured events also for aspectsGravatar Klaus Aehlig2017-09-01
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Move caching of OptionDefinitions to be static, and remove uncached extractio...Gravatar ccalvarin2017-09-01
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Fix --nobuild_runfile_manifests to keep transitive dependencies of the runfilesGravatar Googler2017-09-01
* Bazel c++ rules depend on a c++ toolchain.Gravatar cpeyser2017-09-01
* Skylark: ctx.actions.run_shell uses helper scriptGravatar László Csomor2017-08-31
* docs,Skylark: explain actions.run_shell.commandGravatar laszlocsomor2017-08-31
* android_test binary_under_test/deps must have the same flags if any are set.Gravatar mstaib2017-08-31
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* docs,Skylark: fix formatting in Args.htmlGravatar laszlocsomor2017-08-30
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Implement CustomCommandLine support for Skylark.Gravatar tomlu2017-08-28
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Implement field declarations for declared providers.Gravatar dslomov2017-08-25
* Restore VectorArg to CustomCommandLine's public interface.Gravatar tomlu2017-08-24
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Add a --build_runfile_manifests flag which controls production ofGravatar Googler2017-08-22
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Simplify RunfilesSupport interface by having it call RuleContext.shouldCreate...Gravatar Googler2017-08-21
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Remove CustomArgv. It is unused.Gravatar tomlu2017-08-21
* Make an immutable copy of a map in a simpler way.Gravatar lberki2017-08-18
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Expose android configuration to skylark (android_sdk and apk_signing_method)Gravatar Googler2017-08-18