aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileActionBuilder.java
Commit message (Expand)AuthorAge
* 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
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Simplify the logic in CppCompileAction#updateActionInputs().Gravatar Lukacs Berki2017-03-14
* Clean up *GccStrategyGravatar Ulf Adams2017-03-10
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Stop building mandatory inputs of CppCompileAction twice.Gravatar Rumou Duan2017-02-17
* Set lipoScannables to an empty list if lipoScannableMap is empty.Gravatar Rumou Duan2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* CrosstoolCompilationSupport can be used for multi-arch binaries by allowing a...Gravatar Cal Peyser2017-02-15
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Change CppCompileAction to store execution info as a mapGravatar Ulf Adams2017-02-10
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07
* Rename inputsExemptFromDiscovery to prunableMandatoryInputs, which seems to b...Gravatar Lukacs Berki2017-02-01