aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcSkylarkApiProvider.java
Commit message (Expand)AuthorAge
* Migrate cpp rules skylark objects to skylarkbuildapiGravatar cparsons2018-05-25
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Cleanup in Android/C++/Java providers documentationGravatar laurentlb2017-07-18
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Export cc build information in an aspect for IDE support.Gravatar Googler2016-03-21
* Expose more documentation to Skylark.Gravatar Dmitry Lomov2016-03-14
* cc_inc_library: Add CcSkylarkApiProvider infoGravatar Googler2016-01-13
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add skylark methods to return the flags and includes needed to compile a target.Gravatar Googler2015-06-15
* Add link_flags and libs methods to the C++ Skylark APIGravatar Cody Schroeder2015-06-12
* Create a Skylark API for C++ rules.Gravatar Laurent Le Brun2015-05-29