aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScanner.java
Commit message (Expand)AuthorAge
* Require the ActionExecutionMetadata to be passed to IncludeScannerGravatar ulfjack2018-07-19
* Pull out a class to hold the data that is transferred from a compilation actionGravatar Googler2018-07-17
* Remove LIPO supportGravatar hlopko2018-06-15
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Add an option --experimental_prune_cpp_input_discovery to stop C++ inputGravatar Googler2018-05-28
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Fix include scanner's absolute path handling.Gravatar tomlu2017-12-27
* 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
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Add some utilities and relax some visibility restrictions to make alternative...Gravatar Janak Ramakrishnan2015-06-19
* Deduplicate include directories when include scanning.Gravatar Janak Ramakrishnan2015-06-05
* Change the contract of IncludeScanner#process to include the original sources...Gravatar Janak Ramakrishnan2015-06-01
* Pass PathFragments (relative to the exec root) instead of Paths to the includ...Gravatar Janak Ramakrishnan2015-05-15
* 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
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25