1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00
Commit Graph

183 Commits

Author SHA1 Message Date
Con Kolivas
5532f1df32 Bump version to 2.5.0 2012-07-06 20:03:47 +10:00
ckolivas
2e0a94db21 Bump version number to 2.4.4 2012-07-01 12:17:48 +10:00
ckolivas
896775e308 Fix builds on non gnu platforms. 2012-06-30 09:47:53 +10:00
Con Kolivas
f72ed3b660 Bump version to 2.4.3 2012-06-14 21:25:59 +10:00
Luke Dashjr
76f96f4717 New driver: BTCFPGA ModMiner 2012-06-12 02:38:36 +00:00
Luke Dashjr
d3fa59d76f Abstract generally useful FPGA code into fpgautils.c 2012-06-12 02:35:45 +00:00
Con Kolivas
52ab297ee1 Bump version to 2.4.2 2012-06-02 15:27:02 +10:00
Con Kolivas
8e25239dff Bump version number to 2.4.1 2012-05-06 20:53:23 +10:00
Con Kolivas
81286a9073 Bump version to 2.4.0 2012-05-03 16:19:19 +10:00
Con Kolivas
0171c84e75 Bump version number to 2.3.6 2012-04-29 10:21:15 +10:00
Con Kolivas
60cc425ff8 Bump version number to 2.3.5 2012-04-28 14:07:16 +10:00
Philip Kaufmann
f479be0700 add goffset support for diakgcn with -v 1 and update kernel version 2012-04-27 09:58:30 +02:00
Con Kolivas
0e916802ce Bump version number to 2.3.4 2012-04-25 15:52:05 +10:00
Kano
cbe6ab1906 configure.ac epoll.h not used now 2012-04-24 23:00:07 +10:00
Con Kolivas
cfe3eb0b8a Merge branch 'master' into ztex
Conflicts:
	configure.ac
2012-04-22 10:43:31 +10:00
Luke Dashjr
1291f5a407 Icarus: Use epoll (where available) to get nonces ASAP 2012-04-21 10:21:23 -04:00
nelisky
98d6664185 removing hard coded include path for libusb-1.0 2012-04-16 04:06:40 -07:00
nelisky
99a188f94f initial commit with some support for ztex 1.15x board.
This version is just a rough draft, but it does alredy mine.

Conflicts:

	cgminer.c
	configure.ac
2012-04-16 04:01:51 -07:00
Con Kolivas
c3ef4912dd Bump version number to 2.3.3 2012-04-15 09:46:43 +10:00
Con Kolivas
393200e8d7 Don't even display that cpumining is disabled on ./configure to discourage people from enabling it. 2012-04-14 23:50:41 +10:00
Con Kolivas
fd81bdef68 Bump version number to 2.3.2 2012-03-31 15:29:13 +11:00
Con Kolivas
cf0aebb4f5 Revert "Update phatk version number."
This reverts commit 580888f91b.

Removing changes which did nothing.
2012-03-31 01:10:28 +11:00
Con Kolivas
580888f91b Update phatk version number. 2012-03-30 07:50:36 +11:00
Con Kolivas
7458927f02 Merge pull request #155 from luke-jr/no_curses
Make curses TUI support optional at compile-time.
2012-03-28 04:25:54 -07:00
Con Kolivas
e26f0ac131 Merge pull request #154 from luke-jr/bugfix_withval
Bugfix: AC_ARG_WITH provides withval instead of enableval
2012-03-28 04:22:03 -07:00
Con Kolivas
ad824207ff Merge pull request #151 from luke-jr/libudev_detect_fixes
Bugfix: Check for libudev header (not just library) in configure, and document optional dependency
2012-03-28 04:21:18 -07:00
Con Kolivas
3c16c853bd Reinstate old diablo kernel variable ordering from 120222, adding only goffset and vector size hint. The massive variable ordering change only helped one SDK on 7970 but hurt other devices. 2012-03-28 20:13:08 +11:00
ckolivas
3f3c8361b3 Change the version number on the correct kernels. 2012-03-28 13:21:40 +11:00
Con Kolivas
4325cff2b0 Update version numbers of poclbm and diablo kernels as their APIs have also changed. 2012-03-27 23:01:24 +11:00
Luke Dashjr
ed8382c88d Make curses TUI support optional at compile-time. 2012-03-12 18:38:45 -04:00
Luke Dashjr
2295d6b1d8 Bugfix: AC_ARG_WITH provides withval instead of enableval 2012-03-12 14:57:56 -04:00
Luke Dashjr
3d9970d66f Bugfix: Check for libudev header (not just library) in configure, and document optional dependency 2012-02-29 09:02:30 -05:00
Luke Dashjr
ae99714241 Use libudev to autodetect BitFORCE GPUs, if available 2012-02-26 14:46:51 -05:00
Con Kolivas
fc6585de8b Bump version number to 2.3.1. 2012-02-24 14:20:03 +11:00
Con Kolivas
e9889a384d Revert kernels that are designed for newer hardware and SDKs to 2.3.0 release style. 2012-02-24 14:14:05 +11:00
Con Kolivas
70e8ade54f Revert behaviour to old nonce init code. 2012-02-24 14:14:04 +11:00
Con Kolivas
fe34ba1836 Bump version to 2.3.0 2012-02-23 20:52:27 +11:00
Con Kolivas
0bde957912 Update all kernel version names. 2012-02-22 14:17:16 +11:00
Con Kolivas
882e4d85de Merge pull request #123 from xiangfu/icarus
Add Icarus Support to Cgminer
2012-02-21 03:14:20 -08:00
Con Kolivas
d85fc0f799 Begin import of DiabloMiner kernel. 2012-02-21 21:48:10 +11:00
Con Kolivas
136b50d51c Bump version number to 2.2.7 2012-02-20 09:38:31 +11:00
Xiangfu
2bb92ebcdc add Icarus support to autoreconf system 2012-02-19 22:22:02 +08:00
ckolivas
6693898710 Fix diakgcn kernel working by passing it D1A variable and renaming it in the cl code accordingly.
Renumber version consistent with change in code since it now works.
2012-02-16 17:31:22 +11:00
Con Kolivas
a95e4f4d03 Bump version number to 2.2.6. 2012-02-16 01:16:21 +11:00
Con Kolivas
5e31785e7b Increase poclbm version number. 2012-02-15 00:29:07 +11:00
Con Kolivas
aa1523d765 Bump up version number to 2.2.5 2012-02-13 13:30:14 +11:00
Con Kolivas
64acb9dae7 Increase version numbers of modified kernels. 2012-02-13 13:26:03 +11:00
Con Kolivas
862e9da48e Bump version number to 2.2.4. 2012-02-11 20:29:27 +11:00
Con Kolivas
cad84c6f2c Change poclbm version number. 2012-02-11 11:51:15 +11:00
ckolivas
59d3d0112b Implement diablo kernel support and try to make it work. 2012-02-11 11:48:12 +11:00