aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* 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
* Fix bazel tests depending on legacy gcc3 include pathGravatar hlopko2018-02-22
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* Recompile linkstamps whenever any input of the owning action changes.Gravatar hlopko2018-02-22
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* add flag to use incremental dexing by default for proguarded android binariesGravatar kmb2018-02-16
* Rename Dex2OatProvider to AndroidDex2OatInfo andGravatar Googler2018-02-16
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* Expose aar native libs to skylark.Gravatar Googler2018-02-15
* Remove BinTools from BuildViewTestCaseGravatar ulfjack2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* C++: Removes CppModel classGravatar plf2018-02-15
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* Get rid of some uses of RuleConfiguredTarget.getAttributeMapper().Gravatar mjhalupka2018-02-12
* Make AndroidInstrumentationInfo createable from Skylark.Gravatar ajmichael2018-02-12
* Changes cc_library to consume headers specified in the "hdrs" attribute of anGravatar cpeyser2018-02-12
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* Add custom_package attribute to android_local_test.Gravatar dannark2018-02-10
* Make blaze stop passing --rule_kind to java tools.Gravatar tomlu2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Make remaining Apple tests correctly reference tools repository identifierGravatar cparsons2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Automated rollback of commit e01d0c8f9019b7e0beb406ea3932e7dc84b6f333.Gravatar Googler2018-02-07
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Remove assertSwiftStdLibToolAction since it's unused by all subclasses.Gravatar mjhalupka2018-02-07
* RELNOTES: Fix FDO_STAMP_MACRO to only be set when fdoBuildStamp is not null.Gravatar Googler2018-02-06
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38.Gravatar ulfjack2018-02-06
* Simplify RuleClassProviders by making most RuleSets have their own class.Gravatar lpino2018-02-05
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Expose structField callable methods of skylark objects to dir() and str() callsGravatar cparsons2018-02-05
* Convert "-" to "" when generating module nameGravatar Googler2018-02-05
* Remove redundant function prettyJarNames from ActionsTestUtilGravatar dbabkin2018-02-03