aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/TimestampBuilderTestCase.java
Commit message (Expand)AuthorAge
* 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
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Skip computing digests when --use_action_cache=false.Gravatar Googler2017-02-16
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Inject the changes in the client environment for the ClientEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-02
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77.Gravatar Nathan Harmata2016-10-18
* Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1.Gravatar Nathan Harmata2016-10-17
* Slight refactor of ExternalFilesHelper:Gravatar Nathan Harmata2016-10-14
* Provide a file action cache for action executor in TimestampBuilderTestCase.Gravatar Rumou Duan2016-10-13
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Drive-by cleanup to remove unnecessary function from the ActionCache interface.Gravatar Shreya Bhattarai2016-08-10
* Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...Gravatar Janak Ramakrishnan2016-08-01