aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/proto
Commit message (Expand)AuthorAge
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Make JavaCompileAction and friends emit new-style arguments.Gravatar tomlu2018-03-01
* @AutoCodec ProtoCcHeaderProvider and GenRuleSourcesProvider.Gravatar janakr2018-02-26
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* C++: Removes CppModel classGravatar plf2018-02-15
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* Tag a few aspect classes with @AutoCodec and make CcProtoAspect abstract, sin...Gravatar janakr2018-02-05
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* 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
* Automated rollback of commit c166cd99ce9f72eed522e78d63c93ff410b6dc18.Gravatar plf2018-01-11
* Automated rollback of commit 67330ad52391ad6562d439f77cc5133a0ea4247d.Gravatar plf2018-01-10
* C++ refactoring: Separate compilation and linking calls to CcLibraryHelperGravatar plf2018-01-08
* Remove FeatureSpecification, use plain sets insteadGravatar hlopko2017-12-19
* Remove source category from CcCommon.configureFeaturesGravatar hlopko2017-12-19
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* CcProtoLibrary: Don't add dynamic librarys to filesToBuild on WindowsGravatar Yun Peng2017-11-20
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Remove LipoTransition (and replace remaining LIPO_COLLECTOR references).Gravatar gregce2017-09-18
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* A flag to control the outputs that cc_proto_library expects from proto-compiler.Gravatar Carmi Grushko2017-03-28
* Expose proto_library, java_lite_proto_library, java_proto_library and cc_prot...Gravatar Carmi Grushko2017-02-24
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Remove unnecessary flag from ProtoCcHeaderProvider.Gravatar Googler2017-02-06
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* cc_proto_library can build proto_library's from remote repos.Gravatar Carmi Grushko2016-12-22
* Propagate all providers from CcLibraryHelper into cc_proto_library.Gravatar Carmi Grushko2016-12-13
* When a strict proto dep violation occurs, tell the user what they should fix.Gravatar Carmi Grushko2016-12-05
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01