Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-06 | Fix IWYU in fxcrt headers. | Tom Sepez | |
Confirmed manually that: g++ --std=c++0x -o /dev/null -I. ... -c fx_xxxxx.h is now error-free for the files in this directory. Also kill some ifndef's around inclusion since we know this doesn't provide benefit with modern compilers. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1064433005 | |||
2015-01-09 | Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez | |
This is done by explicitly adding a virtual dtor to interface classes, since the cost is small given that there are already virtual functions. The exceptions are for classes that have a Release() or Delete() method, in which case it is non-virtual and protected to indicate that the virtual class is never the deletion point. BUG= R=brucedawson@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/810883005 | |||
2014-05-17 | Initial commit. | John Abd-El-Malek | |