aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileAction.java
Commit message (Expand)AuthorAge
* 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
* Compute module file compile command line flags right before executing theGravatar Googler2016-12-02
* Move the useHeaderModules member from CppCompilationContext into theGravatar Googler2016-12-01
* Simplify Crosstool Build Variables contextGravatar Marcel Hlopko2016-11-16
* Remove module file flags from a CppCompileAction's cache key.Gravatar Googler2016-11-15
* Implement action cache resolution for ObjcCompileAction. This allows forGravatar Cal Peyser2016-11-11
* Add experimental flag to stop requiring all transitive modules as inputs.Gravatar Googler2016-10-31
* Don't let input discovery add module files as inputs if we aren't actuallyGravatar Googler2016-10-27
* stop passing BuildConfiguration to CppCompileActionGravatar Thiago Farina2016-10-27
* Add a flag to lock down isystem include checks.Gravatar Ulf Adams2016-10-25
* Short-term solution for discrepency between backends that do input discoveryGravatar Googler2016-10-21
* Provide a mechanism for objc code built with CppCompileAction to forego dotdGravatar Cal Peyser2016-10-12
* Make .d file analysis properly mark used module (.pcm) files.Gravatar Googler2016-10-05
* Unconditionally mark transitive modules as inputs.Gravatar Googler2016-10-05
* cxx_flags are not applied to objc compiles.Gravatar Cal Peyser2016-09-30
* 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 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Rollback of commit a85bf4b19c680a6db11f21758847dc88ec0aa658.Gravatar Cal Peyser2016-09-16
* Do not discover inputs for an action that will not scan includes. This isGravatar Cal Peyser2016-09-12
* 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
* Don't verify include paths automatically. This enables objc to disable inclu...Gravatar Cal Peyser2016-09-07
* 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
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Rephrase tests so that they can be shared between objc_library andGravatar Cal Peyser2016-08-10
* Properly support interaction of pre-grepped source files and LIPO even in theGravatar Googler2016-07-14
* Fix/work around bad interaction between interface deps and LIPO. Previously l...Gravatar Googler2016-06-29
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* CppCompileAction learns its tool from an action_config, if present. OSX cros...Gravatar Cal Peyser2016-06-15
* Rollback of commit 0150e7fa5963fa569d9795c02fd3afe3c52ff30c.Gravatar Yun Peng2016-06-10
* Rollback of commit 828a9e2f167db8c4debca6e00ee37dd030849c2f.Gravatar Yun Peng2016-06-10
* Move -MD and -MF(for dotd file generation) into featureGravatar Yun Peng2016-06-08