summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-08-21Move symbol stripping test to starlark (#246)Keith Smiley
2023-08-21Move shell test to cc_test (#245)Keith Smiley
2023-08-21Remove 32 bit CPUs (#244)Keith Smiley
2023-08-11Add initial visionOS support (#228)Keith Smiley
2023-08-12Remove lipobin output (#243)Keith Smiley
2023-08-11Remove apple_common transitions (#242)upstream/1.8.1Keith Smiley
2023-08-04Remove //test:for_bazel_test from global for_bazel_tests (#240)Keith Smiley
2023-07-18Move starlark_apple_static_library into bzl file (#233)Keith Smiley
2023-07-18Fix objc linker output being removed (#232)Keith Smiley
2023-07-11Add stripped down apple_verification_test (#227)Keith Smiley
2023-03-03Remove -ObjC from C++ links (#211)Keith Smiley
2023-03-02Move -ObjC into a separate feature (#210)Keith Smiley
2023-02-15Add bzlmod test job (#194)Keith Smiley
2023-01-20Add some test binary rules (#173)Keith Smiley
2023-01-18Move starlark_apple_binary to test rule (#171)Keith Smiley
2023-01-17Remove unnecessary iOS / Xcode version in tests (#172)Keith Smiley
2023-01-17Add __BAZEL_EXECUTION_ROOT__ command line replacement (#163)Keith Smiley
2023-01-17Add Apple CC toolchain setup (#113)Keith Smiley
2022-10-14Minor style change.Thomas Van Lenten
2022-05-19Drop xcode_path_wrapper.sh and create the script on the fly.upstream/1.0.0Thomas Van Lenten
2022-02-18Fix new buildifier warnings (#111)Keith Smiley
2022-01-21Add MODULE.bazel files (#100)Patrick Balestra
2021-12-14Move `universal_binary.bzl` to the `rules` directory (#99)Thi Doãn
2021-11-17Fix apple_genruleDan Fleming
2021-11-18Add `universal_binary` rule to build multi-arch macOS binaries (#95)Thi Doãn
2021-04-06Use string instead of sequenceupstream/0.10.0Keith Smiley
2021-04-06Test ctx and explicit args apis.Thomas Van Lenten
2021-04-06Directly collect the information needed for Apple+Xcode testing.Thomas Van Lenten
2021-04-06Remove ctx support from path_placeholders.platform_frameworks().Thomas Van Lenten
2020-11-04Remove passing lists of args to genrule (#67)upstream/0.9.1Keith Smiley
2020-07-16Add rest of bzl_library instances.Thomas Van Lenten
2019-12-27Set execution requirements for Starlark rules that use apple_support based on...Googler
2019-02-04Make everything in apple_support.path_placeholders functionsthomasvl
2019-01-18Bazel trips up on visibility with @repository references.upstream/0.4.0thomasvl
2019-01-18Move xcode_support to apple_support.kaipi
2019-01-18Remove blank line at the top of the test tool definition.kaipi
2018-12-10Initial import of apple_support.kaipi