aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
...
* 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
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-09
* Make FdoSkyException static.Gravatar Lukacs Berki2016-09-09
* Correct documentation for CcLibraryHelper#addIncludeDirs.Gravatar Cal Peyser2016-09-08
* Disable pruning header modules for FakeCppCompileActions. Those currently run aGravatar Googler2016-09-07
* Remove support for filegroup-based C++ toolchains:Gravatar Lukacs Berki2016-09-07
* Don't verify include paths automatically. This enables objc to disable inclu...Gravatar Cal Peyser2016-09-07
* Fix typoGravatar Marcel Hlopko2016-09-06
* 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
* Adds support for experimental_objc_library.includesGravatar 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 "cc_*.includes attribute must refer to the third_party directory" ...Gravatar Lukacs Berki2016-08-31
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31