aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Simplify Crosstool Build Variables contextGravatar Marcel Hlopko2016-11-16
* Remove the conditionals around buildConfiguration and make buildConfiguration...Gravatar Sergio Campama2016-11-16
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Description redacted.Gravatar Cal Peyser2016-11-16
* Implement action cache resolution for ObjcCompileAction. This allows forGravatar Cal Peyser2016-11-11
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-11-11
* Introduce explicit iterate_over field for flag_group in CrosstoolGravatar Marcel Hlopko2016-11-08
* Expand ios_test to accept xctest_app targets that provide an XcTestAppProvider.Gravatar Sergio Campama2016-11-08
* Adds Skylark support to XcTestAppProviderGravatar Sergio Campama2016-11-07
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04
* Make ProtoSourceFileBlacklist take an explicit list of .proto files to blackl...Gravatar Carmi Grushko2016-11-03
* Adds flag to enable/disable apple_binary from generating and linking ObjC pro...Gravatar Sergio Campama2016-11-03
* Use common logic to create proto action in j2objc proto aspect.Gravatar Rumou Duan2016-11-02
* Rollback, breaks dependent code.Gravatar Jon Brandvein2016-11-02
* Remove deprecation warning from ios_simulator_version flag. Its semantics rem...Gravatar Chris Parsons2016-11-02
* experimental_objc_library relies on ObjcProvider for compilation data, export...Gravatar Cal Peyser2016-11-02
* Initial implementation of "dylib" attribute for apple_binary and apple_dynami...Gravatar Chris Parsons2016-11-02
* Bring experimental_objc_library module semantics in line with those ofGravatar Cal Peyser2016-10-31
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-10-31
* Verify (in test) that ObjcProvider keys are either exposed to skylark or expl...Gravatar Chris Parsons2016-10-31
* Disable protobuf modulemap generation if it's a linking target. Correctly con...Gravatar Sergio Campama2016-10-28
* Subtract resource-related provider values defined in avoid_deps from depsGravatar Chris Parsons2016-10-27
* Move from simulator version 8.4 to 9.3 which is going to be far more common n...Gravatar Dave MacLachlan2016-10-25
* Remove iossim from Bazel. Gravatar Dave MacLachlan2016-10-25
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Expose multi-arch artifacts to objc skylark providersGravatar Chris Parsons2016-10-19
* Simplify the j2objc stuff.Gravatar Ulf Adams2016-10-18
* Validate ios platform corresponds with watchos platform in watchos extension ...Gravatar Chris Parsons2016-10-14
* RELNOTES: Remove flag --experimental_zip_tree_artifact from j2objc Java annot...Gravatar Rumou Duan2016-10-14
* Initial checkin of apple_dynamic_libraryGravatar Chris Parsons2016-10-12
* Provide a mechanism for objc code built with CppCompileAction to forego dotdGravatar Cal Peyser2016-10-12
* Expose objc_provider keys sdk_frameworks and weak_sdk_frameworks to skylarkGravatar Chris Parsons2016-10-11
* Add a way to pass extra inputs to the linking stepGravatar Dmitry Shevchenko2016-10-10
* Make the .d file a mandatory output of the ObjcCompileAction.Gravatar Cal Peyser2016-10-10
* BinaryLinkingTargetFactory can use the crosstool backend. objc_binary can turnGravatar Cal Peyser2016-10-06
* Refactor compilation, archiving, and fully linking logic fromGravatar Cal Peyser2016-10-06
* Roll forward of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.Gravatar Dmitry Shevchenko2016-10-05
* Rollback of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.Gravatar Dmitry Shevchenko2016-10-04
* Add a way to select non-default Xcode toolchainGravatar Dmitry Shevchenko2016-10-04
* Update comments about depending on the tools/objc:compile_protos and tools/ob...Gravatar Sergio Campama2016-10-04
* experimental_objc_library always creates a module map, to be consistent with ...Gravatar Cal Peyser2016-09-30
* Use minimum OS flags for watchOS and tvOS actions.Gravatar Chris Parsons2016-09-30
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30
* Add a flag to disable native Swift support.Gravatar Dmitry Shevchenko2016-09-29
* Disables sandboxing when "--mem_leaks" is present.Gravatar Yue Gan2016-09-28
* Implement input pruning using .d files in objc behind a flag that defaults toGravatar Cal Peyser2016-09-28
* In J2ObjC proto aspect, add a proto file blacklist to filter out unnecessary ...Gravatar Rumou Duan2016-09-27
* Add a new arg to skylark's new_objc_provider method, direct_dep_providers, wh...Gravatar Chris Parsons2016-09-27
* Native declared providers are automatically exported.Gravatar Dmitry Lomov2016-09-26
* Rollback of commit 4946ab9d5b5d78862c043e35342107a1b9b2f398.Gravatar Cal Peyser2016-09-23