aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Automated rollback of commit 4594b7fd6c2516341cdd6e57f9eaaf22cf691f95.Gravatar buchgr2017-07-17
* AppleBinary and AppleStaticLibrary no longer propagate unwrapped ObjcProvider.Gravatar cparsons2017-07-17
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Add module_map attribute to objc_libraryGravatar Googler2017-07-14
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Add ObjcProvider.LINK_INPUTS as inputs to CROSSTOOL link actions.Gravatar allevato2017-07-13
* First pass of @Option documentation for apple/objc/swiftGravatar cparsons2017-07-13
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Remove apple_watch1_extension and apple_watch_extension_binary rulesGravatar cparsons2017-07-12
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Fix memory regression from CL/160891204.Gravatar tomlu2017-07-10
* Remove objc_includes_prioritize_static_libsGravatar cparsons2017-07-10
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Remove all non-essential call sites of methods on Jvm.Gravatar lberki2017-07-07
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Automated rollback of commit 9000e61fc1737444392ffe251727e8331fab3cf2.Gravatar Googler2017-07-07
* Switch from using set/getPchFile on CompilationArtifacts to a doNotUsePch opt...Gravatar Googler2017-07-07
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* Remove apple_watch2_extension ruleGravatar cparsons2017-07-07
* Make 'platform_type' a mandatory attribute.Gravatar cparsons2017-07-06
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Remove unused method shouldUseObjcModulesGravatar cparsons2017-07-03
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Make osx crosstool standalone (working without bazel patches)Gravatar hlopko2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove --xcode_override_workspace_root and --experimental_use_absolute_paths_...Gravatar cparsons2017-06-30
* {ios,macos}_minimum_os flags now default to {ios_macos}_sdk_version valuesGravatar cparsons2017-06-30
* Pick up default crosstool features in objc.Gravatar rduan2017-06-30
* Make sure that objc_ and apple_binary pass the host/nonhost feature flag forGravatar Googler2017-06-29
* Remove implicit dependency of objc rules on //tools/objc:header_scannerGravatar cparsons2017-06-29
* Add ActionEnvironment, which is a wrapper class for a fixed+inherited envGravatar ulfjack2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Remove usage of --ios_cpu from Bazel.Gravatar cpeyser2017-06-26
* Remove remaining xcodegen references.Gravatar schmitt2017-06-26
* Add apple_stub_binary rule.Gravatar allevato2017-06-26
* Remove last traces of experimental_obj_libraryGravatar cparsons2017-06-26
* Remove last implicit dep on //tools/objc:xcodegenGravatar schmitt2017-06-26
* apple_binary "dylibs" attribute depends on AppleDynamicFrameworkProviderGravatar cparsons2017-06-20
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rollback the copt-changing functionality of the extension_safe attributeGravatar cparsons2017-06-16
* Automated g4 rollback of commit 29ec1b89989db411d2038e2df8657b6435f80403.Gravatar fwe2017-06-13
* Deprecate ios_device and ios_test.Gravatar allevato2017-06-08
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* apple_binary provides information about its dylibs' symbols in its nested Obj...Gravatar cparsons2017-06-06
* Specify isTestRule as an input to CompilationSupport instead of from the curr...Gravatar cparsons2017-06-06
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Make the non propagated values available in the Skylark representation of Obj...Gravatar kaipi2017-06-05
* Propagate AppleStaticLibrary provider from apple_static_libraryGravatar cparsons2017-06-01