aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScannable.java
Commit message (Expand)AuthorAge
* Use NestedSets to store topLevelModules and discoveredModules. Also improveGravatar Googler2018-08-11
* Only remember discovered modules for modules. For all other compiles, we won'tGravatar Googler2018-08-11
* Delete the now unused ExtractInclusionAction.Gravatar Googler2018-08-07
* Pull out a class to hold the data that is transferred from a compilation actionGravatar Googler2018-07-17
* Simplify (hopefully) usage of modules during input discovery. Goals:Gravatar Googler2018-07-12
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26
* Remove LIPO supportGravatar hlopko2018-06-15
* Add an option --experimental_prune_cpp_input_discovery to stop C++ inputGravatar Googler2018-05-28
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Fix/work around bad interaction between interface deps and LIPO. Previously l...Gravatar Googler2016-06-29
* Dig out the builtin include file from the filegroup of libc_top instead of sp...Gravatar Lukacs Berki2016-04-04
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use Artifacts instead of Paths in the pregrepped files map.Gravatar Janak Ramakrishnan2015-04-14
* Unconditionally include gcc's stdc-predef.h if it is available.Gravatar Janak Ramakrishnan2015-03-31
* Make include scanning faster when a target has many include scannables.Gravatar Manuel Klimek2015-03-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25