Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to fix 2038 problem with MSVC | Theo Buehler | 2024-10-06 | 1 | -0/+9 |
| | |||||
* | add clock_gettime for macos 10.11 and earlier | Brent Cook | 2018-03-22 | 1 | -4/+0 |
| | |||||
* | Add CLOCK_MONOTONIC and timersub for the OS that does not have them | kinichiro | 2017-12-25 | 1 | -0/+16 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -0/+16 |
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. |