aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce.Gravatar ccalvarin2017-12-11
* Add --incremental_state_retention_strategyGravatar ccalvarin2017-12-11
* Rollforward of rollback commit 078c25c2f3cce5f407e28938ab2f3429e4609b19 with ...Gravatar juliexxia2017-12-08
* bazel integration tests: chmod +x configured_query_test.shGravatar juliexxia2017-12-07
* Report empty query results.Gravatar juliexxia2017-12-07
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Minor fixes to spacing in help messagesGravatar Mike Morearty2017-11-29
* Add --host_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-11-17
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Fix a bug in which --experimental_post_build_query crashes if asked to run on...Gravatar janakr2017-11-10
* 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
* BEP: Add an additional event with tool statisticsGravatar aehlig2017-10-27
* BuildEventStreamer: allow final messagesGravatar aehlig2017-10-26
* BEP: correctly report unbuilt targets if --nobuild is givenGravatar Klaus Aehlig2017-10-25
* BEP: correctly report the cause of unbuilt targets if --noanalyze is givenGravatar Klaus Aehlig2017-10-20
* Loop in top-level transition logic to configurable query to give more accurat...Gravatar juliexxia2017-10-20
* Accept command lines from tools invoking Bazel.Gravatar ccalvarin2017-10-18
* BEP: link structured command lineGravatar Klaus Aehlig2017-10-16
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Could be missing something but I don't think this line of documentation is tr...Gravatar juliexxia2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* More narrowly specify SkyframeExecutor#prepareExecution as #detectModifiedOut...Gravatar janakr2017-09-28
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Unify buildevnts indicating build completionGravatar Klaus Aehlig2017-09-19
* Fix BEP to report SKIPPED with TargetCompletedId instead of ConfigurationIdGravatar Googler2017-09-18
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Automatic code cleanup.Gravatar cushon2017-09-15
* Use top-level targets' configurations for convenience symlinks.Gravatar mstaib2017-09-15
* Remove unused class after removal of BazelConfigurationCollection.Gravatar gregce2017-09-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Publish TARGET_SKIPPED status to Goops and Master Log for targets with incomp...Gravatar Googler2017-09-01
* Turn ActionCacheStatistics into a proto.Gravatar jmmv2017-08-31
* Refactor collection of action cache statistics.Gravatar jmmv2017-08-29
* Initial (partial) implementation of configured target query. Activated by pas...Gravatar janakr2017-08-21
* Fix product name in directory messagesGravatar Klaus Aehlig2017-08-14
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-08-11
* Move OutputService to lib.skyframeGravatar ulfjack2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Unify input prefetchingGravatar ulfjack2017-08-10
* BEP: Report AbortedEvent with SKIPPED status for targets with incompatible CP...Gravatar Googler2017-07-26
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21