aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Just symlink instead of running 'lipo' on a single-architecture binaryGravatar Chris Parsons2017-02-08
* Directory headers are filtered out of header inputs to objc compilation.Gravatar Cal Peyser2017-02-08
* AppleCrosstoolTransition sets cpu based on platform.Gravatar Cal Peyser2017-02-08
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07
* Rollback filtering of objc headersGravatar Cal Peyser2017-02-06
* Directory headers are filtered out of header inputs to objc compilation.Gravatar Cal Peyser2017-02-06
* Remove AbstractAction#getInputFilesForExtraAction().Gravatar Lukacs Berki2017-02-03
* Adds @loaderpath/Frameworks to the list rpath for AppleBinary in loadable_bun...Gravatar Sergio Campama2017-02-03
* Fixing Blaze crashing when using --experimental_objc_crosstool=all with objc_...Gravatar Rumou Duan2017-02-03
* Avoid linking direct cc_library dependencies (and their transitive deps) if i...Gravatar Chris Parsons2017-02-03
* objc_bundle_library asserts the presence of the Apple crosstool.Gravatar Cal Peyser2017-02-03
* Experimental feature to do header thinning of Objective-C compilation actions.Gravatar Googler2017-02-03
* Simplify the Action interface by asking it a set of allowed inputs instead of...Gravatar Lukacs Berki2017-02-02
* MultiArchPlatformRule can use --experimental_objc_crosstoolGravatar Cal Peyser2017-02-02
* Fills out some macOS support needed for the bundler.Gravatar Googler2017-02-02
* Encourage folks to use -iquote instead of -I for includes so that they focus ...Gravatar Dave MacLachlan2017-02-02
* CrosstoolCompilationSupport does not include .pch files in its module map.Gravatar Cal Peyser2017-02-01
* Turn on --experimental_j2objc_srcjar_processing by default.Gravatar Rumou Duan2017-02-01
* experimental_objc_library uses ImmutableSortedSet to avoid muddling inputGravatar Cal Peyser2017-02-01
* Remove apple_dynamic_library rule.Gravatar Chris Parsons2017-02-01
* Simplify action input discovery by removing Action#getInputsWhenSkippingInput...Gravatar Lukacs Berki2017-01-31
* Remove --ios_multi_cpus (simulator & device) restriction on the objc_bundle_l...Gravatar Chris Parsons2017-01-30
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Framework resource deduping (framework resources are kept in the framework bu...Gravatar Chris Parsons2017-01-30
* Add Bitcode symbol maps and AppleDebugOutputsProviderGravatar Dmitry Shevchenko2017-01-26
* Module maps arising from an experimental_objc_library are not automaticallyGravatar Cal Peyser2017-01-26
* Root j2objc linker artifacts underneath the appropriate child configurationGravatar Chris Parsons2017-01-26
* Testers using --experimental_objc_library will use apple crosstoolGravatar Cal Peyser2017-01-25
* experimental_objc_library excludes private headers from module maps. ThisGravatar Cal Peyser2017-01-24
* Renames the BundleLoaderProvider to AppleExecutableBinaryProvider, and uses t...Gravatar Sergio Campama2017-01-23
* Fixes bug where using portable_proto_filters along with proto files in deps (...Gravatar Sergio Campama2017-01-23
* Rename "bundle" apple_binary to "loadable_bundle".Gravatar Chris Parsons2017-01-23
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Introduces --apple_crosstool_transition, which turns controls the activation ofGravatar Cal Peyser2017-01-20
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* 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