aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* 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
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* Modify CTQEnvironment and associated files to handle AliasConfiguredTargets. ...Gravatar juliexxia2018-03-15
* Create a new version of BuildTool that holds all cquery logic.Gravatar juliexxia2018-03-07
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* Implement the config(expr, word) cquery function.Gravatar juliexxia2018-02-13
* Check for nulls when making sure there is only one non-null configuration tha...Gravatar juliexxia2018-02-02
* Replace ConfiguredTarget.getTarget() with a call to the environment's packageGravatar mjhalupka2018-01-30
* Remove references to ConfiguredTarget.getTarget() in BuildTool.Gravatar mjhalupka2018-01-29
* cquery output: change the output config to be "HOST" for targets configured i...Gravatar juliexxia2018-01-25
* Quick blanket replacement of getTarget().getLabel() with .getLabel(). Some ha...Gravatar Googler2018-01-22
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* Move storage of queryExpression for cquery out of BuildRequest and straight i...Gravatar juliexxia2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19