aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Add a flag to make Apple rules not share C++ compile actions.Gravatar lberki2018-07-26
* Simplify dSYM handlingGravatar Googler2018-07-11
* Remove old implementation for object file pathGravatar pcloudy2018-07-10
* Set Xcode version as a feature when building Objective-CGravatar bbaren2018-07-02
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Automated rollback of commit 28a999cff60fa5a8c9ca045ab2b202d83a0e0583.Gravatar kaipi2018-06-22
* * Update apple_common.link_multi_arch_binary to return all of its providers a...Gravatar allevato2018-06-13
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Flip default value of --experimental_shortened_obj_file_path to true (Second ...Gravatar pcloudy2018-06-08
* Remove unused codepaths now that non_propagated_deps has been removed as an a...Gravatar kaipi2018-05-31
* Remove the non_propagated_deps attribute from objc_library and apple_binary. ...Gravatar kaipi2018-05-30
* Add --apple_enable_auto_dsym_dbg flagGravatar Googler2018-05-30
* Start migration of apple skylark build APIGravatar cparsons2018-05-25
* Rename an AppleToolchain method to prevent overloading a skylark-exposed methodGravatar cparsons2018-05-23
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Migrate j2objc to only support java_proto_library.Gravatar tomlu2018-05-04
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Headers specified in cc_library.textual_hdrs are passed through objc_libraryGravatar cpeyser2018-04-30
* 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