aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppActionConfigs.java
Commit message (Expand)AuthorAge
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Change how the libraries_to_link are expanded for archiverGravatar hlopko2018-02-02
* Automated rollback of commit aa8ce5653f92473b331e500a3614245dae38dfc4.Gravatar hlopko2018-02-01
* Static libraries are not a valid input to arGravatar Googler2018-01-25
* RELNOTES: Fix how libraries to link is specified to archiver actions.Gravatar Googler2018-01-24
* Remove `-R` flags from the MacOS crosstool template.Gravatar John Millikin2017-12-04
* Remove bazel's --experimental_skip_static_outputs option.Gravatar Googler2017-11-10
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* 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
* Do not add linking features in CppActionConfigs when crosstool already define...Gravatar hlopko2017-08-21
* Only patch in C++ compile features when they are not already defined in cross...Gravatar hlopko2017-08-10
* Do not add copts feature to crosstools that already define itGravatar hlopko2017-08-09
* Only add coverage flags when gcno file is expectedGravatar hlopko2017-08-08
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Format CppActionConfigsGravatar hlopko2017-08-02
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Move all crosstool patches to CppActionConfigsGravatar hlopko2017-07-24
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Do not use link_dynamic_library.sh when toolchain doesn't support interface l...Gravatar hlopko2017-06-26
* Use tool from action_config for link-executable and link-dynamic-lib actionsGravatar hlopko2017-06-21
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Reformat Bazel crosstools to have consistent 2 spaces indentGravatar hlopko2017-04-28
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* Automated g4 rollback of commit e1d692e486a2f838c3c894fd9de693fabd6685ed.Gravatar schmitt2017-04-18
* Automated g4 rollback of commit e7c730ba64d1c34ac7049f4165a33dc1329d0019.Gravatar jfield2017-04-18
* Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055.Gravatar jfield2017-04-18
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* Extract --sysroot flag from bazel and move it into crosstoolGravatar hlopko2017-04-12
* Automated g4 rollback of commit 05300b5945286f6063afbf1d16c9c8e5621c4828.Gravatar jmmv2017-03-31
* Extract --sysroot flag from blaze and move it into crosstoolGravatar hlopko2017-03-31
* Init absent action configs for CppCompile actionsGravatar hlopko2017-03-29