aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Add cpp-style source processing to experimental_objc_library.Gravatar Cal Peyser2016-04-18
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-18
* Do not collide intermediate and final output dsym artifacts.Gravatar Peter Schmitt2016-04-14
* Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298.Gravatar Florian Weikert2016-04-14
* Make ObjcProvider keys accessible to skylark. This is necessary to allowGravatar Cal Peyser2016-04-14
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-13
* 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