Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up includes a bit | Chris Robinson | 2019-07-28 | 1 | -0/+1 |
| | | | | | | | Trying out the IWYU tool to only include what's necessary in a given file. Seems to work decently (it'll miss some headers, suggest unnecessary ones, and make nonsense suggestions for some things, but overall gives a good starting point), and helps clean out some headers. | ||||
* | Clarify some comments, fix some definition ordering, and add some includes | Chris Robinson | 2012-06-15 | 1 | -0/+3 |
| | |||||
* | Constify some parameters | Chris Robinson | 2011-09-22 | 1 | -18/+18 |
| | |||||
* | Fix namespacing of EFX filter property values | Chris Robinson | 2011-06-16 | 1 | -21/+21 |
| | |||||
* | Move extension function declarations to alext.h/efx.h | Chris Robinson | 2010-03-23 | 1 | -0/+37 |
| | |||||
* | Convert CR/LF -> LF | Chris Robinson | 2010-03-18 | 1 | -721/+721 |
| | | | | Spotted by Alam Arias | ||||
* | Add EFX types and enums to alext.h | Chris Robinson | 2010-03-09 | 1 | -0/+721 |
The types and enums are in efx.h, which is included by alext.h. It's done this way because EFX has a lot if definitions which would polute alext.h |