aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Fix a bug that causes unnecessary warning "setting 'linkstatic=1' is recommen...Gravatar Yuannan Cai2016-11-08
* If separate interface and implementation contexts are used, only the interfaceGravatar Googler2016-11-07
* Description redacted.Gravatar Googler2016-11-02
* 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
* Create a separate module for .proto.h files. Together with modules pruning,Gravatar Googler2016-10-27
* Rollback of commit abb0b633339ef76bf19a1e5af8477d42d13151d8.Gravatar Peter Schmitt2016-10-25
* Add a flag to lock down isystem include checks.Gravatar Ulf Adams2016-10-25
* Move -l/-L link opts to FeatureConfigurationGravatar Marcel Hlopko2016-10-24
* Don't mark modules as used if they would only contribute textual_hdrs. There isGravatar Googler2016-10-24
* Short-term solution for discrepency between backends that do input discoveryGravatar Googler2016-10-21
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Add type arguments for JDK7 build.Gravatar Janak Ramakrishnan2016-10-19
* Fix ThinLTO indexing linkstamp handlingGravatar Googler2016-10-19
* Rollback of commit ffdc05d2278d7f9c6e299c923019f689cde5fe76.Gravatar Yun Peng2016-10-19
* Augment the CppLinkInfo extra action proto with the command line of the linker.Gravatar Googler2016-10-17
* Provide a mechanism for objc code built with CppCompileAction to forego dotdGravatar Cal Peyser2016-10-12
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12
* Implement cc_common.link_params_merge function.Gravatar Dmitry Lomov2016-10-07
* Allow rules to consume CcLinkParamsProviders provided by Skylark rules.Gravatar Dmitry Lomov2016-10-07
* Add cc_common.link_params declared provider.Gravatar Dmitry Lomov2016-10-07
* Add action_config and feature for linking on WindowsGravatar Yun Peng2016-10-06
* Make .d file analysis properly mark used module (.pcm) files.Gravatar Googler2016-10-05
* Unconditionally mark transitive modules as inputs.Gravatar Googler2016-10-05
* Remove an unused function.Gravatar Googler2016-10-04
* cc_inc_library deletes its output directory before execution.Gravatar Janak Ramakrishnan2016-10-04
* cxx_flags are not applied to objc compiles.Gravatar Cal Peyser2016-09-30
* Remove the "labels in the configuration must be in the transitive closure of ...Gravatar Lukacs Berki2016-09-28
* Implement input pruning using .d files in objc behind a flag that defaults toGravatar Cal Peyser2016-09-28
* Don't use link action feature configuration in LTO Backend command lineGravatar Googler2016-09-23
* Rollback of commit 4946ab9d5b5d78862c043e35342107a1b9b2f398.Gravatar Cal Peyser2016-09-23
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-22
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Some updates to C++ to support Clif, an automatic interface generator for C++...Gravatar Googler2016-09-22
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Move ThinLTO indexing and backend options to Crosstool feature configurationGravatar Googler2016-09-20
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Description redacted.Gravatar Googler2016-09-19
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Rollback of commit a85bf4b19c680a6db11f21758847dc88ec0aa658.Gravatar Cal Peyser2016-09-16
* Fix a bug that leads to unnecessary compiles of .pic.o files (and possibly)Gravatar Googler2016-09-12
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* 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
* Make cc_toolchain not croak if something that is not a shared library is ment...Gravatar Lukacs Berki2016-09-12
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Add repository parameter to source artifact resolverGravatar Kristina Chodorow2016-09-09
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09