aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcToolchainFeatures.java
Commit message (Expand)AuthorAge
* 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
* Cleanup migration-only build variablesGravatar Marcel Hlopko2017-02-27
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* 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
* Refactor CcToolchainFeatures.Variables.lookupVariable to produce less garbageGravatar Marcel Hlopko2017-01-10
* 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
* Cleanup initialization of expandIfTrue/False in CcToolchainFeatures.FlagGroup...Gravatar Marcel Hlopko2017-01-03
* Fix wrong LibraryToLinkValue lib_group_presence computationGravatar Marcel Hlopko2016-12-16
* Simplify propagation of linker params by replacing global_whole_archive withGravatar Marcel Hlopko2016-12-09
* Rollback of commit a5312cdfe3dee6d34a32592c00d80e8142f89615.Gravatar Cal Peyser2016-12-07
* Introduce FlagGroup.expandIfTrue, expandIfFalseGravatar Marcel Hlopko2016-12-02
* Do not flatten nested sets in Variables.Builder.addStringSequenceVariableGravatar Marcel Hlopko2016-11-25
* Change handling of LD_LIBRARY_PATH in link actions: instead of passing the di...Gravatar Lukacs T. Berki2016-11-24
* Improve memory footprint of CcToolchainFeatures.Variables.Gravatar Marcel Hlopko2016-11-24
* Better error message for experimental_objc_library targets built with aGravatar Cal Peyser2016-11-21
* 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
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-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
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12
* Fix typoGravatar Marcel Hlopko2016-09-06
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Avoid hard-coded extensions for compilation outputs.Gravatar Lukacs Berki2016-08-05
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* Linker outputs can optionally be configured from the CROSSTOOL. Introduces i...Gravatar Cal Peyser2016-07-27
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-27
* Rollback of commit b669406789dd452161875d407d0ce6a3502de5f6.Gravatar Damien Martin-Guillerez2016-07-25
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-25
* Allow flags to be applied to an action using an action_config. A flag set onGravatar Cal Peyser2016-06-07
* Add framework support to ExperimentalObjcLibrary.Gravatar Cal Peyser2016-05-23
* Action configs are activated like features (instead of being activated by def...Gravatar Cal Peyser2016-05-11
* Implements pch in experimental_objc_library as a feature. Provides a mechani...Gravatar Cal Peyser2016-04-25
* 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
* Add the option to have non-interface dependencies. This can greatly speed upGravatar Googler2016-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
* Introduces apple_cc_toolchain.Gravatar Cal Peyser2016-03-17
* Extend crosstool configuration to allow features to specify (expandable) envi...Gravatar Chris Parsons2016-01-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Feature configuration: add a field required_variables on flag_sets.Gravatar Manuel Klimek2015-08-06