aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* ios_device attribute "xcode", which takes an "xcode_version" target to select...Gravatar Chris Parsons2016-04-08
* Remove incorrect exec() on well_known_protos dependency.Gravatar Peter Schmitt2016-04-07
* Expose ObjcConfiguration to Skylark as fragment "objc" along with callable me...Gravatar Erik Abair2016-04-07
* Override any existing watch stubs and watch application bundle artifacts when...Gravatar Googler2016-04-07
* Removing left over debug warning.Gravatar Googler2016-04-07
* Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support bu...Gravatar Googler2016-04-05
* Introduce a seperate name to distinguish the objc provider passed from native...Gravatar Cal Peyser2016-04-05
* Correctly generates the expected file names of the generated protos when the ...Gravatar Googler2016-04-05
* *_test rules now return an .xctest.dSYM bundle.Gravatar Googler2016-04-01
* Allow .o files as sources for objc builds.Gravatar Cal Peyser2016-04-01
* Add support for objc_generate_linkmap argument that controls whether a link m...Gravatar Dave MacLachlan2016-03-31
* Set -fmodules-cache-path to be rooted in the genfiles directory whenever modu...Gravatar Chris Parsons2016-03-31
* Rollback of commit d6dcde6bbf074b42f89b0feb6980e124c076863a.Gravatar Klaus Aehlig2016-03-30
* Fix strip for ios_framework_binary by passing -x to strip.Gravatar Googler2016-03-30
* Rename swift_binary to swift_library as the intended rule is not executable.Gravatar Dmitry Shevchenko2016-03-30
* Adds the dsym files to the ios_application output when using --objc_generate_...Gravatar Googler2016-03-30
* Restrict file types allowed for "strings" attribute to ".strings".Gravatar Googler2016-03-30
* Set -fmodules-cache-path to be rooted in the genfiles directory whenever modu...Gravatar Chris Parsons2016-03-30
* Use ENTITLEMENTS_TYPE constant to specify allowed file types for ":extra_enti...Gravatar Googler2016-03-30
* Rename ConfigurationDistinguisher.APPLICATION and ConfigurationDistinguisher....Gravatar Googler2016-03-30
* Restrict file types used for "entitlements" attribute to [".entitlements", "....Gravatar Googler2016-03-29
* Propagate -isystem includes from CC deps in Xcode project generation.Gravatar Googler2016-03-29
* Skylark providers exported under the key "objc" are consumed as ObjcProvider ...Gravatar Cal Peyser2016-03-29
* Move several naked strings over to constants as general code cleanup.Gravatar Dave MacLachlan2016-03-28
* Remove unused test code, and clean up documentation regarding launch images a...Gravatar Dave MacLachlan2016-03-25
* Refactor spawnXcrunActionBuilder to take an explicit apple platform.Gravatar Chris Parsons2016-03-24
* Pass -F flags to Swift compilation rules.Gravatar Dmitry Shevchenko2016-03-24
* Add comments to analysis-phase objects so future developers won't accidentall...Gravatar Janak Ramakrishnan2016-03-23
* Introduce ReleaseBundling class to contain all application specific informati...Gravatar Googler2016-03-23
* ios_device's attribute ios_version defaults to the configuration iOS SDK versionGravatar Chris Parsons2016-03-23
* Introduce the linkopts attribute to the objc family of rules.Gravatar Cal Peyser2016-03-23
* Filter Well Known Type protos from being generated by the objc_proto_library ...Gravatar Googler2016-03-22
* Allow passing custom entitlements for iOS signing.Gravatar Peter Schmitt2016-03-22
* Don't keep implicit reference to XcodeSupport during the execution phase. Sav...Gravatar Janak Ramakrishnan2016-03-21
* Adds mcov tool label to IosTest.Gravatar Dmitry Shevchenko2016-03-21
* Deprecates output_cpp from objc_proto_library.Gravatar Googler2016-03-18
* Introduce skylark provider for objc.Gravatar Cal Peyser2016-03-18
* Uses J2ObjC's own JRE when tranpiling for j2objc_library.Gravatar Googler2016-03-18
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Remove deprecated objc_options.Gravatar Dave MacLachlan2016-03-17
* Add APPLE_COVERAGE env variable to coverage tools.Gravatar Dmitry Shevchenko2016-03-15
* Move dump_syms from //tools/objc to //tools/osx. This will allow it to be re...Gravatar Cal Peyser2016-03-15
* Update ios_framework rule doc to emphasize the current issues.Gravatar Dmitry Shevchenko2016-03-14
* Makes the xctest_app attribute of ios_test only accept ios_applications. It u...Gravatar Dave MacLachlan2016-03-14
* Remove infoplists from objc_options. They aren't used anymore (last case remo...Gravatar Dave MacLachlan2016-03-14
* Removes restriction on having both a launchimage and a launchstoryboard in a ...Gravatar Dave MacLachlan2016-03-11
* Minor documentation wording fix.Gravatar Erik Abair2016-03-11
* Simplify LaunchStoryboard plist generation to make it less error prone.Gravatar Dave MacLachlan2016-03-11
* Make ipa_post_processor documentation show up.Gravatar Peter Schmitt2016-03-08
* Replace objc_dummy.m with objc_dummy.mm.Gravatar Googler2016-03-08