|
7af3ba34
|
2019-01-06T13:20:29
|
|
add configure-time check for timespecsub
|
|
4f1c9507
|
2018-11-16T05:05:15
|
|
hide clock_gettime definition on WIN32
|
|
31c98c29
|
2018-03-23T15:35:58
|
|
always allow upstream time.h to be visible
|
|
6b513a1c
|
2018-03-23T13:45:05
|
|
add proper guard and typedef
|
|
4b2a8cd1
|
2018-03-23T11:10:16
|
|
adjust definition of compat clock_gettime
|
|
7ffaf004
|
2018-03-22T21:11:46
|
|
hide clock_gettime on win32
|
|
987aa6a0
|
2018-03-22T20:50:24
|
|
add clock_gettime for macos 10.11 and earlier
|
|
7b6953e9
|
2017-12-12T03:31:35
|
|
add timerspecsub
|
|
0197a589
|
2015-10-18T09:28:10
|
|
Windows compatibility fixes
VS2013 has trouble with relative include paths for apps/openssl, so move
certhash_win/apps_win.c back to apps/openssl.
gmtime_r on mingw64 fails with negative time_t, override
gmtime_s fails all of the time unit tests, override
SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
|
|
a45e38e9
|
2015-10-17T22:57:59
|
|
disable some tests with 32-bit time_t systems
Also disable use of _mkgmtime, it does not produce correct results.
|
|
4298ac93
|
2015-10-14T23:53:52
|
|
include timegm fallback
|
|
a615d3c6
|
2015-10-07T06:23:38
|
|
rename _mkgmtime as timegm on win32
|
|
5f4e95e7
|
2015-09-08T15:00:09
|
|
updates for MSVC 2015's degenerate headers
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.
|
|
cbdc8ca8
|
2015-07-21T12:04:07
|
|
tighten up compat include paths, fix glibc compatibility
|
|
5d8a1cf7
|
2014-07-10T22:06:10
|
|
add initial CMake and Visual Studio build support
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.
|