aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcSkylarkApiProvider.java
Commit message (Expand)AuthorAge
* @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