aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Remove support for dynamically configured resource filteringGravatar asteinb2018-03-21
* Manual rollback of https://github.com/bazelbuild/bazel/commit/5cee7f4afbadf8f...Gravatar hlopko2018-03-21
* Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669.Gravatar hlopko2018-03-21
* Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43.Gravatar hlopko2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Add crosstool_lib.bzl and crosstool_utils.bzlGravatar hlopko2018-03-21
* Allow android_library rule to also accept rules that provide the JavaInfoGravatar Googler2018-03-20
* Use ConfiguredTargetAndData in some android tests and pass in the target conf...Gravatar janakr2018-03-19
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Delete 1.2k lines of dead code.Gravatar carmi2018-03-16
* Inline and delete artifactPrefix, which is never assigned.Gravatar carmi2018-03-15
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Ensure that only ObjC tests initialize the MockObjcSupport.Gravatar jcater2018-03-15
* Clean up tests of temp dirs in CcCommonTest to properly set the host CPU.Gravatar jcater2018-03-14
* Delete unused method.Gravatar carmi2018-03-14
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Integrate import_deps_checker into aar_import.Gravatar cnsun2018-03-13
* Make DeployArchiveBuilder fetch the C++ toolchain identifier throughGravatar lberki2018-03-13
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Automated rollback of commit f43df1e29765f75e02838e4139417e914b3ee812.Gravatar cparsons2018-03-06
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* Add --experimental_fix_deps_tool flag to BazelGravatar Googler2018-03-05
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Allow cc_toolchain to have inline proto toolchain data, instead of using cros...Gravatar John Cater2018-03-02
* Create --incompatible_disable_objc_provider_resources to disable deprecated o...Gravatar cparsons2018-03-01
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Fixing issue with external j2objc protosGravatar Mike Lewis2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Add --incompatible_strict_objc_module_maps.Gravatar allevato2018-02-27
* Expose ProtoSourcesProvider.transitive_proto_path_flags to Skylark.Gravatar elenairina2018-02-27
* Introduce cc_configure_lib.bzl#split_escapedGravatar hlopko2018-02-27
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* RELNOTES: aar_import now sets java.transitive_exports.Gravatar ajmichael2018-02-26
* Hide fix for linkstmap inputs computation behind an optionGravatar hlopko2018-02-26
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Add @AutoCodec to CcToolchainProvider, now that AutoCodec Runtime is available.Gravatar cpeyser2018-02-23
* Document ambigious literal arguments when calling CcToolchainProvider constru...Gravatar Googler2018-02-23
* Enable ability to pass the resource apk to Robolectric so that it can consume...Gravatar dannark2018-02-22
* CcToolchain: add optional ar and as attributesGravatar Googler2018-02-22
* Fix linkstamping tests broken on bazel ciGravatar hlopko2018-02-22