aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileActionBuilder.java
Commit message (Expand)AuthorAge
* Make per-file-copts part of the user_compile_flagsGravatar hlopko2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Internal changeGravatar kush2017-09-07
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Remove an unused method.Gravatar lberki2017-07-24
* Make sure FeatureConfiguration is always set in C++ action buildersGravatar hlopko2017-07-19
* Report error when action_config for given C++ compile action is not definedGravatar hlopko2017-07-19
* Partial rollback of action_config validation logicGravatar cparsons2017-07-14
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* 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
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Simplify the logic in CppCompileAction#updateActionInputs().Gravatar Lukacs Berki2017-03-14
* Clean up *GccStrategyGravatar Ulf Adams2017-03-10
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Stop building mandatory inputs of CppCompileAction twice.Gravatar Rumou Duan2017-02-17
* Set lipoScannables to an empty list if lipoScannableMap is empty.Gravatar Rumou Duan2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* CrosstoolCompilationSupport can be used for multi-arch binaries by allowing a...Gravatar Cal Peyser2017-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
* 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
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* Make include pruning work in Bazel.Gravatar Lukacs Berki2017-01-25
* Deprecate the flags --experimental_skip_unused_modules andGravatar Googler2017-01-12
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Re-enable modules pruning for fake compile actions. I think our initialGravatar Googler2016-12-01
* Description redacted.Gravatar Googler2016-12-01
* Move the useHeaderModules member from CppCompilationContext into theGravatar Googler2016-12-01
* 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
* Some updates to C++ to support Clif, an automatic interface generator for C++...Gravatar Googler2016-09-22
* 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
* Disable pruning header modules for FakeCppCompileActions. Those currently run aGravatar Googler2016-09-07
* Rollback of commit 4689c5d1d2faf902846b100b8d858d172a0ceb3d.Gravatar Cal Peyser2016-09-06