thodg/cgminer/driver-cpu.c

Branch :


Log

Author Commit Date CI Message
598ee76d 2012-11-11 09:51:37 Hash1 is only used by the deprecated cpu mining code and never changes so remove it from the work struct and bypass needing to process the value for all other mining.
796f3906 2012-09-16 07:57:43 WorkTime - multiple nonce per work and identify the work source
fdcaea1c 2012-07-14 22:37:32 Start with smaller amount of hashes in cpu mining to enable scrypt to return today sometime.
a5ebb712 2012-07-14 22:01:20 Add cpumining capability for scrypt.
5c7e0308 2012-07-11 22:59:58 Modify te scanhash API to use an int64_t and return -1 on error, allowing zero to be a valid return value.
d4af2d05 2012-07-06 02:39:32 Turn work_restart array into a bool in thr_info
5cf4b7c4 2012-06-25 16:59:29 Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
b8778839 2012-04-21 02:36:19 Merge branch 'master' into unify_drivers Conflicts: cgminer.c
eca99654 2012-03-18 21:39:20 CGPU API for device kernel name
303dbf46 2012-03-18 20:09:03 Abstract add_cgpu function, to handle device id numbering and devices array
e131dfab 2012-03-13 12:18:23 Unify drivers as driver-*.c and add driver name to API