aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* macOS link actions set the correct system framework include pathsGravatar cparsons2017-07-26
* Make --experimental_use_parallel_android_resource_processing a no-op.Gravatar ajmichael2017-07-26
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Add a command line option to make the minimum_os_version attribute mandatory ...Gravatar lberki2017-07-25
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Make all test cases pass with --noexperimental_separate_genfiles_directory.Gravatar lberki2017-07-24
* ObjcProvider is propagated as a native declared provider.Gravatar cparsons2017-07-21
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Fix a bunch of test cases that break if genfiles == bin.Gravatar lberki2017-07-19
* Open source j2objc tests.Gravatar cpeyser2017-07-19
* Turn on objc crosstool use in Bazel by default.Gravatar cpeyser2017-07-19
* Implement toolchain resolution via constraint checks.Gravatar John Cater2017-07-19
* Report error when action_config for given C++ compile action is not definedGravatar hlopko2017-07-19
* Add more unit tests for java_common.create_provider.Gravatar elenairina2017-07-19
* Add testing for builds which contain two targets with different minimum_os bu...Gravatar cparsons2017-07-18
* Improve attribute and index error messages for targetsGravatar vladmos2017-07-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Dynamic transitions for controlling resource filteringGravatar Googler2017-07-18
* Automated rollback of commit 4594b7fd6c2516341cdd6e57f9eaaf22cf691f95.Gravatar buchgr2017-07-17
* ResourceFilter supports dynamically configured resource filteringGravatar Googler2017-07-17
* AppleBinary and AppleStaticLibrary no longer propagate unwrapped ObjcProvider.Gravatar cparsons2017-07-17
* Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, inGravatar cpeyser2017-07-17
* Expose transitive_compile_time_jars on java_common.provider.Gravatar elenairina2017-07-17
* Partial rollback of action_config validation logicGravatar cparsons2017-07-14
* Add flag to turn Android resource merge conflicts from warnings into errorsGravatar Googler2017-07-14
* Add module_map attribute to objc_libraryGravatar Googler2017-07-14
* Add a SkyFunction to perform toolchain resolution.Gravatar John Cater2017-07-14
* Remove the cc_common.cc_toolchain_attr and java_common.java_runtime_attr in f...Gravatar lberki2017-07-14
* Remove the java_common.java_toolchain_attr field in favor of a java_toolchain...Gravatar lberki2017-07-14
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Add ObjcProvider.LINK_INPUTS as inputs to CROSSTOOL link actions.Gravatar allevato2017-07-13
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Remove apple_watch1_extension and apple_watch_extension_binary rulesGravatar cparsons2017-07-12
* Expose current java_toolchain target to Skylark.Gravatar elenairina2017-07-11
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* MakeVariableProvider should be declared provider only.Gravatar dslomov2017-07-11
* Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules c...Gravatar lberki2017-07-11
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Make information about the Java runtime in use available in Skylark using a d...Gravatar lberki2017-07-11
* Make CcToolchainProvider#equals() be the object identity.Gravatar lberki2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Remove the functionality from alias() to point nowhere.Gravatar lberki2017-07-10
* Only run the tests in ExternalPackageUtilTest if we are testing Bazel.Gravatar lberki2017-07-10
* Remove objc_includes_prioritize_static_libsGravatar cparsons2017-07-10
* Add toolchain() rule for declaring toolchains with type and constraints.Gravatar John Cater2017-07-07
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07