compat.h

Branch


Log

Author Commit Date CI Message
Alexander I. Mogilny 6f01253b 2017-01-26T13:30:45 merge with cgminer rev 87e3da18638275d2b5adbd0ccd0a17225793bf8f code refactoring: - Con Colivas notes - whitespace nitts - unused parameters removed - compiler warnings removed
Con Kolivas ec1ac289 2017-01-23T14:07:24 Windows build fixes.
Con Kolivas 564fd36c 2013-04-21T19:10:37 Use cgtime in compat.h
James Z.M. Gao c9ae7150 2013-04-04T22:59:10 Compile CPU mining for win32 and win64
Kano 37f8a1f7 2012-09-21T22:04:39 reduce windows compile warnings
Kano 854a80ff 2012-07-29T23:15:20 api.c poolpriority changes
Luke Dashjr 7418f5e2 2012-07-27T21:15:19 strtok_ts: Thread-safe strtok that work on POSIX or Windows
Luke Dashjr 68111323 2012-07-12T18:01:14 Bugfix: Make our Windows nanosleep/sleep replacements standards-compliant (which fixes nmsleep) and include compat.h for bitforce (for sleep)
Con Kolivas 07c2ee53 2012-02-12T17:00:44 Put win32 equivalents of nanosleep and sleep into compat.h fixing sleep() for adl.c.
Ycros 31d98cf1 2011-07-18T11:37:16 Fix suseconds_t for OSX.
Ycros 8ec2dcc9 2011-07-13T16:49:44 Mingw suseconds_t and sigaction fixes. Added typedef for suseconds_t for systems without this defined. Added signal/sigaction from gnulib because mingw is missing these.
Ycros ec831917 2011-06-25T04:43:37 Build on windows using mingw32.
Jeff Garzik 0a333110 2010-11-26T16:28:12 Build on Windows using mingw32.
Jeff Garzik 352bab21 2010-11-26T15:50:36 Introduce compat.h, for Win32 builds