aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Make xctest extension for test bundles that have xctest=true defined. (It use...Gravatar Dave MacLachlan2016-02-03
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-02-03
* Replace occurrences of Constants.TOOLS_REPOSITORY in places where it can be r...Gravatar Luis Fernando Pino Duque2016-02-03
* Plist generated for automatic entires is in GnuStep format.Gravatar Cal Peyser2016-02-03
* Rollback of commit 16444baf21780c4bff00b9736b268e97157e6bc2.Gravatar Carmi Grushko2016-02-02
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* Redesign xcode_config rule to be evaluated at the level of configuration inst...Gravatar Chris Parsons2016-02-01
* Clang linker invocations for objc link system libraries before frameworks on ...Gravatar Cal Peyser2016-02-01
* Infer minimum OS for plist merging from the bundling object instead of the cu...Gravatar Chris Parsons2016-02-01
* Rollback of commit 464caa54500f65fa4dad1c3031602f4338cd1b23.Gravatar Kristina Chodorow2016-01-28
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Pass "--working_dir ." to the compile_protos scriptGravatar Chris Parsons2016-01-28
* Always declare dependency on xcode gcov.Gravatar Peter Schmitt2016-01-28
* Don't load dumpsyms in configurations.Gravatar Peter Schmitt2016-01-28
* Rollback of commit 38c537da56fa8633aa30b6fec1ab5aeee432e038.Gravatar Kristina Chodorow2016-01-28
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Fix remaining links in inline native rule docs.Gravatar David Chen2016-01-25
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-01-22
* Refer to objc's gcov under @bazel_toolsGravatar Kristina Chodorow2016-01-21
* Add @bazel_tools prefix to objc toolsGravatar Kristina Chodorow2016-01-20
* Fix documentation for some ios_test attributes that got lost in refactoring.Gravatar Peter Schmitt2016-01-15
* Basic implementation for the build flag apple_bitcode, to propagate bitcode b...Gravatar Chris Parsons2016-01-15
* Propogate BAZEL_VERBOSE_FAILURES and BAZEL_SUBCOMMANDS to the execution envir...Gravatar Cal Peyser2016-01-15
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Fixing broken named anchors for common-attributes*.Gravatar Googler2016-01-13
* Enable objc targets that produce bundles to specify multiple plist files with...Gravatar Cal Peyser2016-01-11
* Rollback of commit e4133aab4db7cd640501d1113c259e8477006b6f.Gravatar Damien Martin-Guillerez2016-01-07
* Update comment to ios_test from deprecated experimental_ios_testGravatar Cal Peyser2016-01-07
* Factor implementation of bazel-specific cpp logic out of devtools/build/lib/B...Gravatar Cal Peyser2016-01-07
* Removes experimental_ios_test. Will wait on [].Gravatar Cal Peyser2016-01-07
* Ensure that the plist inside an .ipa bundle produced by blaze and the adjacen...Gravatar Cal Peyser2016-01-04
* Rollback of commit d46f474733b048d9ef10dd13ec639b4521693d0a.Gravatar Googler2015-12-22
* Ensure that the plist inside an .ipa bundle produced by blaze and the adjacen...Gravatar Googler2015-12-22
* Source iOS memleak plugin stub from bazel_tools.Gravatar Peter Schmitt2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allows cc_{library, binary} targets to depend on objc_library.Gravatar Googler2015-12-10
* Find frameworks in System/ instead of in Developer/ for ios sdks 9.0 and laterGravatar Chris Parsons2015-12-08
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Add launch_storyboard for iOS bundles (apps, extensions).Gravatar Peter Schmitt2015-11-18
* Rename Platform.forArch to Platform.forIosArch, as it is truly doing the latter.Gravatar Chris Parsons2015-11-18
* Remove --objc_per_proto_includes flag, which was obsoleted by the rule-level ...Gravatar Googler2015-11-18
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Description redacted.Gravatar Googler2015-11-13
* Propagate defines through xctest_appGravatar Googler2015-11-11
* Propagate additional sources of an ios application's extension.Gravatar Chris Parsons2015-11-10
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Change ProtoSourcesProvider to only export direct sources. Add a method, getC...Gravatar Michael Thvedt2015-11-10
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT.Gravatar Dave MacLachlan2015-11-06
* Add experimental support for putting full paths into compile actions. This is...Gravatar Dave MacLachlan2015-11-06