aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
...
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* Recompile linkstamps whenever any input of the owning action changes.Gravatar hlopko2018-02-22
* Do not unconditionally add gcc3 as a system include directory for stlGravatar hlopko2018-02-22
* Update javadoc for some headers and include dirs methods.Gravatar Benjamin Peterson2018-02-22
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Don't register linkstamp compile actions when we're doing thinlto indexing stepGravatar hlopko2018-02-21
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* @AutoCodec some c++ linking data structures.Gravatar cpeyser2018-02-20
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo.Gravatar mjhalupka2018-02-16
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* Tag for classes with @AutoCodec.Gravatar mjhalupka2018-02-15
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Add AutoCodec for a bunch of cc library providers.Gravatar mjhalupka2018-02-15
* C++: Removes CppModel classGravatar plf2018-02-15
* Pull out useful parts of discoverInputs into findAdditionalInputs so that it ...Gravatar Googler2018-02-14
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* @AutoCodec for CcLinkParamsInfo.Gravatar cpeyser2018-02-14
* Specialize CCToolchainFeatures flags for single-variable flags.Gravatar tomlu2018-02-14
* Set extra action tool path to the value that crosstool will actually use base...Gravatar Googler2018-02-13
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* Blaze: let a LinkerInput declare that it needs debug info in the executableGravatar Googler2018-02-12
* Ensure that RuleContext is not referenced after analysis by objc_library.Gravatar cparsons2018-02-12
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* C++: Remove last instatiation of CppModel outside CcLibraryHelper.Gravatar plf2018-02-12
* Automated rollback of commit 873f343fefbb08048e7e75c482843b9e68954de6.Gravatar jingwen2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Add a CODEC for LibraryToLink, which is required to serialize CppLinkAction.Gravatar cpeyser2018-02-08
* Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency.Gravatar jcater2018-02-08
* Suppress ThinLTO indexing for testonly targetsGravatar Googler2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Split CppIncludeScanningContext out of CppCompileActionContextGravatar ulfjack2018-02-08
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Generate a CODEC for CppCompilationContext using AutoCodec. This is required...Gravatar cpeyser2018-02-06
* RELNOTES: Fix FDO_STAMP_MACRO to only be set when fdoBuildStamp is not null.Gravatar Googler2018-02-06
* Fix CrosstoolConfigurationLoader to not assume the presense of a BUILDGravatar John Cater2018-02-06
* C++: Remove last instatiation of CppModel outside CcLibraryHelper.Gravatar plf2018-02-06
* Tag a few aspect classes with @AutoCodec and make CcProtoAspect abstract, sin...Gravatar janakr2018-02-05
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Automated rollback of commit 17830c25a816d67ba79e783acaa6a085b516bd43.Gravatar jmmv2018-02-05
* C++: Remove last instatiation of CppModel outside CcLibraryHelper.Gravatar plf2018-02-05
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02