aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages/util/MockCcSupport.java
Commit message (Expand)AuthorAge
* Cleanup crosstools from legacyGravatar hlopko2018-07-02
* Remove support for header preprocessingGravatar hlopko2018-06-26
* Remove LIPO supportGravatar hlopko2018-06-15
* Remove supports_lipo field from DefaultCpuToolchainGravatar rosica2018-06-13
* Expose C++ action names to SkylarkGravatar hlopko2018-06-07
* Build support for enabling cross binary FDO optimization.Gravatar Googler2018-06-06
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Refactor artifact_name_pattern in CROSSTOOLGravatar pcloudy2018-05-18
* Support for ThinLTO to be enabled implicitly with FDOGravatar Googler2018-05-17
* Optionally suppress ThinLTO indexing for all linkstatic targetsGravatar Googler2018-04-20
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-22
* Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769.Gravatar hlopko2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* ThinLTO: Add support for merged object files.Gravatar Googler2018-01-23
* Style fix for https://google.github.io/styleguide/javaguide.html#s3.4.2.1-ove...Gravatar Googler2018-01-19
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Implement cc_import ruleGravatar Yun Peng2017-12-07
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Cleanup mock action_configs in MockCcSupportGravatar hlopko2017-08-02
* Implement user experience for LIPO / ThinLTO users.Gravatar klimek2017-08-01
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Assume crosstools that don't have 'no_legacy_features' feature need patchingGravatar hlopko2017-07-06
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Rename ToolchainLookup rule to ToolchainType, to better explain the usage ofGravatar John Cater2017-03-28
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* Rename thinlto_param_file to thinlto_indexing_param_file for indexing actionsGravatar Marcel Hlopko2017-01-26
* Add MockCcSupport for FissionGravatar Googler2017-01-25
* Pass AutoFDO profiles to LTO backend.Gravatar Googler2017-01-18
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-17
* Rollback of commit 1da8ac3a8bb0780251976e0dbcfebd3a7ba6a066.Gravatar Pedro Liberal Fernandez2017-01-12
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-10
* Initial checkin of the toolchain_lookup() rule for expressing explicit depend...Gravatar Lukacs Berki2016-11-22
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12
* Add a regression test for commit 78b9cab45de2a32158cd4306cd40208045cf6f85.Gravatar Googler2016-09-27