aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/constraints
Commit message (Expand)AuthorAge
* Improve error messaging for constraints violations.Gravatar gregce2018-08-08
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Add proper serialization constructor and equals/hashCode for EnvironmentLabels.Gravatar janakr2018-03-06
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Extract part of EnvironmentGroup that's necessary for constraint calculation,...Gravatar janakr2018-02-15
* Get Target out of SupportedEnvironmentsProvider. Only a Label and Location ar...Gravatar janakr2018-02-14
* Remove ConfiguredTarget.getTarget() call in TopLevelConstraintSemantics.Gravatar mjhalupka2018-01-29
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Upgrade --target_environment, --auto_cpu_environment_group.Gravatar gregce2017-12-05
* Fix TopLevelConstraintSemantics to ignore targets that explicitly ignore cons...Gravatar John Cater2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Start process of making auto_cpu_environment_group non-experimental.Gravatar jcater2017-10-18
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Make compatible_with = ["all", "foo"] the same as compatible_with = ["all"].Gravatar gregce2017-06-06
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Fix an obscure crash scenario with static configs and BuildConfiguration.equals.Gravatar Greg Estren2017-01-04
* Skip constraint checking on generated sources with null generating rules.Gravatar Greg Estren2016-12-07
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Provide clearer messaging when a build fails because a rule'sGravatar Greg Estren2016-06-27
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Remove LABEL_LIST_DICT type. This was only used for abi_deps,Gravatar Greg Estren2016-05-11
* Use ConstraintSemantics.getSupportedEnvironments() in supportsJava7TargetEnvi...Gravatar Liam Miller-Cushon2016-05-02
* Make ConstraintSemantics.java compile again with all supported JDKs.Gravatar Lukacs Berki2016-04-22
* Remove FileProvider.label.Gravatar Ulf Adams2016-04-22
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Remove FilesToRunProvider.label.Gravatar Ulf Adams2016-04-22
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Better syncing of Google vs. external constraint enforcement.Gravatar Greg Estren2015-09-24
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Have constraints' definition of implicit deps exactly match query's.Gravatar Greg Estren2015-06-12
* Remove compatible_with / restricted_to attributes from ruleGravatar Greg Estren2015-06-03
* Keep host dependencies exempt from constraint checkingGravatar Greg Estren2015-06-03
* Constraints: don't check constraints on implicit or lateboundGravatar Greg Estren2015-04-23