aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcToolchainFeatures.java
Commit message (Expand)AuthorAge
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Refactor artifact_name_pattern in CROSSTOOLGravatar pcloudy2018-05-18
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* Move CcToolchainFeatures.FeatureSelection to a separate CcToolchainFeatureSel...Gravatar rosica2018-05-04
* Expose cc_common.get_environment_variables and cc_common.get_command_line to ...Gravatar hlopko2018-04-26
* Replace usage of proto class CToolchain.WithFeatureSet with equivalent WithFe...Gravatar Googler2018-04-25
* Allow feature configuration to be created from skylarkGravatar hlopko2018-04-24
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* Refactor CcToolchainFeatures$Variables to not create a map in the case of a s...Gravatar janakr2018-04-05
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Specialize CCToolchainFeatures flags for single-variable flags.Gravatar tomlu2018-02-14
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* 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