aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-24
* PiperOrigin-RevId: 162907213Gravatar ulfjack2017-07-24
* SpawnResult: allow signaling catastrophic errors, and compute detail messageGravatar ulfjack2017-07-24
* Use ActionInputFileCache instead of MetadataHandler in more placesGravatar ulfjack2017-07-24
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* PiperOrigin-RevId: 162771369Gravatar carmi2017-07-24
* Add links to examples in the documentation.Gravatar laurentlb2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Make error message in case top-level aspect is missing clearer.Gravatar Dmitry Lomov2017-07-24
* Remove an unused method.Gravatar lberki2017-07-24
* Make TestsInSuiteKey, TestSuiteExpansionKey implement SkyKeyGravatar ulfjack2017-07-24
* Move all crosstool patches to CppActionConfigsGravatar hlopko2017-07-24
* Clean up/improve docs across several Apple classes.Gravatar allevato2017-07-21
* De-emphasize the note on internal providers.Gravatar Dmitry Lomov2017-07-21
* ObjcProvider is propagated as a native declared provider.Gravatar cparsons2017-07-21
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Add all generated headers as mandatory inputs for compile actions.Gravatar rduan2017-07-21
* Updates XCTestAppProvider documentation to mention it's deprecated status.Gravatar kaipi2017-07-21
* Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as su...Gravatar olaola2017-07-21
* Remove --experimental_android_use_singlejar_for_multidex.Gravatar ajmichael2017-07-21
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Make isRunning protected.Gravatar janakr2017-07-21
* Fold AndroidAaptBaseRule into AndroidBaseRule.Gravatar ajmichael2017-07-21
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* Improve documentation in MethodLibrary, add examples for builtins.Gravatar laurentlb2017-07-21
* Improve logging on batch stat issues.Gravatar felly2017-07-21
* Add --toolchain_resolution_override to allow specifying the toolchain for a g...Gravatar John Cater2017-07-21
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Improve documentation for 'actions.write' and 'actions.expand_template'.Gravatar laurentlb2017-07-21
* PiperOrigin-RevId: 162607273Gravatar plf2017-07-21
* Skylark documentation: Replace "set" and "List" plain-text return types with ...Gravatar fwe2017-07-21
* Include the JavaPluginInforProvider from java_library in JavaProvider.Gravatar elenairina2017-07-21
* Turn off checking for filegroup "data" attributes.Gravatar cpovirk2017-07-20
* Internal changeGravatar aehlig2017-07-20
* Do not depend on the Java launcher if java_binary.create_executable=0 because...Gravatar lberki2017-07-20
* Automated rollback of commit 01ddfb7bf418b371859de62f4eab2f41ea9a4a4a.Gravatar laszlocsomor2017-07-20
* Deprecate dynamic config OFF and NOTRIM_PARTIAL modes.Gravatar gregce2017-07-20
* Internal changeGravatar Googler2017-07-20
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Use double-quotes instead of single-quotes for consistency.Gravatar laurentlb2017-07-20
* Update documentation of `dict`, mention it's mutable.Gravatar laurentlb2017-07-20
* Document that javabase accepts java_runtime_suiteGravatar Dan Fabulich2017-07-19
* Refactor TargetPatternPhaseFunctionGravatar ulfjack2017-07-19
* Mark PACKAGE_NAME and REPOSITORY_NAME as deprecated.Gravatar laurentlb2017-07-19
* Remove TransitiveTargetValue.transitive{S,Uns}uccessfulPkgsGravatar ulfjack2017-07-19
* Make sure FeatureConfiguration is always set in C++ action buildersGravatar hlopko2017-07-19
* Fix sandboxing when spawn outputs differ from action outputs.Gravatar Benjamin Peterson2017-07-19
* Allow java_runtime rules to have no srcs.Gravatar lberki2017-07-19
* Make TargetPatternKey implement SkyKey instead of wrapping in LegacySkyKeyGravatar ulfjack2017-07-19