Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace err.h macros with inline functions | Brent Cook | 2016-01-03 | 1 | -8/+54 |
| | | | | Passing NULL for the format is just easier with a function. | ||||
* | correct fallback err.h macro behavior | Brent Cook | 2015-07-22 | 1 | -4/+4 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -0/+33 |
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore. |