aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Add a feature to require explicitly passing module maps.Gravatar Manuel Klimek2015-10-07
* Pass IOS_SDK_VERSION_OVERRIDE to environment for darwin actionsGravatar Chris Parsons2015-10-06
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Propagates cc_library linkopts attribute to dependent objc_libraries.Gravatar Googler2015-10-02
* Make breakpad file editing platform independent.Gravatar Peter Schmitt2015-09-30
* Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert the...Gravatar Dave MacLachlan2015-09-30
* Rollback of "Propagates cc_library linkopts attribute to dependent objc_libra...Gravatar Chris Parsons2015-09-30
* Adds the textual_hdrs attribute, which are treated as regular headers but not...Gravatar Googler2015-09-30
* Give a nice error message on double included files in objc rules.Gravatar Peter Schmitt2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Disable generateSubModules, since it causes issues with private headers.Gravatar Googler2015-09-25
* Propagates cc_library linkopts attribute to dependent objc_libraries.Gravatar Googler2015-09-24
* Don't shell escape parameters to a non-shell action (environment plist).Gravatar Peter Schmitt2015-09-23
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Changes dylibs from being part of the xcodeproject file references to being a...Gravatar Dave MacLachlan2015-09-22
* Use OS X compatible gcov with experimental_ios_test.Gravatar Peter Schmitt2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Enable j2objc_library proto aspect for Bazel. Note that the remote j2objc wor...Gravatar Michael Thvedt2015-09-21
* Remove unused copts attribute from j2objc_library.Gravatar Rumou Duan2015-09-21
* Add additional sources of test host to xctest targetsGravatar Chris Parsons2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Adds an implicit "fully_linked" archive output to objc_library. Gravatar Googler2015-09-21
* More documentation for j2objc_library.Gravatar Rumou Duan2015-09-21
* Remove obsolete and deprecated xcode_options flag.Gravatar Googler2015-09-17
* Move all J2ObjC Bazel dependencies to third_party/java/j2objc.Gravatar Michael Thvedt2015-09-17
* Propogate J2ObjC files from runtime_deps in Java rules.Gravatar Michael Thvedt2015-09-17
* Clean up J2ObjC support in Bazel, removing an unused dependency and linting t...Gravatar Michael Thvedt2015-09-15
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Parses the correct values of SDK, Platform and XCode version numbers when gen...Gravatar Anastasios Kakalis2015-09-15
* Generate module maps for each objc_* target with compilation support.Gravatar Googler2015-09-15
* Have clang output .d dependency files during ObjcCompile.Gravatar Googler2015-09-15
* Support multiarchitecture objc libraries for both simulator and device archit...Gravatar Chris Parsons2015-09-15
* When generating Xcode projects, remove -I options from copts and instead add ...Gravatar Rumou Duan2015-09-14
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Rollforward of [], which was rolled back in []. Cleans up support for objc_pr...Gravatar Michael Thvedt2015-09-14
* Make StdRedirect.dylib as a dependency of all ios_test and experimental_ios_t...Gravatar Googler2015-09-14
* Allows objc_* rules to depend on cc_inc_library.Gravatar Peter Schmitt2015-09-11
* Propagate includes and defines attributes from cc_library to dependent objc_l...Gravatar Peter Schmitt2015-09-11
* Add experimental_ios_test to the list of rules that objc_xcodeproj can depend...Gravatar Chris Parsons2015-09-11
* Remove expectation of clang in producing .gcno of assembly files for instrume...Gravatar Chris Parsons2015-09-11
* Base .entitlements (and related extension) files on the full target label as ...Gravatar Chris Parsons2015-09-09
* Rollback of commit 47107aad33695a040b0f771f0c09d66874c4d533.Gravatar Ulf Adams2015-09-04
* Rollback of commit 17e9d7cd408eee1e4e73a1fe6f76917954475937.Gravatar Carmi Grushko2015-09-04
* Turn Bazel proto_library on for objc_proto_library.Gravatar Michael Thvedt2015-09-04
* Fix Swift merge action to use combined arch binaryGravatar Dmitry Shevchenko2015-09-03
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Fix ios debug symbol generation on Bazel.Gravatar Rumou Duan2015-09-02
* Update xctest_app documentation to reflect that ios_application rules are a v...Gravatar Chris Parsons2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Declare the xcode_options flag deprecatedGravatar Googler2015-09-02