aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Remove CC_LIBRARY values which are covered via LIBRARY when subtracting ObjcP...Gravatar Chris Parsons2017-01-18
* AppleCrosstoolTransition is also applied to any incoming edge to a rule classGravatar Cal Peyser2017-01-13
* Have the "version_min" build variable be available to Apple C/C++ compilation...Gravatar Googler2017-01-13
* All headers in modules arising from an experimental_objc_library are compiledGravatar Cal Peyser2017-01-13
* Set --objc_use_dotd_pruning by default in the Bazel binary.Gravatar Cal Peyser2017-01-13
* AppleCrosstoolTransition turns off any fission modes.Gravatar Cal Peyser2017-01-12
* Add a deprecation warning to objc_xcodeprojGravatar Dmitry Shevchenko2017-01-11
* Set ios_cpu on child configurations of multi-arch apple rules in all cases.Gravatar Chris Parsons2017-01-10
* Description redacted.Gravatar Rumou Duan2017-01-10
* Making it remove @ in module names Gravatar Mike Lewis2017-01-10
* Remove some cases of inferring configuration and platform from ruleContext ou...Gravatar Chris Parsons2017-01-06
* Update apple_binary documentation to match support for multiple platforms and...Gravatar Chris Parsons2017-01-06
* Add a "dylib" binary type to apple_binary, and deprecate apple_dynamic_libraryGravatar Chris Parsons2017-01-05
* Avoid linking objc protos that are transitively in the "dylibs" attributeGravatar Chris Parsons2017-01-05
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Use the value of --watchos_minimum_os for clang's -mwatchos-version-min when ...Gravatar Googler2017-01-03
* RELNOTES:Gravatar Rumou Duan2017-01-03
* Expose apple.xcode_version() to skylark.Gravatar Chris Parsons2016-12-28
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-23
* Expose ios_device attributes to Skylark.Gravatar Googler2016-12-23
* Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.Gravatar Tobias Werth2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Rollback AppleCrosstoolChangeGravatar Cal Peyser2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Cast to ConfiguredTarget instead of AbstractConfiguredTarget for obtaining th...Gravatar Chris Parsons2016-12-21
* Disable sandboxing for XibCompile actions.Gravatar Philipp Wollermann2016-12-21
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Expose apple_generate_dsym value to Skylark and use in swift_libraryGravatar Dmitry Shevchenko2016-12-16
* Creates a new BundleLoaderProvider that propagates necessary artifacts, paths...Gravatar Sergio Campama2016-12-15
* Enables the propagation of the XcodeVersionProperties provider for reading fr...Gravatar Sergio Campama2016-12-13
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* Rollback of commit a5312cdfe3dee6d34a32592c00d80e8142f89615.Gravatar Cal Peyser2016-12-07
* Rollforward of "Split ObjcProvider.framework_dir into static and dynamic fram...Gravatar Chris Parsons2016-12-06
* Attach J2ObjcAspect to java_proto_library. This is needed for J2ObjcAspect to...Gravatar Rumou Duan2016-12-06
* Rollback of commit 7a668370e350f602ec863eb4169729885e1c7c93.Gravatar Damien Martin-Guillerez2016-12-05
* Split ObjcProvider.framework_dir into static and dynamic framework directories.Gravatar Chris Parsons2016-12-05
* Merge J2ObjcAspect and J2ObjcProtoAspect.Gravatar Rumou Duan2016-12-02
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Remove private headers from modulemaps generated by objc_ targetsGravatar Dmitry Shevchenko2016-11-29
* Default flag --experimental_j2objc_annotation_processing to true.Gravatar Rumou Duan2016-11-29
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Enable run_memleaks ObjcConfiguration in Skylark.Gravatar Sergio Campama2016-11-29
* Rollback of commit eb06c40d10652af258bee1a0277916007eccc69a.Gravatar Adam Michael2016-11-28
* Rollback of commit 2eaa31fade12242b7075c2bbac945aeeedf985e8.Gravatar Tobias Werth2016-11-25
* Improve memory footprint of CcToolchainFeatures.Variables.Gravatar Marcel Hlopko2016-11-24
* Add support for bundle binaries in apple_binary.Gravatar Sergio Campama2016-11-24
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24