aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Do not add linking features in CppActionConfigs when crosstool already define...Gravatar hlopko2017-08-21
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Added support for $(LD) for genrule() and ld_executable for SkylarkGravatar John Basila2017-08-18
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Only patch in C++ compile features when they are not already defined in cross...Gravatar hlopko2017-08-10
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Add reexports to cc rules and cc_shared_library and cc_static_library semanticsGravatar elenairina2017-08-10
* Do not add copts feature to crosstools that already define itGravatar hlopko2017-08-09
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Rename some variables for easier understanding of the code.Gravatar elenairina2017-08-09
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Only add coverage flags when gcno file is expectedGravatar hlopko2017-08-08
* Do not expand inputs in CppLinkAction.execute().Gravatar Benjamin Peterson2017-08-07
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Make sure copts is the last feature in osx crosstoolsGravatar hlopko2017-08-04
* Add no_stripping feature to MSVC CROSSTOOLGravatar Yun Peng2017-08-04
* Use @CompileTimeConstant on SpawnAction.Builder#setProgressMessage.Gravatar tomlu2017-08-04
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* CppLinkAction decides execution platform based on action_configs.Gravatar cpeyser2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Format CppActionConfigsGravatar hlopko2017-08-02
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Only request per_object_debug_info when fission is enabled.Gravatar klimek2017-08-01
* Implement user experience for LIPO / ThinLTO users.Gravatar klimek2017-08-01
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-31
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Remove unused module-related optionsGravatar hlopko2017-07-28
* Remove unused send_transitive_header_module_srcs optionGravatar hlopko2017-07-27
* Add .ipp extension as a C++ header typeGravatar hlopko2017-07-27
* Pass "profile_path" flag to protoc if necessary.Gravatar Googler2017-07-26
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* Automated rollback of commit 4dfb271df9dcdf01413a216ad046d955669160b7.Gravatar schmitt2017-07-26
* Close the ZipFileSystem and the underlying ZipFile appropriately after we fin...Gravatar lberki2017-07-26
* Let nocopts also filter coptsGravatar hlopko2017-07-24
* Do not disable dynamic_mode for ThinLTO when invoked via LIPO options.Gravatar Googler2017-07-24
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-24
* Remove an unused method.Gravatar lberki2017-07-24
* Move all crosstool patches to CppActionConfigsGravatar hlopko2017-07-24
* Make sure FeatureConfiguration is always set in C++ action buildersGravatar hlopko2017-07-19
* Make the ClifMatchRule produce .d files.Gravatar Googler2017-07-19
* Report error when action_config for given C++ compile action is not definedGravatar hlopko2017-07-19
* Add an option to remove the toolchain identifier from the name of the output ...Gravatar lberki2017-07-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Cleanup in Android/C++/Java providers documentationGravatar laurentlb2017-07-18
* Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, inGravatar cpeyser2017-07-17