aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Allow skylark rule definitions to advertise providers that targets of the rul...Gravatar cparsons2018-04-27
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Refactor generated objc sources compilation in ProtobufSupport.javaGravatar pcloudy2018-04-25
* Made j2objc translation flags accessible to Skylark, to migrate builds usingGravatar Googler2018-04-13
* Adding toolchain support for j2objc protosGravatar Mike Lewis2018-04-13
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Starts threading ActionExecutionContext to sites calling getPath() only withinGravatar shahan2018-04-11
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Migrate apple_common.new_objc_provider to use @SkylarkCallableGravatar cparsons2018-04-10
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* Fix strict module map propagation for j2objc.Gravatar allevato2018-04-05
* BazelPackageLoader to be invoked on additional tests.Gravatar carmi2018-04-03
* Fixing issue with external j2objc protos (reattempt at #4058)Gravatar Mike Lewis2018-03-29
* Make deprecated ObjcProvider fields return empty sets when --incompatible_dis...Gravatar cparsons2018-03-28
* Delete the ios_device rule from bazel.Gravatar kaipi2018-03-28
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* Expose j2objc.dead_code_report as a configuration field instead of a basic st...Gravatar cparsons2018-03-27
* Shorten object file pathGravatar pcloudy2018-03-23
* Stop objc_proto_library from returning the generated sources.Gravatar kaipi2018-03-21
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* Delete 1.2k lines of dead code.Gravatar carmi2018-03-16
* Inline and delete artifactPrefix, which is never assigned.Gravatar carmi2018-03-15
* Ensure that only ObjC tests initialize the MockObjcSupport.Gravatar jcater2018-03-15
* Delete unused method.Gravatar carmi2018-03-14
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Automated rollback of commit f43df1e29765f75e02838e4139417e914b3ee812.Gravatar cparsons2018-03-06
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* 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
* Fixing issue with external j2objc protosGravatar Mike Lewis2018-03-01
* Add --incompatible_strict_objc_module_maps.Gravatar allevato2018-02-27
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Changes cc_library to consume headers specified in the "hdrs" attribute of anGravatar cpeyser2018-02-12
* Replace path implementation.Gravatar tomlu2018-02-08
* Make remaining Apple tests correctly reference tools repository identifierGravatar cparsons2018-02-08
* Remove assertSwiftStdLibToolAction since it's unused by all subclasses.Gravatar mjhalupka2018-02-07
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Convert "-" to "" when generating module nameGravatar Googler2018-02-05
* Remove unused code from bazel.Gravatar kaipi2018-02-01
* Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...Gravatar kaipi2018-01-25
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Migrate Apple providers to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Propagate depsObjcProvider from loadable_bundle apple_binary targetsGravatar cparsons2018-01-11
* Remove the unused --[no]experimental_disable_jvm command line option.Gravatar lberki2018-01-11
* Refactor ObjcProvider to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-09
* Expose apple_common.link_multi_arch_binary to Skylark.Gravatar cparsons2018-01-08
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22