aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/apple/bazel_apple_test.sh
Commit message (Expand)AuthorAge
* Add objc-fully-link to the list of actions that require the apple_env feature...Gravatar kaipi2018-08-06
* CROSSTOOLS wrapped_clang: handle spaces in pathsGravatar Oscar Bonilla2018-06-12
* Fix CROSSTOOL.tpl to correctly target watchos_i386.Gravatar kaipi2018-02-13
* Converts wrapped_clang from a bash script to a C++ source file which is compi...Gravatar kaipi2018-02-06
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Add Skylark code that exports the current Xcode version and the Apple SDK ver...Gravatar lberki2017-10-18
* In apple integration tests, for fat simulator builds, specify a minimum_os_ve...Gravatar cparsons2017-10-06
* Remove compilation and bundling attributes from apple_binary and apple_static...Gravatar cparsons2017-09-29
* Update bazel_apple_test to run on XCode 9.Gravatar John Cater2017-09-28
* Remove swift_library and tests, lives in the apple rules repo now.Gravatar thomasvl2017-09-11
* Change default_macosx_sdk_version to default_macos_sdk_version.Gravatar cparsons2017-08-24
* Make all test cases pass with --noexperimental_separate_genfiles_directory.Gravatar lberki2017-07-24
* Remove apple_watch2_extension ruleGravatar cparsons2017-07-07
* Make 'platform_type' a mandatory attribute.Gravatar cparsons2017-07-06
* Move the docker tests in src/test/dockerGravatar dmarting2017-06-27
* Remove usage of --ios_cpu from Bazel.Gravatar cpeyser2017-06-26
* Internal changeGravatar cpeyser2017-06-06
* Rollforward #2 of: Basic open-source crosstool to support targeting apple pla...Gravatar cparsons2017-05-04
* Automated g4 rollback of commit 5038016e6573962d2554fcf9c10faa0cca8714e2.Gravatar dmarting2017-05-02
* Rollforward of: Basic open-source crosstool to support targeting apple platfo...Gravatar cparsons2017-04-28
* Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757.Gravatar aehlig2017-04-18
* Basic open-source crosstool to support targetting apple platform types.Gravatar cparsons2017-04-18
* Remove static declaration of apple split transitions, as this is no longer ne...Gravatar cparsons2017-04-10
* Fixes the broken test_ios_test and test_swift_test tests.Gravatar philwo2017-04-07
* Disable bitcode for simulator architectures, regardless of the apple_bitcode ...Gravatar Chris Parsons2017-02-22
* Improve xcode-configure error messaging, and use "env -i" to clear environmen...Gravatar Chris Parsons2017-02-17
* Add --swiftcopt support to swift_libraryGravatar Dmitry Shevchenko2017-01-12
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-23
* Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.Gravatar Tobias Werth2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Expose apple_generate_dsym value to Skylark and use in swift_libraryGravatar Dmitry Shevchenko2016-12-16
* Add an option to enable Whole Module OptimizationGravatar Dmitry Shevchenko2016-12-15
* Add a missing 'function' keywordGravatar Dmitry Shevchenko2016-12-15
* Remove private headers from modulemaps generated by objc_ targetsGravatar Dmitry Shevchenko2016-11-29
* Fix a test case that didn't trigger Swift runtime packagingGravatar Dmitry Shevchenko2016-11-21
* Allow swiftc to correctly recognize main.swift as script target.Gravatar Dmitry Shevchenko2016-11-07
* Remove hack from bazel_apple_test to select an xcode that is 7-series or 8-se...Gravatar Chris Parsons2016-10-24
* Fix bazel_apple_test and Swift example to work with Xcode 8.0.Gravatar Philipp Wollermann2016-10-21
* Add swiftmodule outputs to the linking step.Gravatar Dmitry Shevchenko2016-10-19
* Create a proper wrapper script for executing "bazel" in the integration tests.Gravatar Luis Fernando Pino Duque2016-10-19
* Propagate swift_library defines attribute to parents.Gravatar Dmitry Shevchenko2016-10-11
* Move bazel apple tests into a separate package.Gravatar Dmitry Shevchenko2016-10-11