aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
Commit message (Expand)AuthorAge
* Delete an unused methodGravatar cushon2018-06-22
* Avoid using ObjectFilePathHelper in CompilationSupport.javaGravatar pcloudy2018-03-27
* Shorten object file pathGravatar pcloudy2018-03-23
* Convert "-" to "" when generating module nameGravatar Googler2018-02-05
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Delete last vestiges of xcodegen.Gravatar schmitt2017-08-16
* Add module_map attribute to objc_libraryGravatar Googler2017-07-14
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* 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