aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* --instrumentation_filter now works with Objective C.Gravatar Googler2015-04-01
* Always define OS_IOS in iOS builds.Gravatar Peter Schmitt2015-03-31
* Actually force loading of optional objc labelsGravatar Daniel Wagner-Hall2015-03-30
* Sign bundles for device if ios_multi_cpu contains device cpus.Gravatar Peter Schmitt2015-03-26
* Compile objc resources when bundling, not at each target.Gravatar Peter Schmitt2015-03-24
* Line break after . rather than beforeGravatar Daniel Wagner-Hall2015-03-24
* Only use a single copy of a nested bundle with ios_multi_cpus.Gravatar Peter Schmitt2015-03-23
* Remove common java code between objc tools and rules.Gravatar Peter Schmitt2015-03-23
* Pass pre-processed label to Xcodegen so it can be used as an Xcode target nam...Gravatar Matthew DeVore2015-03-23
* Add xctest_app ipa file to files-to-buildGravatar Matthew DeVore2015-03-23
* Only load default_provisioning_profile if we need oneGravatar Daniel Wagner-Hall2015-03-20
* objc: Only load dump_syms if we're actually going to use itGravatar Daniel Wagner-Hall2015-03-20
* Configurable attributes for ios_cpu should work under ios_multi_cpus.Gravatar Peter Schmitt2015-03-20
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Prevent clashing xcode targets for multiple architectures.Gravatar Peter Schmitt2015-03-20
* Use //external:objc_proto_lib instead of a googlemac path for objc_proto_libraryGravatar Daniel Wagner-Hall2015-03-20
* Split actoolzip and ibtoolzip into separate binariesGravatar Daniel Wagner-Hall2015-03-18
* Simplify actoolzip argument flowGravatar Daniel Wagner-Hall2015-03-18
* Allow ios_application in xctest_app attribute.Gravatar Peter Schmitt2015-03-16
* Split ios_application configurations based on --ios_multi_cpus.Gravatar Peter Schmitt2015-03-16
* RELNOTES: Allow users to set the simulated device, SDK, and environment from ...Gravatar Googler2015-03-13
* Move bundle_id storage from BundleMergeControlBytes to Bundling to fix a case...Gravatar Googler2015-03-13
* structured_resources allows directories in .app.Gravatar Peter Schmitt2015-03-11
* Compiling protos should generate coverage files(.gcno) if in coverage mode.Gravatar Googler2015-03-11
* Allow ios_test to override the GCOV environment variableGravatar Daniel Wagner-Hall2015-03-10
* RELNOTES: Added ios_memleaks flag which when enabled will check the test appl...Gravatar Googler2015-03-05
* Add J2ObjC support for proto option: "objc_class_prefix", which provides pref...Gravatar Googler2015-03-05
* Automated [] rollback of [].Gravatar Matthew DeVore2015-03-05
* Scope the paths of objc compilation artifacts from J2Objc-generated code usin...Gravatar Googler2015-03-05
* RELNOTES: Invoking blaze run on an objc_binary target launches iossim with th...Gravatar Googler2015-03-04
* Actually use bundles attribute in objc_import.Gravatar Peter Schmitt2015-03-04
* Introduce ios_application rule.Gravatar Peter Schmitt2015-02-25
* Pass bundle_id attribute to PlMerge if it is explicitly setGravatar Googler2015-02-25
* Make xctest_app's .ipa an implicit output so that scripts external to Bazel c...Gravatar Matthew DeVore2015-02-24
* Add the j2objc libraries as dependencies in IosTest.Gravatar Googler2015-02-24
* Change default xcode_options to DebugGravatar Daniel Wagner-Hall2015-02-23
* Don't allow bundles in objc_* deps.Gravatar Peter Schmitt2015-02-23
* Xcode project files: Add dependencies on ios_extension from objc_binary corre...Gravatar Matthew DeVore2015-02-23
* Add a dummy source file to the Xcode targets for ios_extensions to make Xcode...Gravatar Matthew DeVore2015-02-22
* Implement ios_extension rule. See IosExtensionRule.java for information on ho...Gravatar Matthew DeVore2015-02-20
* Naming and documentation cleanup left over from a recent CL.Gravatar Peter Schmitt2015-02-19
* Scrub.Gravatar Ulf Adams2015-02-19
* Add anything specified in "defines" to the compiler arguments for objc_binary...Gravatar Matthew DeVore2015-02-18
* Fixed an inconsistency.Gravatar Googler2015-02-18
* Coverage implementation for Objective C.Gravatar Googler2015-02-18
* Don't define DEBUG for fastbuild.Gravatar Googler2015-02-17
* Fix objc entitlements substitution on OSXGravatar Daniel Wagner-Hall2015-02-13
* Include non_propagated_deps as dependencies in xcodeproj filesGravatar Daniel Wagner-Hall2015-02-11
* Implement ios_extension_binary rule, which is similar to objc_binary, but onl...Gravatar Matthew DeVore2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25