aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppActionConfigs.java
Commit message (Expand)AuthorAge
* Remove is_cc_test_link_action and is_not_cc_test_link_action build variablesGravatar hlopko2018-08-07
* Polish archiver_flags feature to behave better with the toolchain apiGravatar hlopko2018-08-03
* Only expand dynamic_library_linker_tool feature when generate_interface_libra...Gravatar hlopko2018-07-23
* Remove support for header preprocessingGravatar hlopko2018-06-26
* Remove LIPO supportGravatar hlopko2018-06-15
* Build support for enabling cross binary FDO optimization.Gravatar Googler2018-06-06
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-22
* Partial rollback of commit 2661abb96b1fe51fb726a63eb08698564a82eb20.Gravatar hlopko2018-05-18
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Build support for passing a software cache prefetching hints file.Gravatar Googler2018-05-16
* Replace use of output_object_file with output_file in CROSSTOOLS.Gravatar hlopko2018-05-16
* Expose cc_common.create_compile_build_variablesGravatar hlopko2018-05-16
* Automated rollback of commit c4fc6201fdfa71993e2e9e295a946150e6990c75.Gravatar mstaib2018-05-14
* Expose cc_common.create_compile_build_variablesGravatar hlopko2018-05-14
* Change -lgcov with --coverageGravatar Irina Iancu2018-05-02
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-12
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Add experimental_drop_fully_static_linking_modeGravatar hlopko2018-03-05
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Put @loader_path, not $ORIGIN into rpath flags on macGravatar hlopko2018-02-23
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* 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