aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Remove ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Add ctx.aspect_ids, deprecate ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* If dynamic configurations are turned on, ruleclass configuration transitionsGravatar Cal Peyser2017-02-22
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Fix --run_under to work with labels that describe source or output filesGravatar Ulf Adams2017-02-17
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Default Bazel builds to nontrimmed dynamic configurations (except LIPO).Gravatar Greg Estren2017-02-15
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Fix the documentation of set/depsetGravatar Vladimir Moskva2017-02-14