aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Add isConfigMatcher property to rule classes.Gravatar mstaib2017-04-03
* Move BuildConfiguration option data access to a new class.Gravatar mstaib2017-04-03
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Add ctx.experimental_new_directory (undocumented) to create tree artifacts in...Gravatar allevato2017-03-31
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* BuildView#getConfiguredTargetForTesting respects null transitions.Gravatar mstaib2017-03-31
* Resolve special provider names when checking for mandatory providersGravatar vladmos2017-03-29
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* introduce hidden flag to configure bytecode optimizersGravatar Kevin Bierhoff2017-03-27
* Unit tests respect top-level rule-class transitions.Gravatar Cal Peyser2017-03-27
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Honor SOURCE_DATE_EPOCH in bootstrapping Gravatar Klaus Aehlig2017-03-23
* Fix dir() on Targets with aspects applied.Gravatar Dmitry Lomov2017-03-22
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Rationalize null-ness checks in RunfilesGravatar Ulf Adams2017-03-21
* Use a relative path for the runfiles treeGravatar Ulf Adams2017-03-21
* Fix a bug whereupon a String was compared to a PathFragment.Gravatar Lukacs Berki2017-03-21
* Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea.Gravatar Yue Gan2017-03-20
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-17
* Improve javadoc for the environment functions in the BuildConfiguration Gravatar Klaus Aehlig2017-03-16
* Fix typo in help string for --action_envGravatar Klaus Aehlig2017-03-16
* Make AspectCompleteEvent an instance of BuildEvent Gravatar Klaus Aehlig2017-03-16
* Type strip Python sources when building a target incompatible with inlineGravatar Googler2017-03-14
* Simplify Attribute.Configurator, add dynamic configs support.Gravatar Greg Estren2017-03-14
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Support composed dependency transitions with dynamic configs.Gravatar Greg Estren2017-03-08
* Support declared providers in AdvertisedProviderSet.Gravatar Dmitry Lomov2017-03-06
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Pass the repository name through to build info factoriesGravatar Kristina Chodorow2017-03-06
* Support declared providers for aspectsGravatar Vladimir Moskva2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* BEP: Add tags and output files to TargetComplete event Gravatar Jakob Buchgraber2017-02-28
* Fixes issue with ObjcCompileAction where extra action funcitonality is unableGravatar Googler2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27