aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* CrosstoolCompilationSupport does not include .pch files in its module map.Gravatar Cal Peyser2017-02-01
* 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
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Unify CppCompileActionContext#{getScannedIncludeFiles,findAdditionalInputs}.Gravatar Lukacs Berki2017-01-27
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* Module maps arising from an experimental_objc_library are not automaticallyGravatar Cal Peyser2017-01-26
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-01-26
* Rename thinlto_param_file to thinlto_indexing_param_file for indexing actionsGravatar Marcel Hlopko2017-01-26
* Make include pruning work in Bazel.Gravatar Lukacs Berki2017-01-25
* Cleanup CppLinkActionBuilderGravatar Marcel Hlopko2017-01-24
* experimental_objc_library excludes private headers from module maps. ThisGravatar Cal Peyser2017-01-24
* Expose type of library_to_link in CROSSTOOLGravatar Marcel Hlopko2017-01-23
* Fix JDK7 compatibility.Gravatar Chris Parsons2017-01-23
* Description redacted.Gravatar Googler2017-01-23
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Remove check that deps of cc target share its configuration.Gravatar Cal Peyser2017-01-20
* Change SpawnAction members back to privateGravatar Googler2017-01-20
* Description redacted.Gravatar Googler2017-01-20
* --cpu no longer reads its value from the CROSSTOOL.Gravatar Greg Estren2017-01-18
* Pass AutoFDO profiles to LTO backend.Gravatar Googler2017-01-18
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-17
* Remove separation of interface and implementation dependencies again. TheGravatar Googler2017-01-16
* Remove TRANSITIVE_MODULE_MAPS feature logic. This was only meant to be used forGravatar Googler2017-01-16
* All headers in modules arising from an experimental_objc_library are compiledGravatar Cal Peyser2017-01-13
* 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
* Rollback of commit 1da8ac3a8bb0780251976e0dbcfebd3a7ba6a066.Gravatar Pedro Liberal Fernandez2017-01-12
* Fix bug in --experimental_link_dynamic_binaries_separately.Gravatar Googler2017-01-11
* Add new flag to specify if output_licenses attribute should be checked for li...Gravatar Irina Iancu2017-01-10
* Refactor CcToolchainFeatures.Variables.lookupVariable to produce less garbageGravatar Marcel Hlopko2017-01-10
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-10
* Introduce expand_if_none_available to crosstoolGravatar Marcel Hlopko2017-01-10
* Move ExecutionInfoSpecifier to lib.actionsGravatar Ulf Adams2017-01-09
* Use ExecutionRequirements.REQUIRES_DARWIN instead of hard-coding the stringGravatar Ulf Adams2017-01-09
* Introduce is_cc_test_link_action build variableGravatar Marcel Hlopko2017-01-05
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Do not expand flag_groups guarded by expand_if_true/false if variable is missingGravatar Marcel Hlopko2017-01-03
* Add expand_if_equal crosstool.proto messageGravatar Marcel Hlopko2017-01-03
* Cleanup initialization of expandIfTrue/False in CcToolchainFeatures.FlagGroup...Gravatar Marcel Hlopko2017-01-03
* Rename toolchain_flags to legacy_link_flags build variableGravatar Marcel Hlopko2016-12-22
* Move hardcoded toolchain linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Move hardcoded -L linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* cc_proto_library can build proto_library's from remote repos.Gravatar Carmi Grushko2016-12-22
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Fix bug introduced when pulling out test sources into their own library forGravatar Googler2016-12-19
* Rollback of commit 52b34308428cfd117470c966d8df329f686fb9ed.Gravatar Marcel Hlopko2016-12-16
* Fix wrong LibraryToLinkValue lib_group_presence computationGravatar Marcel Hlopko2016-12-16
* Add option to dynamically link in the compilation output of cc_test andGravatar Googler2016-12-16
* Rollback of commit 2d87bf1937c81ef84358fd5f6a372875f6c6fabf.Gravatar Marcel Hlopko2016-12-16