troky
1965131784
Moved strsep() implementation from winbuild.h to compat.h
2014-06-21 10:33:06 +02:00
Yann St. Arnaud
83b2ac9ec7
Compatibility update for MSVS
...
Added an implementation of strsep() that should work with MSVS.
Hopefully resolves issue #278
2014-06-20 17:23:26 -04:00
Noel Maersk
cc735db550
misc: don't violate reserved identifier naming convention.
...
Closes https://github.com/veox/sgminer/issues/177
2014-04-03 19:12:35 +03:00
Noel Maersk
ed61c38ec8
build/mingw: style fixup after tonobitc merge.
...
Use `#defined(...)` instead of `#defined ...`.
Remove comments about issues - anyone removing those lines can check blame
to see why they were added.
Add tonobitc to AUTHORS.md.
2014-01-29 22:25:38 +02:00
tonobitc
af01573a4f
sleep function still needed for MingW not MW-W64
2014-01-28 14:56:12 -08:00
Noel Maersk
06240b91a6
cross-compile: comment out sleep().
...
Reported as unneded:
https://github.com/veox/sgminer/issues/37
When is this true? Which IDEs, Windows/MinGW versions?
2014-01-24 14:46:05 +02:00
Con Kolivas
564fd36c8e
Use cgtime in compat.h
2013-04-21 19:10:37 +10:00
James Z.M. Gao
c9ae715019
Compile CPU mining for win32 and win64
2013-04-04 22:59:10 +08:00
Kano
37f8a1f775
reduce windows compile warnings
2012-09-21 22:04:39 +10:00
Luke Dashjr
68111323b3
Bugfix: Make our Windows nanosleep/sleep replacements standards-compliant (which fixes nmsleep) and include compat.h for bitforce (for sleep)
2012-07-12 18:24:42 +00:00
Con Kolivas
07c2ee5317
Put win32 equivalents of nanosleep and sleep into compat.h fixing sleep() for adl.c.
2012-02-12 17:00:44 +11:00
Ycros
31d98cf167
Fix suseconds_t for OSX.
2011-07-18 11:37:16 +10:00
Ycros
8ec2dcc9b9
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.
2011-07-14 14:35:06 +10:00
Ycros
ec8319176e
Build on windows using mingw32.
2011-07-04 19:56:27 +10:00
Jeff Garzik
0a333110f7
Build on Windows using mingw32.
2010-11-26 16:28:12 -05:00
Jeff Garzik
352bab2109
Introduce compat.h, for Win32 builds
2010-11-26 15:50:36 -05:00