aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredTargetFactory.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Configured targets register created source artifacts with Skyframe.Gravatar shahan2018-07-24
* When applying an aspect to a generated file of a Fileset avoid creating the F...Gravatar lpino2018-07-18
* Pull up calls to ToolchainContext.resolvedToolchainLabels and finishGravatar John Cater2018-07-09
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Remove "artifactOwnerConfiguration" now that LIPO is goneGravatar gregce2018-06-15
* Remove LIPO supportGravatar hlopko2018-06-15
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Allow skylark rule definitions to advertise providers that targets of the rul...Gravatar cparsons2018-04-27
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Replace ConfiguredTargetAndData#getConfiguredTarget()#getConfiguration() with...Gravatar janakr2018-03-10
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* @AutoCodec all the *ConfiguredTarget classes except for RuleConfiguredTarget....Gravatar janakr2018-02-23
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Aspects-on-aspect see and propagate over aspect attributes.Gravatar dslomov2017-12-20
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add memory profiler.Gravatar tomlu2017-10-18
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Move FilesetProvider to lib.analysis.filesetGravatar ulfjack2017-08-09
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Add toolchains attribute to aspect.Gravatar John Cater2017-05-26
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Aspect propagation should not lose transitively-visible aspects.Gravatar dslomov2017-04-11
* Support declared providers in AdvertisedProviderSet.Gravatar Dmitry Lomov2017-03-06
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Allow aspects to adveritise providers they provide.Gravatar Dmitry Lomov2017-02-07