Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include stdint.h uint*_t | Brent Cook | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | wrap gets on Windows, replacing '\r\n' with '\n' | Brent Cook | 2015-12-05 | 1 | -0/+14 |
| | |||||
* | move sleep shim to posix_win.c | Brent Cook | 2015-07-21 | 1 | -0/+7 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -0/+24 |
| | | | | | | | | 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. | ||||
* | add a missing header and fix typo in windows posix layer | Brent Cook | 2015-06-13 | 1 | -1/+2 |
| | |||||
* | refactor win32 shims into posix_win.c | Brent Cook | 2015-06-05 | 1 | -0/+167 |
this also adds a rename shim that allows overwrites |