aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* Add a <code>getSkylarkOptions</code> helper function to all OptionsProviders.Gravatar juliexxia2018-08-13
* Fix lock contention in Reporter.startTask/.finishTask by:Gravatar Googler2018-08-13
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Add option to post ProfileStartedEvent containing the profile's path.Gravatar twerth2018-07-31
* Improve artifact->owner label accounting in two ways. First, don't do the ful...Gravatar janakr2018-07-30
* Don't retain memory used by Artifact->owner Label multimap after it's been us...Gravatar janakr2018-07-26
* Target pattern eval: use the same number of threads as loadingGravatar ulfjack2018-07-26
* Remove LoadingResultGravatar ulfjack2018-07-25
* Move LoadingPhaseCompleteEvent posting to TargetPatternPhaseFunctionGravatar ulfjack2018-07-24
* Remove gender specific prononuns from Bazel codebaseGravatar hlopko2018-07-23
* Add aquery as proper command to Bazel.Gravatar twerth2018-07-18
* For all top-level artifacts, track the labels that own them when that is avai...Gravatar janakr2018-07-13
* Use generic classes instead of cquery specific class.Gravatar twerth2018-07-10
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Split target pattern eval, config creation, and analysis into a new class.Gravatar twerth2018-06-22
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Add a bit more profiler coverageGravatar ulfjack2018-06-15
* Add the BuildConfigurationCollection to the AnalysisResultGravatar ulfjack2018-06-15
* Use single source of truth for symlinks and warn when deleting them.Gravatar mstaib2018-06-14
* Add a convenience method to ProfilerGravatar ulfjack2018-06-14
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Split AnalysisResult into a top-level classGravatar ulfjack2018-06-13
* Add --print_workspace_in_output_paths_if_needed flag.Gravatar mstaib2018-06-12
* Remove LoadingPhaseRunner, inline the only implementationGravatar ulfjack2018-06-12
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Introduce generic post analysis build tool.Gravatar twerth2018-06-11
* Remove ActionContextConsumerGravatar ulfjack2018-06-11
* Remove the legacy loading phase runnerGravatar ulfjack2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Failing targets are identified by comparing ConfiguredTarget.Key instead of C...Gravatar cpeyser2018-06-04
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* 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
* Delete the FilesetActionContext and its ImplementationGravatar kush2018-05-04
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Do not spawn local actions when available memory is too lowGravatar Josh Pieper2018-05-04
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Create a new proto output formatter for cquery. Also add flag --[no]proto:inc...Gravatar juliexxia2018-04-11
* Error out gracefully instead of crashing blaze when --output=transitions is u...Gravatar juliexxia2018-04-05
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Get rid of call to deprecated ConfiguredTarget.getConfiguration()Gravatar juliexxia2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Move the default cquery output format to its own callback and standardize cqu...Gravatar juliexxia2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26