aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java
Commit message (Expand)AuthorAge
* Simplify dSYM handlingGravatar Googler2018-07-11
* Set Xcode version as a feature when building Objective-CGravatar bbaren2018-07-02
* C++: Separates adding sources and private headers to CcCompilationHelperGravatar plf2018-05-25
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Change action construction to use built-in param file support.Gravatar tomlu2018-04-27
* Remove unused method.Gravatar jcater2018-04-26
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Thread more information through CcToolchainProvider for CcCommon.configureFea...Gravatar hlopko2018-04-20
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* ObjcLibrary.java: Use objectFilesCollector to get object filesGravatar pcloudy2018-03-28
* Avoid using ObjectFilePathHelper in CompilationSupport.javaGravatar pcloudy2018-03-27
* Shorten object file pathGravatar pcloudy2018-03-23
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...Gravatar kaipi2018-01-25
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* C++: Only call link() in cc_binary when linkCompileOutputSeparately is true.Gravatar plf2018-01-12
* Automated rollback of commit c166cd99ce9f72eed522e78d63c93ff410b6dc18.Gravatar plf2018-01-11
* Automated rollback of commit 67330ad52391ad6562d439f77cc5133a0ea4247d.Gravatar plf2018-01-10
* C++ refactoring: Separate compilation and linking calls to CcLibraryHelperGravatar plf2018-01-08
* Remove CppConfiguration#supportsFission and #useFission. To do this, we:Gravatar cpeyser2017-12-20
* Remove FeatureSpecification, use plain sets insteadGravatar hlopko2017-12-19
* Preemptively add deps back for Objective-C compilation after it was removed inGravatar plf2017-12-18
* Remove source specific build variables from C++ API.Gravatar plf2017-12-15
* Eliminate STATIC_FRAMEWORK_DIR as a separate field of ObjcProvider.Gravatar cparsons2017-11-28
* Remove dead code from CompilationSupportGravatar cparsons2017-11-28
* Allow an action_config to be activated by default.Gravatar cpeyser2017-11-13
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-11-06
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Automated rollback of commit 5d42ae10195cd1acb9612df3a3d520f09b0c3e39.Gravatar cpeyser2017-11-03
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-10-30
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Automatic code cleanup.Gravatar cushon2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Automated rollback of commit 1af9b1e2238c3b43a2b66233495ecf7b6ef4dcab.Gravatar Googler2017-08-25
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11