aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
Commit message (Expand)AuthorAge
* 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
* Make FakeCppCompileAction fail if its source file doesn't compile without any...Gravatar lberki2017-04-13
* Clean up *GccStrategyGravatar Ulf Adams2017-03-10
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* 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
* Rename inputsExemptFromDiscovery to prunableMandatoryInputs, which seems to b...Gravatar Lukacs Berki2017-02-01
* Make include pruning work in Bazel.Gravatar Lukacs Berki2017-01-25
* Correctly set module file flags in FakeCppCompileAction.Gravatar Googler2016-12-05
* Move the useHeaderModules member from CppCompilationContext into theGravatar Googler2016-12-01
* stop passing BuildConfiguration to CppCompileActionGravatar Thiago Farina2016-10-27
* Add a flag to lock down isystem include checks.Gravatar Ulf Adams2016-10-25
* Implement input pruning using .d files in objc behind a flag that defaults toGravatar Cal Peyser2016-09-28
* Rollback of commit 4946ab9d5b5d78862c043e35342107a1b9b2f398.Gravatar Cal Peyser2016-09-23
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-22
* Some updates to C++ to support Clif, an automatic interface generator for C++...Gravatar Googler2016-09-22
* Rollback of commit a85bf4b19c680a6db11f21758847dc88ec0aa658.Gravatar Cal Peyser2016-09-16
* Restore sane behavior after a really bad merge (?) in commit a85bf4b19c680a6d...Gravatar Googler2016-09-12
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-09
* Rollback of commit 4689c5d1d2faf902846b100b8d858d172a0ceb3d.Gravatar Cal Peyser2016-09-06
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-06
* Disable module file pruning for the build of other modules.Gravatar Googler2016-09-06
* Description redacted.Gravatar Cal Peyser2016-09-02
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-02
* Create injectable semantics for include validation, to allow it to be turnedGravatar Cal Peyser2016-09-01
* Remove the dependency from the C++ rules to Apple stuff.Gravatar Ulf Adams2016-08-29
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Move -c and -o options into action_configGravatar Yun Peng2016-06-08
* Move -frandom-seed= into a feature.Gravatar Lukacs Berki2016-05-25
* Move the command line arguments for C++ preprocessor defines to a feature.Gravatar Lukacs Berki2016-05-20
* Rollback of commit 7841a6ab100fc35a67600f1ce1a70d293c51350e.Gravatar Lukacs Berki2016-05-20
* Move the command line arguments for C++ preprocessor defines to a feature.Gravatar Lukacs Berki2016-05-19
* Remove the fields of CppCompileAction relating to "extra system include prefi...Gravatar Lukacs Berki2016-05-04
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-25
* --Gravatar Michael Staib2016-04-21
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-19
* Allow actions to specify if extra actions can attach to them.Gravatar Janak Ramakrishnan2016-04-07
* Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...Gravatar Michael Thvedt2016-02-09
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27