aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/cpp
Commit message (Expand)AuthorAge
* Expose methods returning bare C++ options in SkylarkGravatar hlopko2018-08-08
* C++: Removes CcLinkParamsStore from Skylark APIGravatar plf2018-08-07
* C++: Implements Skylark cc_common.compile()/link().Gravatar plf2018-07-19
* Expose AndroidCcLinkParamsProvider to Skylark as AndroidCcLinkParamsInfo.Gravatar Googler2018-07-17
* Add flags for disabling legacy crosstool fieldsGravatar hlopko2018-07-17
* C++: New functionality exposed to Skylark for external libs.Gravatar plf2018-07-16
* Test suite to verify contracts of @SkylarkCallable and @SkylarkModule which a...Gravatar cparsons2018-07-13
* C++: Exposes new parameters of C++ Skylark API.Gravatar plf2018-07-10
* Fix CcCompilationInfo to appropriately subclass Struct, and improve upon erro...Gravatar cparsons2018-07-09
* C++: Exposes C++ Skylark providers to BazelGravatar plf2018-07-02
* Add a flag to disable the parts of the Skylark API of the C++ configuration t...Gravatar lberki2018-07-02
* Expose Skylark API to the C++ toolchainGravatar hlopko2018-06-28
* Explicitly specify @SkylarkCallable parameters for cpp skylark modules.Gravatar cparsons2018-06-25
* C++: Remove CcLinkParamsStore parameter from CcLinkingInfo.Gravatar plf2018-06-25
* C++: Re-writes cc_import in Skylark.Gravatar plf2018-06-20
* Expose new methods in CcToolchainProvider to eventually replace skylark calla...Gravatar juliexxia2018-06-14
* Return Strings from C++ Skylark APIs, not PathFragmentsGravatar hlopko2018-06-13
* C++: Continues renaming executionDynamicLibraries to dynamicLibrariesForRuntime.Gravatar plf2018-06-13
* Add skylarkbuildapi bootstraps for apple, cpp, platform, and testing packagesGravatar cparsons2018-06-12
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* C++: Makes JavaWrapCc use CcLinkingHelperGravatar plf2018-06-04
* C++: Hide compilation context from SkylarkGravatar plf2018-05-30
* Add compilerFlagForMigrationDoNotUse field to cc_commonGravatar rosica2018-05-29
* Migrate cpp rules skylark objects to skylarkbuildapiGravatar cparsons2018-05-25
* C++: Expose additional methods for CcCompilationInfo and CcLinkingInfoGravatar plf2018-05-23
* C++: Add more parameters to Skylark API needed for match_clifGravatar plf2018-05-18
* Migrate several compilation-related cpp definitions to skylarkbuildapiGravatar cparsons2018-05-15
* Start migration of cpp build API classes to skylarkbuildapiGravatar cparsons2018-05-07