| Commit message (Expand) | Author | Age |
* | Remove BuildConfiguration from ConfiguredTarget. | janakr | 2018-03-28 |
* | Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTar... | janakr | 2018-03-27 |
* | Remove some more #getConfiguration calls (and some transitive ones through Co... | janakr | 2018-03-27 |
* | Get rid of a few more #getConfiguration() calls. We're now passing a Configur... | janakr | 2018-03-27 |
* | Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods... | janakr | 2018-03-26 |
* | Add a DefaultBuildOptions specifying default build flags that may differ from... | mjhalupka | 2018-03-22 |
* | Deletes CODEC fields now that they are no longer needed. | shahan | 2018-02-28 |
* | Add some more codecs to execution-phase SkyKeys. | janakr | 2018-02-15 |
* | Add a CODEC for CppCompileAction. | cpeyser | 2018-02-14 |
* | Add ability to use getter in AutoCodecProcessor when field for instantiator p... | janakr | 2018-02-13 |
* | Add context argument to ObjectCodec.{serialize,deserialize} | michajlo | 2018-02-11 |
* | Add codec for ConfiguredTargetKey and remove stray LegacySkyKey constructors ... | janakr | 2018-01-27 |
* | Remove aspect configuration from AspectKey. Instead, store an appropriate Sk... | cpeyser | 2018-01-26 |
* | Store a SkyKey inside BuildInfoCollectionValue.KeyAndConfig instead of a Buil... | janakr | 2018-01-24 |
* | Start serializing ArtifactOwner: put in a simple codec for the null artifact ... | janakr | 2018-01-19 |
* | Stop including BuildConfiguration inside ConfiguredTargetKey: it's too heavyw... | janakr | 2018-01-11 |
* | Convert ActionLookupKey implementations to directly implement SkyKey, removin... | janakr | 2018-01-11 |
* | Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same... | janakr | 2017-12-20 |
* | Replace all usages of Blaze's Preconditions class with guava. | tomlu | 2017-11-09 |
* | Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection.... | gregce | 2017-08-18 |
* | If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen... | janakr | 2017-03-31 |
* | Also display the object identity of the configuration in ConfiguredTargetKey ... | Lukacs Berki | 2016-08-25 |
* | Add more debugging info in case of action conflicts. This will tell us if we'... | Janak Ramakrishnan | 2016-08-25 |
* | Use Bazel Preconditions variant which avoids varargs array creation | Mark Schaller | 2015-12-10 |
* | Rationalize copyright headers | Damien Martin-Guillerez | 2015-09-25 |
* | Move Label from the lib.syntax to the lib.cmdline package so that: | Lukacs Berki | 2015-09-21 |
* | Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che... | Lukacs Berki | 2015-06-29 |
* | Some cleanup changes. | Ulf Adams | 2015-03-05 |
* | Update from Google. | Han-Wen Nienhuys | 2015-02-25 |