aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/TimestampBuilderTestCase.java
Commit message (Expand)AuthorAge
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Allow delegation to the underlying filesystem only for the source tree.Gravatar felly2018-06-11
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Failing targets are identified by comparing ConfiguredTarget.Key instead of C...Gravatar cpeyser2018-06-04
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Fail gracefully on conflicting actions generated by an aspect. These can come...Gravatar janakr2018-02-26
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Replace path implementation.Gravatar tomlu2018-02-08
* Add a CODEC for Artifact.Gravatar cpeyser2018-02-01
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Fix various linter errorsGravatar ruperts2017-09-29
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Remove only-in-tests null checks in SkyframeActionExecutor.Gravatar Janak Ramakrishnan2017-03-22
* Enforce that the SkyKey returned by ActionLookupKey#getSkyKey is an ActionLoo...Gravatar Janak Ramakrishnan2017-03-21
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03