aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Super tiny cleanup in CppLinkActionBuilderGravatar Marcel Hlopko2017-03-02
* ios_test provides test-specific command line args when using the crosstool.Gravatar Cal Peyser2017-03-02
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Cleanup migration-only build variablesGravatar Marcel Hlopko2017-02-27
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Add host_cxxopt in parallel to host_copt. Gravatar Marcel Hlopko2017-02-24
* Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac.Gravatar Ulf Adams2017-02-24
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed Abstra...Gravatar Lukacs Berki2017-02-24
* Expose proto_library, java_lite_proto_library, java_proto_library and cc_prot...Gravatar Carmi Grushko2017-02-24
* Better error messaging if apple cc toolchain cannot locate xcodeGravatar Chris Parsons2017-02-24
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-02-24
* Pass in the "coverage enabled" flag on the C++ linkstamp compile command line.Gravatar Lukacs Berki2017-02-24
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Error out when the STL label points to an undefined target when merging STLGravatar Luis Fernando Pino Duque2017-02-22
* Rollback of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3.Gravatar Carmi Grushko2017-02-20
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Rollback of commit 8bae4f4e99594118b7ce651f7779f92e7683cdd0.Gravatar Dmitry Lomov2017-02-17
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Remove DynamicModeFlag and thus fix crash caused by passing --dynamic_mode=au...Gravatar Lukacs Berki2017-02-17
* Stop building mandatory inputs of CppCompileAction twice.Gravatar Rumou Duan2017-02-17
* Remove class member enum CppSource#Type and instead subclass CppSource with d...Gravatar Rumou Duan2017-02-17
* Set lipoScannables to an empty list if lipoScannableMap is empty.Gravatar Rumou Duan2017-02-17
* CppCompileAction must return false from inputsKnown for .d pruningGravatar Ulf Adams2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Don't prefix the -l option with -force_load. It doesn't work and whole archiv...Gravatar Lukacs Berki2017-02-16
* Fix a bug in parsing .afdo.imports files whereupon Blaze would crash if a lin...Gravatar Lukacs Berki2017-02-15
* 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
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* 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
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* experimental_objc_library excludes non-.h headers, as does objc_library.Gravatar Cal Peyser2017-02-09
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Add a boolean flag to a Feature to specify whether it is enabled by default.Gravatar Googler2017-02-08
* Directory headers are filtered out of header inputs to objc compilation.Gravatar Cal Peyser2017-02-08
* Do not store two profile artifacts in FdoSupportProvider.Gravatar Lukacs Berki2017-02-07
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07
* Create FDO stub actions during the analysis of the cc_toolchain rule for the ...Gravatar Lukacs Berki2017-02-06
* Remove unnecessary flag from ProtoCcHeaderProvider.Gravatar Googler2017-02-06
* Remove AbstractAction#getInputFilesForExtraAction().Gravatar Lukacs Berki2017-02-03
* Fixing Blaze crashing when using --experimental_objc_crosstool=all with objc_...Gravatar Rumou Duan2017-02-03
* Make the return type ImmutableListGravatar Ulf Adams2017-02-03
* Rollback of commit e2239cc61ca170ff9a65e1a94c3344d2b272c9e2.Gravatar Lukacs Berki2017-02-02