Con Kolivas
|
101394ab70
Time for dynamic is in microseconds, not ms.
|
13 years ago |
Con Kolivas
|
e341e346d3
Rename INCLUDES in Makefile.am.
|
13 years ago |
Con Kolivas
|
0a1fcad533
x86_64 builds of mingw32 are not supported directly and should just configure as generic mingw32 builds since they're NOT 64 bit.
|
13 years ago |
Con Kolivas
|
8fb777a2dd
Cope with both ATI stream and AMD APP SDK roots being set when building.
|
13 years ago |
blinkier
|
6880736f73
Issue #130
|
13 years ago |
blinkier
|
597354f3cd
Merge branch 'bfgminer' of https://github.com/blinkier/bfgminer into bfgminer
|
13 years ago |
blinkier
|
b7d787ce6b
Issue #130
|
13 years ago |
blinkier
|
72d7b6f852
Issue #130
|
13 years ago |
ckolivas
|
3fce32f494
Use 3 significant digits when suffix string is used and values are >1000.
|
13 years ago |
Kano
|
fc14b2ee07
MMQ new initialisation (that works) and clocking control
|
13 years ago |
ckolivas
|
68f9af28f2
Get rid of unused warning for !scrypt.
|
13 years ago |
ckolivas
|
bb4bec98d5
Use select on stratum send to make sure the socket is writeable.
|
13 years ago |
Luke-Jr
|
a28fd13415
Merge pull request #168 from jaketri/bfgminer
|
13 years ago |
Con Kolivas
|
2aa5163b8b
Cope with dval being zero in suffix_string and display a single decimal place when significant digits is not specified but the value is greater than 1000.
|
13 years ago |
Con Kolivas
|
54d2999d77
Pad out the suffix string function with zeroes on the right.
|
13 years ago |
Con Kolivas
|
99adf397bd
Failure to calloc in bin2hex is a fatal failure always so just check for that failure within the function and abort, simplifying the rest of the code.
|
13 years ago |
Con Kolivas
|
b3d4258940
Provide locking around the change of the stratum curl structures to avoid possible races.
|
13 years ago |
Jake
|
9e627b685b
Fix GPU memory allocation size for scrypt
|
13 years ago |
ckolivas
|
53c3cce6ac
Bump opencl kernel version numbers.
|
13 years ago |
ckolivas
|
775a27281a
Remove atomic ops from opencl kernels given rarity of more than once nonce on the same wavefront and the potential increased ramspeed requirements to use the atomics.
|
13 years ago |
ckolivas
|
5fcc8612b4
Clear the pool idle flag in stratum when it comes back to life.
|
13 years ago |
Jake
|
3115b8b315
Fix access violation with scrypt mining
|
13 years ago |
Luke Dashjr
|
2907899b28
jtag: JTAG implementation for X6500 (over ft232r)
|
13 years ago |
Luke Dashjr
|
634223fde3
ft232r: ft232r_read_all function to simplify exact-length reads
|
13 years ago |
Luke Dashjr
|
32245e443b
ft232r: Implement read buffer so ft232r_read always works like read(2)
|
13 years ago |
Luke Dashjr
|
d684f9fbf4
ft232r: Complete necessary interfaces for X6500
|
13 years ago |
Luke Dashjr
|
3d38b92390
Merge branch 'bugfix_free_rpc_req' into bfgminer
|
13 years ago |
Luke Dashjr
|
780d7d91a1
Bugfix: Only free rpc_req after using it, not before
|
13 years ago |
Luke Dashjr
|
1c334051ef
Merge branch 'bugfix_deref_after_free' into bfgminer
|
13 years ago |
Luke Dashjr
|
4b758963b7
Bugfix: Increment work->pool->staged inside of mutex to avoid work being freed (and staged decremented) before we dereference it
|
13 years ago |