aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Use Iterators.unmodifiableIterator() for readabilityGravatar brandjon2017-08-08
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Slight refactor to AttributeValuesMap to permit multiple different efficient ...Gravatar nharmata2017-08-08
* Only add coverage flags when gcno file is expectedGravatar hlopko2017-08-08
* Do not expand inputs in CppLinkAction.execute().Gravatar Benjamin Peterson2017-08-07
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* bes,remote: update default auth scope.Gravatar buchgr2017-08-07
* Add tuple * int multiplication operatorGravatar brandjon2017-08-07
* Fix mutability bug in SkylarkList/SkylarkMap Java APIsGravatar brandjon2017-08-07
* Turn off C++ provider propagation from java_proto_library, until J2ObjcAspect...Gravatar carmi2017-08-07
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07
* Automated rollback of commit 496d3ded0bce12b7371a93e1183ba30e6aa88032.Gravatar buchgr2017-08-07
* Make selector list construction n^2 -> n efficient.Gravatar gregce2017-08-07
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Make Bazel enforce requirement on build-tools 26.0.1 or later.Gravatar ajmichael2017-08-07
* Bypass unnecessary ArrayLists in SkylarkNestedSet constructorGravatar michajlo2017-08-07
* Minor optimization to function arg parsingGravatar michajlo2017-08-07
* fix for bazel 303 redirect bug: https://github.com/bazelbuild/bazel/issues/3343Gravatar Googler2017-08-07
* Add keywords to BES PublishBuildToolEventStreamRequest.Gravatar Googler2017-08-07
* Required toolchains set on rule classes are inherited.Gravatar cpeyser2017-08-07
* Add a little more context to an error message for when a rule returns the wro...Gravatar Googler2017-08-07
* Micro-optimization for TransitiveBaseTraversalFunctionGravatar michajlo2017-08-07
* Move most test options from BuildConfiguration to TestConfiguration.Gravatar tomlu2017-08-07
* Aspects that apply to files cannot apply to source files.Gravatar dslomov2017-08-07
* Do not expand nested sets in the analysis phase in CustomCommandLine.Gravatar tomlu2017-08-04
* Cleanup SkylarkListGravatar brandjon2017-08-04
* Refactor BuildRequest out of sandboxed spawn runner initialization.Gravatar Benjamin Peterson2017-08-04
* Make sure copts is the last feature in osx crosstoolsGravatar hlopko2017-08-04
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* Android BusyBox: deprecate --libraries flagGravatar laszlocsomor2017-08-04
* Add no_stripping feature to MSVC CROSSTOOLGravatar Yun Peng2017-08-04
* Add --windows_exe_launcher optionGravatar Yun Peng2017-08-04
* Use @CompileTimeConstant on SpawnAction.Builder#setProgressMessage.Gravatar tomlu2017-08-04
* Make MutableList#EMPTY privateGravatar brandjon2017-08-04
* Automated rollback of commit 0abf5fa2d64c76def5a8fa0f960b73ce0566af4d.Gravatar laszlocsomor2017-08-03
* Use the rule location when a handler isn't foundGravatar kchodorow2017-08-03
* Android BusyBox: actions use the default shell envGravatar Laszlo Csomor2017-08-03
* Update doc of ctx.coverage_instrumented.Gravatar elenairina2017-08-03
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Documentation fix for 'str' and 'repr' functions.Gravatar laurentlb2017-08-03
* Use getExecPathString when getting bash_main_fileGravatar pcloudy2017-08-03
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Break out --test_filter into a test configuration fragment.Gravatar tomlu2017-08-03
* CppLinkAction decides execution platform based on action_configs.Gravatar cpeyser2017-08-03
* Accept expansion flags expanding to expansion flags in invocation policy.Gravatar ccalvarin2017-08-03
* Adding a ConstantVersion to Skyframe, to be used when only a single evaluatio...Gravatar kush2017-08-03
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Dedupe dylib-handled-protos by runfiles path instead of full pathGravatar cparsons2017-08-03