aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/SpawnGccStrategy.java
Commit message (Expand)AuthorAge
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Split CppIncludeScanningContext out of CppCompileActionContextGravatar ulfjack2018-02-08
* Make experimental_inmemory_dotd_files not fail with local executionGravatar ulfjack2018-01-26
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* 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
* Remove some unused codeGravatar ulfjack2017-07-14
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Clean up *GccStrategyGravatar Ulf Adams2017-03-10
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07
* Unify CppCompileActionContext#{getScannedIncludeFiles,findAdditionalInputs}.Gravatar Lukacs Berki2017-01-27
* Make include pruning work in Bazel.Gravatar Lukacs Berki2017-01-25
* Remove an unused function.Gravatar Googler2016-10-04
* Spawn executionInfo from Cpp{Compile,Link}ActionGravatar George Gensure2016-06-16
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27