aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Adds linkmaps to the AppleDebugOutputsProvider for them to be consumed by dep...Gravatar Sergio Campama2017-03-10
* Add support for 'macos' platform_type in apple binary. This type is only sup...Gravatar Cal Peyser2017-03-09
* Apply the apple crosstool transition to j2objc_library.Gravatar Cal Peyser2017-03-08
* Pass the repository name through to build info factoriesGravatar Kristina Chodorow2017-03-06
* Adds support for the header thinning feature to the new Objective-C rule impl...Gravatar Googler2017-03-03
* Global cleanup change.Gravatar Googler2017-03-03
* Add dSYM binaries to AppleDebugOutputsProvider.Gravatar Googler2017-03-03
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* ios_test provides test-specific command line args when using the crosstool.Gravatar Cal Peyser2017-03-02
* Rollback of commit 5e945570ec0b9079596756bf89437ac37e031c36.Gravatar Jon Brandvein2017-02-28
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Remove flag --experimental_j2objc_srcjar_processing, and always use the new J...Gravatar Rumou Duan2017-02-27
* RELNOTES: Activate the "dead_strip" feature if objc binary stripping is enabled.Gravatar Googler2017-02-27
* Fixes issue with ObjcCompileAction where extra action funcitonality is unableGravatar Googler2017-02-27
* Adds the new versions of the template substitutions into ios_test.Gravatar Sergio Campama2017-02-27
* CrosstoolCompilationSupport registers a binary strip action when binaryGravatar Cal Peyser2017-02-27
* Rollforward of "apple_binary extension_safe attribute results in configuratio...Gravatar Chris Parsons2017-02-24
* All objc linking rules get the crosstool.Gravatar Cal Peyser2017-02-24
* APPLE_CROSSTOOL distinguisher is not applied if --apple_crosstool_transition ...Gravatar Cal Peyser2017-02-23
* Update to header thinning feature to create header_scanner actions based on c...Gravatar Googler2017-02-23
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Disable bitcode for simulator architectures, regardless of the apple_bitcode ...Gravatar Chris Parsons2017-02-22
* Rollback of commit 59b01953143562502dc036735c2cd23e5255cb24.Gravatar Laurent Le Brun2017-02-20
* apple_binary extension_safe attribute results in configuration transition on ...Gravatar Chris Parsons2017-02-20
* Switch J2ObjC to use compile-time jars (interface and header jars) instead of...Gravatar Rumou Duan2017-02-20
* Change header thinning feature to use dotd pruning to update action inputs.Gravatar Googler2017-02-17
* Activate the "dbg", "fastbuild", and "opt" features in the objc CROSSTOOL.Gravatar Googler2017-02-16
* CrosstoolCompilationSupport can be used for multi-arch binaries by allowing a...Gravatar Cal Peyser2017-02-15
* Correct support for TreeArtifacts with ObjC header thinning feature.Gravatar Googler2017-02-15
* Avoid putting objc linkopts and copts in Set, as their order and duplicate-ar...Gravatar Chris Parsons2017-02-15
* Flips the default value of --explicit_jre_deps to true.Gravatar Googler2017-02-15
* Allow objc.signing_certificate_name to return None in Skylark.Gravatar Googler2017-02-14
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Add flag to disable automatic xcodeproj generation.Gravatar Peter Schmitt2017-02-13
* Rollback of commit aa1d31da27793d4c29bfa4dec12d1ae9ab20426b.Gravatar Googler2017-02-13
* apple_binary produces a skylark provider depending on its binary_typeGravatar Chris Parsons2017-02-13
* Blaze/bazel modifications to command line flags used when dead-stripping.Gravatar Googler2017-02-13
* Generated files directory is passed to dependers as a user header search path...Gravatar Cal Peyser2017-02-09
* experimental_objc_library excludes non-.h headers, as does objc_library.Gravatar Cal Peyser2017-02-09
* 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