aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/BUILD
Commit message (Expand)AuthorAge
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Add DONE_CHECKING as a reason for requesting nodes.Gravatar shreyax2018-03-26
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Tags mapped singletons in SkyValueEncoderGravatar shahan2018-02-27
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Allow opaque OptionsClassProvider to be passed around in BuildDriver#meta et ...Gravatar Nathan Harmata2016-01-20
* BUILD file tweaks.Gravatar Han-Wen Nienhuys2015-11-10
* Record Skyframe timing metrics even if Profiling is disabled.Gravatar Eric Fellheimer2015-11-06
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28