aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* 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
* Make --aspects a repeatable flag.Gravatar dslomov2017-05-31
* BEP: Correctly report test exit code.Gravatar buchgr2017-05-30
* Remove workspace tree under correct nameGravatar kchodorow2017-05-26
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Fix crash when building output files with --target_environment.Gravatar gregce2017-05-15
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* Make symlinks consistentGravatar kchodorow2017-05-04
* Document output groups.Gravatar Dmitry Lomov2017-05-04
* BEP: Add WorkspaceStatusGravatar Klaus Aehlig2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Re-introduce the overall_success field in BEP.Gravatar buchgr2017-04-28
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Allow bypassing the automated detection of jobs when --jobs=auto.Gravatar jmmv2017-04-28
* BEP: Report exit code in BuildCompleteEventGravatar Jakob Buchgraber2017-04-27
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Move action_outs directory to under the output path.Gravatar janakr2017-04-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04