aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcToolchainFeatures.java
Commit message (Expand)AuthorAge
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* Add a codec for FeatureConfiguration using AutoCodec. This is necessary forGravatar cpeyser2018-02-01
* RELNOTES: Allow expanding TreeArtifacts for libraries_to_linkGravatar Googler2018-01-12
* Remove FeatureSpecification, use plain sets insteadGravatar hlopko2017-12-19
* Allow not recognized Artifact category to be handled in Analysis phaseGravatar Googler2017-12-13
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Allow conditioning flags on the _absence_ of a feature.Gravatar Googler2017-11-21
* Allow an action_config to be activated by default.Gravatar cpeyser2017-11-13
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Remove duplicated error handling in build variablesGravatar hlopko2017-09-14
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Internal changeGravatar kush2017-09-07
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Make sure copts is the last feature in osx crosstoolsGravatar hlopko2017-08-04
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Add link options from feature config to the Go link lineGravatar Googler2017-07-14
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Introduce is_cc_test build variable so we can migrate away from is_not_cc_tes...Gravatar hlopko2017-06-20
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* 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
* 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