aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCompilationContext.java
Commit message (Expand)AuthorAge
* ActionAnalysisMetadata exposes whether loose headers are present. TransitiveV...Gravatar shahan2018-08-12
* Remove the functionality to do ahead-of-time #include extraction as a separateGravatar Googler2018-08-06
* Remove "warn" setting for hdrs_check. This has not proven useful.Gravatar Googler2018-07-23
* 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