aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileAction.java
Commit message (Expand)AuthorAge
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* 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
* Rename CppCompileCommandLine to CompileCommandLine and move it out from CppCo...Gravatar hlopko2017-04-28
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Windows MSVC toolchain: Move environment variables setup from wrapper script ...Gravatar Yun Peng2017-04-06
* Add environment variables to CppCompileInfo.Gravatar cpeyser2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Simplify the logic in CppCompileAction#updateActionInputs().Gravatar Lukacs Berki2017-03-14
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Implement coverage support for experimental_objc_libraryGravatar Cal Peyser2017-03-14
* Remove an unused method from CppCompileAction.Gravatar Lukacs Berki2017-03-14
* Clean up *GccStrategyGravatar Ulf Adams2017-03-10
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac.Gravatar Ulf Adams2017-02-24
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed Abstra...Gravatar Lukacs Berki2017-02-24
* Rollback of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3.Gravatar Carmi Grushko2017-02-20
* Rollback of commit 8bae4f4e99594118b7ce651f7779f92e7683cdd0.Gravatar Dmitry Lomov2017-02-17
* CppCompileAction must return false from inputsKnown for .d pruningGravatar Ulf Adams2017-02-17
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-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
* Remove AbstractAction#getInputFilesForExtraAction().Gravatar Lukacs Berki2017-02-03
* Make the return type ImmutableListGravatar Ulf Adams2017-02-03
* Simplify the Action interface by asking it a set of allowed inputs instead of...Gravatar Lukacs Berki2017-02-02
* Rename inputsExemptFromDiscovery to prunableMandatoryInputs, which seems to b...Gravatar Lukacs Berki2017-02-01
* Simplify action input discovery by removing Action#getInputsWhenSkippingInput...Gravatar Lukacs Berki2017-01-31
* Unify CppCompileActionContext#{getScannedIncludeFiles,findAdditionalInputs}.Gravatar Lukacs Berki2017-01-27
* Make include pruning work in Bazel.Gravatar Lukacs Berki2017-01-25
* Reduce number of C++ modules explicitly specified on the command line.Gravatar Googler2017-01-12
* Deprecate the flags --experimental_skip_unused_modules andGravatar Googler2017-01-12
* Move ExecutionInfoSpecifier to lib.actionsGravatar Ulf Adams2017-01-09
* Correctly set module file flags in FakeCppCompileAction.Gravatar Googler2016-12-05
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02