aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Optimize TransitiveInfoMap memory consumption.Gravatar Googler2017-05-09
* Clean up Environment.FrameGravatar brandjon2017-05-09
* Do not report errors when aspects try to attach to files.Gravatar dslomov2017-05-08
* BEP: Provide infrastructure to report configurationsGravatar Klaus Aehlig2017-05-08
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Make TransitiveInfoMap interface narrower.Gravatar Googler2017-05-05
* Give RuleContext the ability to add make variables.Gravatar lberki2017-05-05
* Make TransitiveInfoProviderMap an interface.Gravatar Googler2017-05-04
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Don't let latebound split attributes leave the host configuration.Gravatar gregce2017-05-04
* Do not add SkylarkProviders to target's provider map unless it is needed.Gravatar dslomov2017-05-03
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Remove memory regression introduced with OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Automated g4 rollback of commit ce33ab7a49126a513d7d5a6bc16f86154d9a85b6.Gravatar plf2017-05-03
* Set the local CPU reservation for tests based on their "cpu:<n>" tag.Gravatar philwo2017-05-03
* BEP: Add WorkspaceStatusGravatar Klaus Aehlig2017-05-03
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Move platform providers to a new package to break cyclic dependencies.Gravatar John Cater2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Convert LLVM raw profiles to indexed format if necessary.Gravatar Googler2017-04-30
* BEP: Also show the rule for each targetGravatar Klaus Aehlig2017-04-28
* Give RuleContext the ability to add Make VariablesGravatar Googler2017-04-27
* Dynamic configs: build the host config from data, not target options.Gravatar gregce2017-04-26
* Native aspects can opt-in to apply to files.Gravatar dslomov2017-04-25
* BEP: Temporarily readd default outputs for targetsGravatar Klaus Aehlig2017-04-24
* Remove --microcoverage supportGravatar cushon2017-04-24
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* RELNOTES: Fix select condition intersections.Gravatar Googler2017-04-19
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Fix `in` operator for targetsGravatar vladmos2017-04-18
* Fix memory regression introduced by default providersGravatar vladmos2017-04-13
* Used 'DefaultInfo' instead of `ctx.default_provider`.Gravatar dslomov2017-04-12
* Implement default providerGravatar vladmos2017-04-11
* Aspect propagation should not lose transitively-visible aspects.Gravatar dslomov2017-04-11
* Make AspectCompleteEvent declare its artifact groupsGravatar Klaus Aehlig2017-04-11
* Make TargetCompleteEvent declare its artifact groupsGravatar Klaus Aehlig2017-04-11
* Add flag_values attribute to config_setting.Gravatar mstaib2017-04-10
* Move action_outs directory to under the output path.Gravatar janakr2017-04-06
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Generalize ConfigSetting's special options handling.Gravatar mstaib2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04