Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-15 | Do some IWYU cleanups. | Lei Zhang | |
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1176333002. | |||
2015-05-28 | Fix ALL the include guards. | Tom Sepez | |
Get rid of leading _CAPITAL identifiers. A large number of these didn't actually match the filename. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1160443004 | |||
2015-05-27 | Remove rendundant ../include from paths of files in include/ directory | Tom Sepez | |
Tiny bit of tidying I noticed while trying to figure out include rules. In other words, cd core/include git grep 'include.*include' git grep 'include.*src' Should produce no output, and cd fpdfsdk/include git grep 'include.*include' | grep -v ../core/include git grep 'include.*src' Should produce no output as well. Fix some IWYU, header guards, include ordering, whitespace along the way. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1162453003 | |||
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek | |
2014-05-17 | Initial commit. | John Abd-El-Malek | |