Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct fallback err.h macro behavior | Brent Cook | 2015-07-22 | 1 | -4/+4 |
| | |||||
* | move sleep shim to posix_win.c | Brent Cook | 2015-07-21 | 1 | -5/+1 |
| | |||||
* | tighten up compat include paths, fix glibc compatibility | Brent Cook | 2015-07-21 | 4 | -16/+10 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 26 | -0/+1495 |
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. |