aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Delete ios_framework native rule.Gravatar cparsons2017-05-29
* Propagate objc_library SDK Frameworks through cc_library edgesGravatar cparsons2017-05-29
* For objc rules, generated headers are mandatory inputs to CppCompileAction.Gravatar cpeyser2017-05-26
* Use the correct extension_safe copt for extension_safe attributeGravatar cparsons2017-05-26
* Expose creation method for DottedVersion to skylark.Gravatar cparsons2017-05-26
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Added an implicit output target to j2objc_libraryGravatar Googler2017-05-26
* Root GenObjcBundledProtos input filelist under the appropriate build configur...Gravatar cparsons2017-05-26
* Set --experimental_enable_objc_cc_deps by default in the blaze binary.Gravatar cpeyser2017-05-23
* If the target apple_binary is a loadable_bundle, always pass the @loader_path...Gravatar kaipi2017-05-23
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Turn the --explicit_jre_deps flag into a noop.Gravatar Googler2017-05-22
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* objc_proto_library performs the AppleCrosstoolTransition on all incoming edges.Gravatar cpeyser2017-05-11
* Create AppleDynamicFramework skylark provider.Gravatar cparsons2017-05-11
* When --crosstool_compilation_support=library/all, user header search paths fromGravatar cpeyser2017-05-10
* Remove userHeaderSearchPaths from ObjcCommon - it is not used.Gravatar cpeyser2017-05-10
* Restrict apple_watch2_extension "binary" attribute on the apple executable bi...Gravatar cparsons2017-05-09
* Handle labels with explicit repositories correctly in objc rules.Gravatar allevato2017-05-09
* Retire the experimental_objc_library rule and --experimental_objc_library flag.Gravatar cpeyser2017-05-04
* Remove xcodeproj as implicit output.Gravatar schmitt2017-05-04
* Fix ObjcRuleTestCase#checkClangCoptsForCompilationMode - order is different forGravatar cpeyser2017-05-03
* Add "uses_protobuf" attribute to objc_proto_library rule.Gravatar kaipi2017-05-03
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Delete objc_xcodeproj rule.Gravatar schmitt2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* apple_static_library passes the correct crosstool to platform-specific compileGravatar cpeyser2017-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
* Split transition unconditionally for multiarch apple rulesGravatar cparsons2017-04-30
* Refactor to extract the collection of portable proto filters.Gravatar kaipi2017-04-30
* Rollforward attempt 2 of "apple_binary extension_safe attribute results in co...Gravatar cparsons2017-04-28
* Add FILES_TO_COMPILE output group to apple_static_library.Gravatar cpeyser2017-04-28
* Adds a forwarder for instrumented files in AppleBinary.Gravatar kaipi2017-04-26
* Archiving with --experimental_objc_crosstool=all/library includes precompiledGravatar cpeyser2017-04-26
* Remove AppleCrosstoolSplitTransition.Gravatar cpeyser2017-04-26
* Update apple_binary.platform_type docs to mention macos and tvos.Gravatar allevato2017-04-25
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* Remove unused dsym type info from ObjcVariablesExtension.Gravatar cpeyser2017-04-20
* Temporarily disable consistent split transitioning on apple_binary rules.Gravatar cparsons2017-04-19
* Propagate iquote appropriately from apple_binary so that generated headers of...Gravatar cparsons2017-04-19
* Turn on --experimental_j2objc_header_map by default.Gravatar rduan2017-04-19
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Improve DottedVersion validation for minimum_os attribute, and fix error mess...Gravatar cparsons2017-04-18
* Add bitcode support to objc crosstool linking.Gravatar cpeyser2017-04-18
* Remove the use_objc_header rule warning. Add a generic migration warning to o...Gravatar kaipi2017-04-18
* Introduce linkmap support for --experimental_objc_crosstool=allGravatar cpeyser2017-04-18