aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java
Commit message (Expand)AuthorAge
...
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Automated rollback of commit 6cfffdf37e11018c7e6e2cabc90440d6d29c819b.Gravatar cpeyser2017-08-02
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* macOS link actions set the correct system framework include pathsGravatar cparsons2017-07-26
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Route Xcode version information through an implicit dependency instead of the...Gravatar lberki2017-07-25
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Add module_map attribute to objc_libraryGravatar Googler2017-07-14
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Automated rollback of commit 9000e61fc1737444392ffe251727e8331fab3cf2.Gravatar Googler2017-07-07
* Switch from using set/getPchFile on CompilationArtifacts to a doNotUsePch opt...Gravatar Googler2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Automated g4 rollback of commit 29ec1b89989db411d2038e2df8657b6435f80403.Gravatar fwe2017-06-13
* Specify isTestRule as an input to CompilationSupport instead of from the curr...Gravatar cparsons2017-06-06
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Change ProtobufSupport to use CrosstoolCompilationSupport if experimental_obj...Gravatar Googler2017-05-30
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Retire the experimental_objc_library rule and --experimental_objc_library flag.Gravatar cpeyser2017-05-04
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* Partition ObjC header scanning actions to better handle large targets.Gravatar Googler2017-04-14
* objc_proto_library does not pick up generated cc code in compile actions.Gravatar cpeyser2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Implement DSYM generation for the CROSSTOOL rules.Gravatar cpeyser2017-04-04
* Apple binary configures actions not just with it's child's config and provider,Gravatar Cal Peyser2017-03-28
* Header thinning feature now ships the appropriate Apple SDK with header scann...Gravatar Googler2017-03-16
* Adds support for the header thinning feature to the new Objective-C rule impl...Gravatar Googler2017-03-03
* CrosstoolCompilationSupport registers a binary strip action when binaryGravatar Cal Peyser2017-02-27
* Update to header thinning feature to create header_scanner actions based on c...Gravatar Googler2017-02-23
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Generated files directory is passed to dependers as a user header search path...Gravatar Cal Peyser2017-02-09
* experimental_objc_library excludes non-.h headers, as does objc_library.Gravatar Cal Peyser2017-02-09
* Experimental feature to do header thinning of Objective-C compilation actions.Gravatar Googler2017-02-03
* Root j2objc linker artifacts underneath the appropriate child configurationGravatar Chris Parsons2017-01-26
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* Rollforward of "Split ObjcProvider.framework_dir into static and dynamic fram...Gravatar Chris Parsons2016-12-06
* Rollback of commit 7a668370e350f602ec863eb4169729885e1c7c93.Gravatar Damien Martin-Guillerez2016-12-05
* Split ObjcProvider.framework_dir into static and dynamic framework directories.Gravatar Chris Parsons2016-12-05
* Remove private headers from modulemaps generated by objc_ targetsGravatar Dmitry Shevchenko2016-11-29
* Add support for bundle binaries in apple_binary.Gravatar Sergio Campama2016-11-24
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04