aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
...
* 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
* Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...Gravatar nharmata2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Remove Java 7 type inference workarounds and TODOsGravatar brandjon2017-07-12
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Pass an EventHandler to OutputService.startBuildGravatar ulfjack2017-07-11
* Create top-level configs dynamically: period.Gravatar gregce2017-07-06
* Add new flag defining an environment group for automatic cpu-based environmentGravatar jcater2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Add option tagging and categorizing enums.Gravatar ccalvarin2017-06-27
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Unconditionally shut down the execution tool, even after catastrophes.Gravatar shreyax2017-06-16
* Bump the blaze max jobs and warning threshold to keep up with the times.Gravatar felly2017-06-14
* Fix the converter type for several build configuration options which take listsGravatar jcater2017-06-13
* Move the instrumentation filter computation to BuildToolGravatar ulfjack2017-06-06