aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java
Commit message (Expand)AuthorAge
* Rollback, breaks dependent code.Gravatar Jon Brandvein2016-11-02
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-10-31
* Add a way to pass extra inputs to the linking stepGravatar Dmitry Shevchenko2016-10-10
* 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
* 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
* 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
* Add minimum OS, simulator version, and simulator device flags for tvOS and wa...Gravatar Googler2016-09-20
* 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
* Use correct platform for Swift stdlib actions.Gravatar Dmitry Shevchenko2016-08-30
* Adds a flag to generate LLVM coverage symbols.Gravatar Erik Abair2016-08-23
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18
* Add copts and objccopts to experimental_objc_library.Gravatar Cal Peyser2016-08-16
* Implement objc archiving in the crosstool. This involves a few steps:Gravatar Cal Peyser2016-08-12
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* When building ObjectiveC++, pass the flag -std=gnu++11.Gravatar Googler2016-07-07
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Filter out non-headers from module maps generated by objc_ rules.Gravatar Dmitry Shevchenko2016-06-29
* Dedupe input artifacts when adding them to a filelist to be passed to apple's...Gravatar Chris Parsons2016-06-22
* Make module maps generation conditional for native Swift rules.Gravatar Dmitry Shevchenko2016-06-22
* Remove --objc_generate_debug_symbols flagGravatar 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 021dc4e1d25827f0e68a9b6a09ff5f79aa18f8a4.Gravatar Googler2016-06-17
* Remove one instance of -F interspersing with framework linking.Gravatar Chris Parsons2016-06-17
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* When building ObjectiveC++, pass the flag -std=c++11 in addition to -stdlib=l...Gravatar Googler2016-06-15
* Rollback of commit bbab724f9c3600952a65a90febf50e1118568a96.Gravatar Peter Schmitt2016-06-14
* Always register module map actions.Gravatar Dmitry Shevchenko2016-06-09
* More refactor work on single-/multi- architecture accessor methods of AppleCo...Gravatar Chris Parsons2016-06-09
* Wrap inputs to ObjcLink (via clang) invocations in an objlist, and pass the a...Gravatar Chris Parsons2016-06-09
* Separates the proto compilation action from the other linking sources, to iso...Gravatar Sergio Campama2016-06-06
* Refactoring of Apple Platform detection and usage, to pave the way for non-IO...Gravatar Chris Parsons2016-05-30
* Adds "jre_deps" attribute to j2objc_library and the "--explicit_jre_deps" flagGravatar Googler2016-05-30
* Support for gathering all the protos seen in the transitive closure of depend...Gravatar Sergio Campama2016-05-25
* libtool wrapper script to isolate the unfortunate hacks we must make to get a...Gravatar Chris Parsons2016-05-24
* Frameworks are propagated through host apps to search paths in tests, but are...Gravatar Cal Peyser2016-05-24
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add framework support to ExperimentalObjcLibrary.Gravatar Cal Peyser2016-05-23
* Allow imports of dylib frameworks.Gravatar Peter Schmitt2016-05-19