aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/TestSuiteExpansionValue.java
Commit message (Expand)AuthorAge
* Change TestSuiteExpansionValue to contain Labels instead of Targets.Gravatar cpeyser2018-05-15
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Replaces some existing codecs with @AutoCodec.Gravatar Googler2017-12-22
* Initial @AutoCodec implementation.Gravatar Googler2017-12-13
* Custom serialization for TestSuiteExpansionKey.Gravatar Googler2017-12-07
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Open-source Skyframe serialization, and make AppleConfiguration serializable ...Gravatar janakr2017-08-18
* Make SkyKey.argument a default methodGravatar ulfjack2017-07-25
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Make TestsInSuiteKey, TestSuiteExpansionKey implement SkyKeyGravatar ulfjack2017-07-24
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Use a sorted set for the test suite expansion key to prevent non-determinism.Gravatar Ulf Adams2015-10-20
* Reimplement target pattern parsing in Skyframe.Gravatar Ulf Adams2015-10-14