aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Delete --deprecated_generate_xcode_project.Gravatar schmitt2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Remove unused methods from FunctionSignatureGravatar brandjon2017-08-16
* Fix product name in directory messagesGravatar Klaus Aehlig2017-08-14
* SyntaxTreeVisitor handles flow statements (break / continue).Gravatar laurentlb2017-08-14
* Fix Skylark parsing of call expressions.Gravatar fzaiser2017-08-14
* Update JacocoCoverageRunnerGravatar elenairina2017-08-14
* Lazily construct AndroidDeployInfo proto.Gravatar tomlu2017-08-14
* Use Label for equality comparison instead of Target: Target objects don't hav...Gravatar janakr2017-08-14
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Make AndroidTest#initializeTargetDevicesTest use lazy template args.Gravatar tomlu2017-08-14
* Workaround for ld bug that causes flakiness when using -bitcode_symbol_map.Gravatar allevato2017-08-14
* Validate and Link libraries action for aapt2Gravatar corysmith2017-08-14
* Intern aspect definitions by their respective aspect class + parameters.Gravatar tomlu2017-08-14
* Introduce the 'siblings' query function.Gravatar nharmata2017-08-14
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* Internal changeGravatar Googler2017-08-14
* BEP: Make tags available in TargetConfigured eventGravatar Klaus Aehlig2017-08-14
* Use CustomCommandLine.Builder in SpawnAction always.Gravatar tomlu2017-08-14
* Improve type safety for vector args in CustomCommandLine.Gravatar tomlu2017-08-14
* Use all resource types in PlaceholderIdFieldInitializerBuilderGravatar Googler2017-08-14
* Refactor FuncallExpression to allow for complex function terms later.Gravatar fzaiser2017-08-14
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* remote: Provide a clear error message if the remote cache is in an invalid st...Gravatar buchgr2017-08-14
* BEP: move configuration-independent information to TargetConfigured eventGravatar Klaus Aehlig2017-08-11
* remote: Refactor RemoteSpawnRunner to distinquish between remoteGravatar buchgr2017-08-11
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Fix flaky test: process-wrapper_test.Gravatar philwo2017-08-11
* CachedLocalSpawnRunner: reuse existing code from RemoteSpawnRunnerGravatar ulfjack2017-08-11
* Support executing as root in the linux sandbox.Gravatar Benjamin Peterson2017-08-11
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Rewrite //:combine_distfiles.sh in PythonGravatar László Csomor2017-08-11
* Extract a library from create_embedded_tools.pyGravatar László Csomor2017-08-11
* multi-thread DexFileMergerGravatar kmb2017-08-11
* Set a bit in ActionExecutedEvent indicating if a failure occurred before the ...Gravatar janakr2017-08-11
* Up the size of skylark_flag_test to "medium" to avoid timeoutsGravatar brandjon2017-08-11
* Fix documentation in FilesetEntryGravatar kush2017-08-11
* Skylark interpreter uses Latin1 instead of Utf8 for consistency with Bazel.Gravatar laurentlb2017-08-11
* Fix AST visitor for for loops and comprehensions.Gravatar laurentlb2017-08-11
* Rename the aapt2 library to .apk, which is what aapt2 expects for static libr...Gravatar corysmith2017-08-11
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-08-11
* Do not make generated files mandatory deps for ObjC compile when headerGravatar Googler2017-08-11
* Use Maps#newHashMapWithExpectedSize rather than improper HashMap ctor usage.Gravatar nharmata2017-08-11
* Adds aapt2.ResourceCompiler and CompileLibraryResourcesAction.Gravatar corysmith2017-08-11
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Move OutputService to lib.skyframeGravatar ulfjack2017-08-11
* Polish blaze_util.ccGravatar lpino2017-08-11