aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileActionBuilder.java
Commit message (Expand)AuthorAge
* Add builtin include directories to action key for CppCompileActionGravatar hlopko2018-08-01
* Stop generating .d files when they won't be looked at later.Gravatar Googler2018-07-31
* Skip fingerprinting stuff into a CppCompileAction's key that can only affectGravatar Googler2018-07-11
* Track additionallyPrunableIncludes separately from declaredIncludeSrcs (don'tGravatar Googler2018-07-10
* Add an experimental option to disable .d-file scanning for modular builds. WhenGravatar Googler2018-07-06
* Remove support for header preprocessingGravatar hlopko2018-06-26
* Allow private headers to appear in directory artifactsGravatar hlopko2018-06-26
* Remove LIPO supportGravatar hlopko2018-06-15
* SerializationCheckingGraph checks all ConfiguredTargetValues.Gravatar cpeyser2018-06-14
* Expose C++ action names to SkylarkGravatar hlopko2018-06-07
* Simplify CppCompileAction#discoverInputs().Gravatar lberki2018-06-05
* Remove CppCompileAction.optionalSourceFileGravatar hlopko2018-05-28
* Add an option --experimental_prune_cpp_input_discovery to stop C++ inputGravatar Googler2018-05-28
* Restrict module usage to C++ actions. Other actions don't support compilingGravatar Googler2018-05-23
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Add a fast path for validating include directives. Most -isystem directives areGravatar Googler2018-05-14
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Shorten object file pathGravatar pcloudy2018-03-23
* Fix output_file build variable to be correct for fake compile actions.Gravatar hlopko2018-03-21
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Replace path implementation.Gravatar tomlu2018-02-08
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* Remove the CppConfiguration field from CppCompileAction. MakingGravatar cpeyser2018-01-30
* Drop CppCompileAction.actionContextGravatar ulfjack2018-01-30
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* Allow not recognized Artifact category to be handled in Analysis phaseGravatar Googler2017-12-13
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Remove some unused extension points.Gravatar Googler2017-11-29
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Polish the interface of CppCompileActionBuilderGravatar hlopko2017-09-28
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Make per-file-copts part of the user_compile_flagsGravatar hlopko2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Internal changeGravatar kush2017-09-07
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Remove an unused method.Gravatar lberki2017-07-24
* Make sure FeatureConfiguration is always set in C++ action buildersGravatar hlopko2017-07-19
* Report error when action_config for given C++ compile action is not definedGravatar hlopko2017-07-19