aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileActionBuilder.java
Commit message (Expand)AuthorAge
* 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
* Partial rollback of action_config validation logicGravatar cparsons2017-07-14
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02