aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCompilationContext.java
Commit message (Expand)AuthorAge
* Pull out a class to hold the data that is transferred from a compilation actionGravatar Googler2018-07-17
* C++: New functionality exposed to Skylark for external libs.Gravatar plf2018-07-16
* Simplify (hopefully) usage of modules during input discovery. Goals:Gravatar Googler2018-07-12
* Track additionallyPrunableIncludes separately from declaredIncludeSrcs (don'tGravatar Googler2018-07-10
* Restructure the NestedSet usage in CcCompilationContext. Goals:Gravatar Googler2018-07-10
* Delete some more LIPO crumbs.Gravatar Benjamin Peterson2018-06-28
* C++: Makes Skylark CcCompilationInfo accept headersGravatar plf2018-06-27
* Remove LIPO supportGravatar hlopko2018-06-15
* Remove CcCompilationContext.TransitiveModuleHeaders#getTransitiveModules. Thi...Gravatar cpeyser2018-06-15
* Add an option --experimental_prune_cpp_input_discovery to stop C++ inputGravatar Googler2018-05-28
* Migrate several compilation-related cpp definitions to skylarkbuildapiGravatar cparsons2018-05-15
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14