aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScanner.java
Commit message (Expand)AuthorAge
* 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