index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
buildtool
/
BuildTool.java
Commit message (
Expand
)
Author
Age
*
Split target pattern eval, config creation, and analysis into a new class.
twerth
2018-06-22
*
Add new BuildMetrics event to BEP.
tomlu
2018-06-19
*
Add a bit more profiler coverage
ulfjack
2018-06-15
*
Add the BuildConfigurationCollection to the AnalysisResult
ulfjack
2018-06-15
*
Split AnalysisResult into a top-level class
ulfjack
2018-06-13
*
Remove LoadingPhaseRunner, inline the only implementation
ulfjack
2018-06-12
*
Introduce generic post analysis build tool.
twerth
2018-06-11
*
Remove the legacy loading phase runner
ulfjack
2018-06-08
*
Add hook to inform SkyframeExecutor that build is finished.
janakr
2018-04-24
*
Thread configuration map through TestFilteringCompleteEvent. This isn't the m...
janakr
2018-03-27
*
Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...
janakr
2018-03-26
*
Create a new version of BuildTool that holds all cquery logic.
juliexxia
2018-03-07
*
Add functionality to MemoryProfiler to do multiple garbage collections at the...
janakr
2018-02-28
*
Implement the config(expr, word) cquery function.
juliexxia
2018-02-13
*
Check for nulls when making sure there is only one non-null configuration tha...
juliexxia
2018-02-02
*
Remove references to ConfiguredTarget.getTarget() in BuildTool.
mjhalupka
2018-01-29
*
cquery output: change the output config to be "HOST" for targets configured i...
juliexxia
2018-01-25
*
Quick blanket replacement of getTarget().getLabel() with .getLabel(). Some ha...
Googler
2018-01-22
*
Move storage of queryExpression for cquery out of BuildRequest and straight i...
juliexxia
2018-01-19
*
Introduce the blaze cquery command as the new ui for configurable query.
juliexxia
2018-01-12
*
Consolidate calls to AnalysisUtils.getTopLevelTargetsWithConfigs which conven...
juliexxia
2018-01-03
*
Consolidate instances of the --loading_phase_threads flag.
juliexxia
2017-12-21
*
Consolidate instances of the --keep_going flag.
juliexxia
2017-12-18
*
Rename --keep_incrementality_data to --track_incremental_state.
ccalvarin
2017-12-14
*
Rollforward of rollback commit 078c25c2f3cce5f407e28938ab2f3429e4609b19 with ...
juliexxia
2017-12-08
*
bazel integration tests: chmod +x configured_query_test.sh
juliexxia
2017-12-07
*
Report empty query results.
juliexxia
2017-12-07
*
Add --host_deps custom filtering to configuredtargetqueryenvironment.
juliexxia
2017-11-17
*
RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...
janakr
2017-11-12
*
Fix a bug in which --experimental_post_build_query crashes if asked to run on...
janakr
2017-11-10
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
BEP: Add an additional event with tool statistics
aehlig
2017-10-27
*
BEP: correctly report unbuilt targets if --nobuild is given
Klaus Aehlig
2017-10-25
*
BEP: correctly report the cause of unbuilt targets if --noanalyze is given
Klaus Aehlig
2017-10-20
*
Loop in top-level transition logic to configurable query to give more accurat...
juliexxia
2017-10-20
*
Pull clearing of legacy configured target data up to SkyframeExecutor and ren...
janakr
2017-10-10
*
Could be missing something but I don't think this line of documentation is tr...
juliexxia
2017-10-06
*
Fix BEP to report SKIPPED with TargetCompletedId instead of ConfigurationId
Googler
2017-09-18
*
Remove unused class after removal of BazelConfigurationCollection.
gregce
2017-09-13
*
Publish TARGET_SKIPPED status to Goops and Master Log for targets with incomp...
Googler
2017-09-01
*
Initial (partial) implementation of configured target query. Activated by pas...
janakr
2017-08-21
*
Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...
gregce
2017-08-11
*
BEP: Report AbortedEvent with SKIPPED status for targets with incompatible CP...
Googler
2017-07-26
*
Skip tests that aren't CPU-compatible with the current build.
gregce
2017-07-24
*
Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...
nharmata
2017-07-19
*
Create top-level configs dynamically: period.
gregce
2017-07-06
*
Add new flag defining an environment group for automatic cpu-based environment
jcater
2017-07-03
*
Unconditionally shut down the execution tool, even after catastrophes.
shreyax
2017-06-16
*
Fix the converter type for several build configuration options which take lists
jcater
2017-06-13
*
Move the instrumentation filter computation to BuildTool
ulfjack
2017-06-06
[next]