aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SequencedSkyframeExecutor.java
Commit message (Expand)AuthorAge
* 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
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Make PackageFunction's strategy for handling unreadable BUILD files configura...Gravatar nharmata2017-06-08
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* Replace constants (static final CONSTANT_CASE) declaration type which use the...Gravatar Googler2017-05-08
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* When tracking the critical path, if not keeping incremental state, don't keep...Gravatar janakr2017-04-06
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Drop loading-phase values if --discard_analysis_cache is true and we're not k...Gravatar janakr2017-03-31
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27