aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
Commit message (Expand)AuthorAge
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Experimental feature to do header thinning of Objective-C compilation actions.Gravatar Googler2017-02-03
* Add Bitcode symbol maps and AppleDebugOutputsProviderGravatar Dmitry Shevchenko2017-01-26
* Root j2objc linker artifacts underneath the appropriate child configurationGravatar Chris Parsons2017-01-26
* Making it remove @ in module names Gravatar Mike Lewis2017-01-10
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Initial checkin of apple_dynamic_libraryGravatar Chris Parsons2016-10-12
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30
* Implement input pruning using .d files in objc behind a flag that defaults toGravatar Cal Peyser2016-09-28
* Rollback of commit 4946ab9d5b5d78862c043e35342107a1b9b2f398.Gravatar Cal Peyser2016-09-23
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-22
* Rollback of commit a85bf4b19c680a6db11f21758847dc88ec0aa658.Gravatar Cal Peyser2016-09-16
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-09
* Rollback of commit 4689c5d1d2faf902846b100b8d858d172a0ceb3d.Gravatar Cal Peyser2016-09-06
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-06
* Description redacted.Gravatar Cal Peyser2016-09-02
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-02
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Introduce apple_watch2_extension rule for bundling watchOS2 extensions.Gravatar Chris Parsons2016-08-03
* Roll forward of commit 05c0bd286b3802ad3d7faf48bc19e86929a9cf6d:Gravatar Dmitry Shevchenko2016-07-29
* Rollback of commit 75714b0d6e65905e41da8415ca3e7ec101575d51.Gravatar Dmitry Shevchenko2016-07-28
* Include SwiftSupport directory into the IPA when an app contains Swift.Gravatar Dmitry Shevchenko2016-07-28
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28
* Remove breakpad support from bazelGravatar Dmitry Shevchenko2016-06-21
* Wrap inputs to ObjcLink (via clang) invocations in an objlist, and pass the a...Gravatar Chris Parsons2016-06-20
* Rollback of commit bbab724f9c3600952a65a90febf50e1118568a96.Gravatar Peter Schmitt2016-06-14
* Always register module map actions.Gravatar Dmitry Shevchenko2016-06-09
* Wrap inputs to ObjcLink (via clang) invocations in an objlist, and pass the a...Gravatar Chris Parsons2016-06-09
* Add module map support to ExperimentalObjcLibrary, which contains experimenta...Gravatar Cal Peyser2016-06-07
* Refactor CompilationSupport and IntermediateArtifacts to optionally take a Bu...Gravatar Chris Parsons2016-04-20
* Do not collide intermediate and final output dsym artifacts.Gravatar Peter Schmitt2016-04-14
* Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support bu...Gravatar Googler2016-04-05
* *_test rules now return an .xctest.dSYM bundle.Gravatar Googler2016-04-01
* Add support for objc_generate_linkmap argument that controls whether a link m...Gravatar Dave MacLachlan2016-03-31
* Adds the dsym files to the ios_application output when using --objc_generate_...Gravatar Googler2016-03-30
* Add user-defined IPA post-processors.Gravatar Peter Schmitt2016-02-23
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Generate module maps for each objc_* target with compilation support.Gravatar Googler2015-09-15
* Have clang output .d dependency files during ObjcCompile.Gravatar Googler2015-09-15
* Base .entitlements (and related extension) files on the full target label as ...Gravatar Chris Parsons2015-09-09
* Fix ios debug symbol generation on Bazel.Gravatar Rumou Duan2015-09-02
* Link to tools/objc/dummy.c from output directory to allow xcodeproj to resolv...Gravatar Chris Parsons2015-08-26
* Remove calls to AnalysisEnvironment.getDerivedArtifact() from Objective C rules.Gravatar Lukacs Berki2015-07-30
* Add two binary size optimizations when --compilation_mode=opt and --objc_enab...Gravatar Rumou Duan2015-06-23
* Rollback of commit 6af85020b520a9dd2bd913562b16716c29c3dbc3.Gravatar Laszlo Csomor2015-06-23
* Gets rid of unused actooloribtoolzip.Gravatar Googler2015-06-18