aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/TestSupport.java
Commit message (Expand)AuthorAge
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Automatic code cleanup.Gravatar cushon2017-09-15
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Add ActionEnvironment, which is a wrapper class for a fixed+inherited envGravatar ulfjack2017-06-28
* Adds the new versions of the template substitutions into ios_test.Gravatar Sergio Campama2017-02-27
* Expose ios_device attributes to Skylark.Gravatar Googler2016-12-23
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Remove the useless flag "iossim" for the //tools/objc/ios_test.sh.bazel_templ...Gravatar Googler2016-07-20
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* By default, don't create the .runfiles/workspace/external/repo dirsGravatar Kristina Chodorow2016-05-27
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* ios_device attribute "xcode", which takes an "xcode_version" target to select...Gravatar Chris Parsons2016-04-08
* Refactor spawnXcrunActionBuilder to take an explicit apple platform.Gravatar Chris Parsons2016-03-24
* Adds mcov tool label to IosTest.Gravatar Dmitry Shevchenko2016-03-21
* Add APPLE_COVERAGE env variable to coverage tools.Gravatar Dmitry Shevchenko2016-03-15
* Get rid of duplicated strings for IosTest attributes because I'm always paran...Gravatar Dave MacLachlan2016-02-22
* Make xctest extension for test bundles that have xctest=true defined. (It use...Gravatar Dave MacLachlan2016-02-03
* Redesign xcode_config rule to be evaluated at the level of configuration inst...Gravatar Chris Parsons2016-02-01
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Propagate environment variables set with --test_env command line flag to the ...Gravatar Googler2015-11-05
* Pass apple sdk information to ios_test test actionsGravatar Chris Parsons2015-10-27
* Include memleaks plugin support for experimental_ios_testGravatar Chris Parsons2015-10-21
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Make StdRedirect.dylib as a dependency of all ios_test and experimental_ios_t...Gravatar Googler2015-09-14
* Change ios_test to reflect experimental_ios_test functionality on mac.Gravatar Chris Parsons2015-09-02
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* Add ios_lab_device support in experimental_ios_test.Gravatar Googler2015-07-21
* experimental_ios_test: Support non-xctestsGravatar Daniel Wagner-Hall2015-06-18
* Add plugin support to experimental_ios_testGravatar Daniel Wagner-Hall2015-05-08
* Add ios_test.sh.bazel_templateGravatar Daniel Wagner-Hall2015-05-04
* Pull out class for substitutionsGravatar Daniel Wagner-Hall2015-05-01
* ios_test: Export device-specific information on a providerGravatar Daniel Wagner-Hall2015-04-29
* Very basic XcTest support in BazelGravatar Daniel Wagner-Hall2015-04-28