aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileAction.java
Commit message (Expand)AuthorAge
* Add CppCompileAction's environment variables to its computeKey methodGravatar Chris Parsons2016-02-01
* Redesign xcode_config rule to be evaluated at the level of configuration inst...Gravatar Chris Parsons2016-02-01
* Don't display irrelevant line in --verbose_explanations of cc compile.Gravatar Googler2016-01-28
* Stop inserting local shell environment into CppCompileAction.Gravatar Han-Wen Nienhuys2016-01-26
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Extend crosstool configuration to allow features to specify (expandable) envi...Gravatar Chris Parsons2016-01-07
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Propagate apple platform environment variables for CppCompileActionGravatar Chris Parsons2015-11-19
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27
* Disable include scanning for assembler-without-preprocessor source.Gravatar Googler2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-16
* Rollback of commit a708acd02baf3821c975801ae0e5cad6867a6735.Gravatar Mark Schaller2015-09-08
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-04
* Patch the PATH for linker on Windows, in the same way as for compiler.Gravatar Dmitry Lomov2015-08-12
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Remove a misleading comment in CppCompileAction (the class is not actually ov...Gravatar Philipp Wollermann2015-07-27
* Fix order of C++ compiler flags:Gravatar Manuel Klimek2015-07-03
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Allow absolute system includes if they're builtins.Gravatar Peter Schmitt2015-06-05
* Make sure that all system includes that are specified in the CROSSTOOL file a...Gravatar Janak Ramakrishnan2015-06-03
* Switch to a CROSSTOOL feature for include flags.Gravatar Brian Silverman2015-05-18
* Fix multiple issues with extra actions and input-discovering actions:Gravatar Janak Ramakrishnan2015-04-28
* Use Artifacts instead of Paths in the pregrepped files map.Gravatar Janak Ramakrishnan2015-04-14
* Use injected action context when include scanning, not hard-coded CppCompilat...Gravatar Janak Ramakrishnan2015-04-09
* Clean up some FakeCppCompileAction code. In particular FakeCppCompileAction w...Gravatar Janak Ramakrishnan2015-04-09
* Unconditionally include gcc's stdc-predef.h if it is available.Gravatar Janak Ramakrishnan2015-03-31
* Rolling forward rolled back change that did declared dependencies on discover...Gravatar Janak Ramakrishnan2015-03-23
* Make rules referencing paths outside of the execution root an error.Gravatar Manuel Klimek2015-03-23
* Delay updating inputs of an action when processing the action cache until it ...Gravatar Janak Ramakrishnan2015-03-20
* Make include scanning faster when a target has many include scannables.Gravatar Manuel Klimek2015-03-20
* Automated [] rollback of [].Gravatar Ulf Adams2015-03-16
* Declare dependencies on discovered inputs before execution instead of after.Gravatar Janak Ramakrishnan2015-03-13
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Correctly add .pcm files to the command line of parsed headers when theirGravatar Manuel Klimek2015-02-19
* Port all module map and header parsing related flags to the new crosstoolGravatar Manuel Klimek2015-02-19
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* Description redacted.Gravatar Manuel Klimek2015-02-10
* Allow empty lists for variables of sequence type in the crosstoolGravatar Manuel Klimek2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25