aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* 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
* C++: Stops generating DWO files when PER_OBJECT_DEBUG_INFO feature is not ena...Gravatar plf2018-02-02
* Change how the libraries_to_link are expanded for archiverGravatar hlopko2018-02-02
* Add a codec for FeatureConfiguration using AutoCodec. This is necessary forGravatar cpeyser2018-02-01
* Automated rollback of commit aa8ce5653f92473b331e500a3614245dae38dfc4.Gravatar hlopko2018-02-01
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Make CcToolchainProvider structField methods resilient to null fieldsGravatar cparsons2018-01-31
* Move BazelRuleClassProvider.LIPO_DATA_TRANSITION to its own class.Gravatar lpino2018-01-31
* Remove the CppConfiguration field from CppCompileAction. MakingGravatar cpeyser2018-01-30
* Drop CppCompileAction.actionContextGravatar ulfjack2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* C++: Removes last calls to CCLibraryHelper.build().Gravatar plf2018-01-30
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Add a type that explicitly limits the CppSemantics implementations that can beGravatar cpeyser2018-01-26
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* Make experimental_inmemory_dotd_files not fail with local executionGravatar ulfjack2018-01-26
* Add a few options that tweak the host configuration to parallel those that do...Gravatar lberki2018-01-26
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Move .includes files, which are required for include scanning, out of theGravatar cpeyser2018-01-25
* 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 an unused argument.Gravatar lberki2018-01-24
* ThinLTO: Add support for merged object files.Gravatar Googler2018-01-23
* Non functional changes.Gravatar Googler2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Refactor py_wrap_cc to go through CcLibraryHelper.Gravatar plf2018-01-16
* C++: Fixes linkstamp not compiled with PIC.Gravatar plf2018-01-16
* Change the mnemonic of C++ link stamp compile actions so that extra actions c...Gravatar lberki2018-01-16
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12