aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools
Commit message (Expand)AuthorAge
* 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
* Convert TestAspects to MockRule.Gravatar gregce2017-11-29
* MockRule enhancements.Gravatar gregce2017-11-29
* Implemented fix for case when 'use_testrunner' attribute works interconnected...Gravatar dbabkin2017-11-29
* Add user and system time to CommandResults, and plumb them into SpawnResults.Gravatar ruperts2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions,Gravatar cpeyser2017-11-28
* Eliminate STATIC_FRAMEWORK_DIR as a separate field of ObjcProvider.Gravatar cparsons2017-11-28
* Update blazerc documentation in the blaze/bazel user mannuals.Gravatar ccalvarin2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Migrate some Skylark tests outside of Blaze.Gravatar laurentlb2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Gravatar Googler2017-11-28
* refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Change Mock{Android,Java}Support to actually import test runner related jars ...Gravatar dannark2017-11-27
* Support nested set serialization.Gravatar tomlu2017-11-27
* Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313.Gravatar elenairina2017-11-27
* Migrate some Skylark tests outside of Blaze.Gravatar laurentlb2017-11-27
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* py_proto_library implicit dependency update.Gravatar Googler2017-11-24
* Add six to deps of has_services=1 py_proto_librarys.Gravatar Googler2017-11-24
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Create the output source jar in java_common.compileGravatar elenairina2017-11-24
* Add //tools/jdk:current_java_runtime / tools/jdk:current_host_java_runtime to...Gravatar lberki2017-11-24
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Put more information in failure message of occasionally flaky test, and dedup...Gravatar janakr2017-11-22
* Don't propagate resources when neverlink is specified and manifest is notGravatar Googler2017-11-22
* Fix canonical option list for options that implicitly require options with al...Gravatar ccalvarin2017-11-22
* Add platform data into to the ToolchainContext unconditionally.Gravatar John Cater2017-11-22