aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SequencedSkyframeExecutor.java
Commit message (Expand)AuthorAge
* Use getDoneValues instead of getGraphMap for dump/stat functions.Gravatar twerth2018-08-09
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Potentially allow children of a dirty node to be missing from the graph. Also...Gravatar janakr2018-05-15
* Move --track_incremental_state and --keep_state_after_build to CommonCommandO...Gravatar felly2018-05-15
* Add option --experimental_discard_actions_after_execution in order to turn it...Gravatar janakr2018-05-15
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Fix NPE in action graph dump.Gravatar twerth2018-04-11
* Allow ConfiguredTargetFunction to release its CPU-bound semaphore during dep ...Gravatar janakr2018-03-28
* Adds hook to AspectFunction to allow for inlining SkylarkImportLookupFunction.Gravatar cpeyser2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Simplify ClientEnvironmentValue invalidation.Gravatar Benjamin Peterson2018-03-15
* Add option to dump command lines of actions in dump.Gravatar twerth2018-03-07
* Split up action graph cache into multiple classes for cleaner code.Gravatar twerth2018-03-06
* Move action graph dump methods into the ActionGraphDump class.Gravatar twerth2018-03-05
* Split ActionGraphDump into its own class.Gravatar twerth2018-03-05
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Add option to filter for targets in the action graph dump.Gravatar twerth2018-03-02
* Move newly created protos to analysis package.Gravatar twerth2018-02-22
* Add option to dump the action graph.Gravatar twerth2018-02-22
* Get rid of the last reference to getAttributeMapper by keeping packages whichGravatar mjhalupka2018-02-13
* Remove references to getTarget(). Requires threading through anGravatar mjhalupka2018-02-08
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* Introduce Root class.Gravatar tomlu2018-01-17
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Bump up the max number of changed files we INFO-log to 10.Gravatar nharmata2017-12-22
* Rename --keep_incrementality_data to --track_incremental_state.Gravatar ccalvarin2017-12-14
* Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce.Gravatar ccalvarin2017-12-11
* Add --incremental_state_retention_strategyGravatar ccalvarin2017-12-11
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* 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
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Don't require --keep_going to discard graph edges. It's unnecessary.Gravatar janakr2017-11-02
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Reset evaluator eagerly when incremental state changes. And add a regression ...Gravatar janakr2017-10-24
* Add memory profiler.Gravatar tomlu2017-10-18
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* More narrowly specify SkyframeExecutor#prepareExecution as #detectModifiedOut...Gravatar janakr2017-09-28
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26