Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixup windows and older linux builds | Brent Cook | 2015-09-13 | 1 | -0/+10 | |
| | ||||||
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 3 | -10/+91 | |
| | ||||||
* | remove support for old MSVC versions, KNF | Brent Cook | 2015-09-09 | 1 | -551/+405 | |
| | ||||||
* | updates for MSVC 2015's degenerate headers | Brent Cook | 2015-09-09 | 7 | -3/+38 | |
| | | | | | | Note that 'perror' moves from stdio.h to stdlib.h, and 'rename' moves from stdio.h to io.h. Also, standard C includes move from the compiler to the Windows SDK, which changes the base path for the include files. | |||||
* | 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. |