aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java
Commit message (Expand)AuthorAge
* Introduce the linkopts attribute to the objc family of rules.Gravatar Cal Peyser2016-03-23
* Remove deprecated objc_options.Gravatar Dave MacLachlan2016-03-17
* Rollback of commit 60434dae746ed61f025fdfd0464993fa6a0ff1d2.Gravatar Cal Peyser2016-02-15
* --Gravatar Cal Peyser2016-02-11
* Adds a flag to prioritize static libs over system libs and frameworks in link...Gravatar Cal Peyser2016-02-09
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Clang linker invocations for objc link system libraries before frameworks on ...Gravatar Cal Peyser2016-02-01
* Don't load dumpsyms in configurations.Gravatar Peter Schmitt2016-01-28
* Basic implementation for the build flag apple_bitcode, to propagate bitcode b...Gravatar Chris Parsons2016-01-15
* 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
* Find frameworks in System/ instead of in Developer/ for ios sdks 9.0 and laterGravatar Chris Parsons2015-12-08
* Rename Platform.forArch to Platform.forIosArch, as it is truly doing the latter.Gravatar Chris Parsons2015-11-18
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-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
* Add missing header sources to Swift compilation stepsGravatar Dmitry Shevchenko2015-11-05
* Add a mapping and relevant function calls in ObjcProvider to provide a way to...Gravatar Rumou Duan2015-10-07
* Move several commands over to using xcrun instead of hardcoding tooling locat...Gravatar Dave MacLachlan2015-10-07
* Add a feature to require explicitly passing module maps.Gravatar Manuel Klimek2015-10-07
* Propagates cc_library linkopts attribute to dependent objc_libraries.Gravatar Googler2015-10-02
* 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
* 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
* 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
* 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
* When generating Xcode projects, remove -I options from copts and instead add ...Gravatar Rumou Duan2015-09-14
* Propagate includes and defines attributes from cc_library to dependent objc_l...Gravatar Peter Schmitt2015-09-11
* Remove expectation of clang in producing .gcno of assembly files for instrume...Gravatar Chris Parsons2015-09-11
* Fix ios debug symbol generation on Bazel.Gravatar Rumou Duan2015-09-02
* bazel --xcode_version flag to forward an environment variable XCODE_VERSION_O...Gravatar Chris Parsons2015-09-02
* Switch J2ObjC transpilation and dead code removal actions to use parameter fi...Gravatar Rumou Duan2015-09-01
* RELNOTES: Allow private headers in the srcs attribute. Add a warning if a fil...Gravatar Googler2015-08-20
* --Gravatar Rumou Duan2015-08-20
* Add Bridging Header attribute to objc_ compilation rulesGravatar Dmitry Shevchenko2015-08-17
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* Remove -fprofile-dir flag from clang flags.Gravatar Googler2015-08-12
* Support for .s, .S, and .asm files for objc rulesGravatar Chris Parsons2015-07-23
* Add two binary size optimizations when --compilation_mode=opt and --objc_enab...Gravatar Rumou Duan2015-06-23
* Rollback of commit 6af85020b520a9dd2bd913562b16716c29c3dbc3.Gravatar Laszlo Csomor2015-06-23
* Move J2ObjCLibrary and supporting classes to Bazel, and enable J2ObJC in Bazel.Gravatar Michael Thvedt2015-06-19
* Add two binary size optimizations when --compilation_mode=opt is specified:Gravatar Rumou Duan2015-06-18
* Add ability to compile objc_binary targets with Swift sources.Gravatar Googler2015-06-17