aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google
Commit message (Expand)AuthorAge
* Support inclusion filter in DexFileSplitter, with the same semantics as in .....Gravatar kmb2017-12-06
* Add SkylarkSemantics#toBuilder() and #builderWithDefaults()Gravatar brandjon2017-12-06
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Fix some broken targets and failing tests.Gravatar ajmichael2017-12-06
* Move BazelRuleClassProvider.CORE_WORKSPACE_RULES to its own class in the rule...Gravatar lpino2017-12-06
* Depend on //tools/jdk:host_jdk for the host javabase instead of the default JDK.Gravatar lberki2017-12-06
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* Dedupe inputs in dexmerger tool similar to other tools.Gravatar kmb2017-12-05
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Expose getGenJarsProvider methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-05
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Platform options are no longer experimental.Gravatar jcater2017-12-04
* From apple_binary, receive AppleExecutableBinaryProvider from the bundle_load...Gravatar cparsons2017-12-04
* Expose ObjcProtoProvider as a Skylark object.Gravatar cparsons2017-12-04
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Remove `-R` flags from the MacOS crosstool template.Gravatar John Millikin2017-12-04
* Expose some methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-04
* Switch GenRuleBase to use the new Expander APIGravatar ulfjack2017-12-04
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Make Predicate<String> obtainable from RuleClassNamePredicateGravatar Googler2017-12-01
* Add user and system execution time to provide total CPU execution time for ea...Gravatar ruperts2017-12-01
* Move IDL constant out of AndroidSemanticsGravatar ajmichael2017-12-01
* Avoid NPEs when providers are not found in JavaInfo.Gravatar elenairina2017-12-01
* Properly enforce one version for android_robolectric_test targets by respecti...Gravatar Googler2017-11-30
* Automated rollback of commit a7a9d56539a467ef095d3003a16d33922d9505a5.Gravatar ajmichael2017-11-30
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Update some of the tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Improve the error messaging by suppressing stack traces for expected errors.Gravatar corysmith2017-11-30
* Remove unused code from RuleSetUtilsGravatar Googler2017-11-30
* Set --objc_debug_with_GLIBCXX=false by default in the Bazel binary.Gravatar cpeyser2017-11-30
* Move BazelRuleClassProvider.CONFIG_RULES to its own class in the config package.Gravatar lpino2017-11-30
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Do not filter debug messagesGravatar vladmos2017-11-30
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Add android_local_test base class.Gravatar dannark2017-11-29
* Add C++ Make variables to cc_binary, cc_library, and cc_test automatically whenGravatar cpeyser2017-11-29
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the check "Reassignment of builtin" in BUILD files.Gravatar laurentlb2017-11-29
* MockRule-ify some more tests.Gravatar gregce2017-11-29
* Add a static method GroupedList#numElements to allow to count the number of d...Gravatar shreyax2017-11-29
* Improve error messaging for invalid values of the --xcode_version flag.Gravatar cparsons2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Remove some unused extension points.Gravatar Googler2017-11-29
* Move CcToolchainTypeRule to CPP_RULES, as opposed to PLATFORM_RULES. It more...Gravatar cpeyser2017-11-29
* Create the output source jar in java_common.compileGravatar elenairina2017-11-29