aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
Commit message (Expand)AuthorAge
* Stop generating .d files when they won't be looked at later.Gravatar Googler2018-08-09
* Add builtin include directories to action key for CppCompileActionGravatar hlopko2018-08-01
* Add an experimental option to disable .d-file scanning for modular builds. WhenGravatar Googler2018-07-06
* Remove LIPO supportGravatar hlopko2018-06-15
* 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
* 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
* Accept included headers which are provided by tree artifacts.Gravatar carmi2018-04-23
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* Starts threading ActionExecutionContext to sites calling getPath() only withinGravatar shahan2018-04-11
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* 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
* Ensure that RuleContext is not referenced after analysis by objc_library.Gravatar cparsons2018-02-12
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Split CppIncludeScanningContext out of CppCompileActionContextGravatar ulfjack2018-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
* 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
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* 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
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Make FakeCppCompileAction.LOG lowercaseGravatar hlopko2017-06-22
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* 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
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19