aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Change Mock xcrunwrapper dependency to accurately be a sh_binary instead of a...Gravatar cparsons2017-12-21
* Deprecate "xctest" attribute from ios_test. This removes any functionality re...Gravatar kaipi2017-12-21
* Remove xcode_toolchain flagGravatar dmishe2017-12-21
* Migrate uses of xcode_config_alias to use the recently-introduced skylark lat...Gravatar cparsons2017-12-20
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Refactor OSX-Objc configuration requirements to MockObjcSupportGravatar cparsons2017-12-19
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* From apple_binary, receive AppleExecutableBinaryProvider from the bundle_load...Gravatar cparsons2017-12-04
* Expose ObjcProtoProvider as a Skylark object.Gravatar cparsons2017-12-04
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Update some of the tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Set --objc_debug_with_GLIBCXX=false by default in the Bazel binary.Gravatar cpeyser2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Eliminate STATIC_FRAMEWORK_DIR as a separate field of ObjcProvider.Gravatar cparsons2017-11-28
* Config feature flags for apple_binary and apple_static_libraryGravatar cparsons2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Open-source the remainder of non-legacy Apple/Objc java testsGravatar cparsons2017-11-03
* Expose Apple Multi-architecture Split Transition to Skylark.Gravatar cparsons2017-11-02
* Automated rollback of commit e9b10399f6a148a3d20442f2c5020b05fa891873.Gravatar twerth2017-10-24
* Move hard-coded compilation-mode-specific flags in ObjcConfiguration.Gravatar cpeyser2017-10-23
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Update documentation on objc_proto_library rule, and disable the passing of d...Gravatar kaipi2017-10-16
* Put the platform version from the options into the output directory name inst...Gravatar lberki2017-10-13
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* Remove sdk_version_for_platform from ctx.fragments.apple .Gravatar lberki2017-10-11
* Remove ctx.fragments.apple.minimum_os_for_platform_type.Gravatar lberki2017-10-10
* if --experimental_apple_mandatory_minimum_version is specified, make Apple ru...Gravatar lberki2017-10-10
* Remove ctx.fragments.apple.{xcode_version,ios_minimum_os}.Gravatar lberki2017-10-10
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06
* Remove compilation and bundling attributes from apple_binary and apple_static...Gravatar cparsons2017-09-29
* Move objc_proto_library tests from legacy to crosstool test cases.Gravatar cpeyser2017-09-26
* Move remaining legacy objc_library tests to crosstool case.Gravatar cpeyser2017-09-26
* Remove dependence on compilation attributes (e.g. 'srcs') for apple_binary an...Gravatar cparsons2017-09-25
* Delete ios_application, ios_extension(_binary), objc_binary.Gravatar allevato2017-09-21
* Drop 32-bit architectures from builds with ios_mimimum_os > 11.0.Gravatar cparsons2017-09-21
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Move some more tests from the legacy case to the crosstool case.Gravatar cpeyser2017-09-19
* Move a test from the legacy case to the crosstool case.Gravatar cpeyser2017-09-19
* Move some tests from legacy to crosstool case.Gravatar cpeyser2017-09-18
* Annotate legacy objc rulesGravatar cparsons2017-09-18
* Move some legacy-only tests to the crosstool tests.Gravatar cpeyser2017-09-14
* Remove --experimental_disable_jvm from unit tests.Gravatar cpeyser2017-09-13
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Change xcode_config rule semantics to fit current usageGravatar cparsons2017-09-06
* Automated rollback of commit 618a2bf3574015d1d341d59a34e4d0bf285ad5bf.Gravatar cparsons2017-09-04
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Rollforward #2 of "AppleBinary and AppleStaticLibrary no longer propagate unw...Gravatar cparsons2017-08-31