aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Internal changeGravatar kush2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Bazel c++ rules depend on a c++ toolchain.Gravatar cpeyser2017-09-01
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Fix .dwo Artifact construction with ThinLTO+Fission for nativedepsGravatar Googler2017-08-30
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Narrow the LinkCommandLine API.Gravatar Googler2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Ensure ThinLTO backend actions always generate debug info when fission enabledGravatar Googler2017-08-29
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-29
* Add a --output_directory_suffix command line option to facilitate the removal...Gravatar lberki2017-08-28
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-24
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-24
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Simplify RunfilesSupport interface by having it call RuleContext.shouldCreate...Gravatar Googler2017-08-21
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* 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