aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CcToolchainFeaturesTest.java
Commit message (Expand)AuthorAge
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Migrate tests to Truth.Gravatar lberki2017-05-29
* Implement 'provides' for crosstool.Gravatar cpeyser2017-05-15
* Do not wrap dynamic libraries with --whole-archive blockGravatar hlopko2017-04-10
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* FlagSet.with_feature can be used to condition the application of the FlagSet ...Gravatar Cal Peyser2017-03-24
* Add a boolean flag to a Feature to specify whether it is enabled by default.Gravatar Googler2017-02-08
* Expose type of library_to_link in CROSSTOOLGravatar Marcel Hlopko2017-01-23
* Introduce expand_if_none_available to crosstoolGravatar Marcel Hlopko2017-01-10
* 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
* Introduce FlagGroup.expandIfTrue, expandIfFalseGravatar Marcel Hlopko2016-12-02
* Introduce support for 'expand_if_all_available' for flag_groups in CROSSTOOLGravatar Marcel Hlopko2016-11-17
* Simplify Crosstool Build Variables contextGravatar Marcel Hlopko2016-11-16
* Introduce structured build variables in CrosstoolGravatar Marcel Hlopko2016-11-11
* Introduce explicit iterate_over field for flag_group in CrosstoolGravatar Marcel Hlopko2016-11-08
* Allow flags to be applied to an action using an action_config. A flag set onGravatar Cal Peyser2016-06-07
* The link command line API can consume a feature configuration to configure fl...Gravatar Cal Peyser2016-05-19
* Action configs are activated like features (instead of being activated by def...Gravatar Cal Peyser2016-05-11
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-25
* --Gravatar Michael Staib2016-04-21
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-19
* Introduces action_config. Does this by:Gravatar Cal Peyser2016-04-05
* Reduce memory use of feature values by introducing a ValueSequence class that...Gravatar Manuel Klimek2016-03-24
* Extend crosstool configuration to allow features to specify (expandable) envi...Gravatar Chris Parsons2016-01-07
* Open-source some tests for cpp rules.Gravatar Dmitry Lomov2015-11-30