aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Remove the useless flag "iossim" for the //tools/objc/ios_test.sh.bazel_templ...Gravatar Googler2016-07-20
* Make the proto bundling behavior the default when using the new library.Gravatar Sergio Campama2016-07-19
* Expose some additional ObjcProvider fields to Skylark.Gravatar Googler2016-07-14
* Exposes ios_minimum_os setting to Skylark.Gravatar Erik Abair2016-07-14
* Replace calls to NestedSetBuilder#addAll(NestedSet) with addTransitiveGravatar Liam Miller-Cushon2016-07-14
* Fixes Xcodegen when using --experimental_auto_top_level_union_objc_protos.Gravatar Sergio Campama2016-07-14
* Expose ios_simulator_device/version to Skylark.Gravatar Googler2016-07-11
* When building ObjectiveC++, pass the flag -std=gnu++11.Gravatar Googler2016-07-07
* Add platform-specific common compile and link flags toGravatar Cal Peyser2016-06-30
* 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
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Add bitcode support to experimental_objc_library.Gravatar Cal Peyser2016-06-29
* Update build encyclopedia documentation to make clear that entitlements are n...Gravatar Googler2016-06-27
* make StdRedirect available in the runfiles.Gravatar Googler2016-06-27
* Enable non_arc_srcs for experimental_objc_library. Allow build variables to ...Gravatar Cal Peyser2016-06-24
* Rollback of commit dc3dad6a905be2ae76d3b1213d7154bf112d1220.Gravatar Sergio Campama2016-06-24
* Support for the compatibility generation of pbobjc.h files by the PB2 library...Gravatar Sergio Campama2016-06-23
* 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
* Skylark: ObjcProvider related errors now use the correct Skylark type instead...Gravatar Florian Weikert2016-06-21
* Remove breakpad support from bazelGravatar Dmitry Shevchenko2016-06-21
* Remove --objc_generate_debug_symbols flagGravatar Dmitry Shevchenko2016-06-21
* Allow importing of late loaded dynamic frameworksGravatar Googler2016-06-20
* Wrap inputs to ObjcLink (via clang) invocations in an objlist, and pass the a...Gravatar Chris Parsons2016-06-20
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Rollback of commit 021dc4e1d25827f0e68a9b6a09ff5f79aa18f8a4.Gravatar Googler2016-06-17
* Remove one instance of -F interspersing with framework linking.Gravatar Chris Parsons2016-06-17
* Description redacted.Gravatar Googler2016-06-16
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* Adds a warning to users of objc_proto_library to enable the use_objc_header_n...Gravatar Sergio Campama2016-06-16
* Fix entitlements substitution documentation.Gravatar Peter Schmitt2016-06-16
* When building ObjectiveC++, pass the flag -std=c++11 in addition to -stdlib=l...Gravatar Googler2016-06-15
* Improves flag handling.Gravatar Sergio Campama2016-06-15
* Adds deprecation warning for users of output_cpp attribute.Gravatar Sergio Campama2016-06-15
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Rollback of commit bbab724f9c3600952a65a90febf50e1118568a96.Gravatar Peter Schmitt2016-06-14
* Rollback of commit 0150e7fa5963fa569d9795c02fd3afe3c52ff30c.Gravatar Yun Peng2016-06-10
* Rollback of commit 828a9e2f167db8c4debca6e00ee37dd030849c2f.Gravatar Yun Peng2016-06-10
* Reverts the protobuf lib dependency being loaded from tools/objc, and instead...Gravatar Sergio Campama2016-06-10
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* 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
* Move -MD and -MF(for dotd file generation) into featureGravatar Yun Peng2016-06-08
* Move -c and -o options into action_configGravatar Yun Peng2016-06-08
* Replaced arrays by single value for extra{Positionnals,Named} in SkylarkSigna...Gravatar Damien Martin-Guillerez2016-06-08
* Add module map support to ExperimentalObjcLibrary, which contains experimenta...Gravatar Cal Peyser2016-06-07
* Separates the proto compilation action from the other linking sources, to iso...Gravatar Sergio Campama2016-06-06
* Add @loader_path to -rpath for xctest targets.Gravatar Dmitry Shevchenko2016-06-06