1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00
Commit Graph

114 Commits

Author SHA1 Message Date
Kano
45068ced82 Version 2.0.8w (windows changes) 2011-11-29 11:07:27 +11:00
Con Kolivas
4c68ad0183 Fix for Intel Macs. 2011-11-13 08:23:42 +11:00
Con Kolivas
d5231ea57f Fix build error with -ldl being passed to LDFLAGS instead of LDADD and update configure output. 2011-11-11 22:21:30 +11:00
Con Kolivas
35a8b9f3c5 Bump version number to 2.0.8 2011-11-11 19:42:21 +11:00
Con Kolivas
d8770654f5 Add x86_64 w64 mingw32 target courtesy of dukrat. 2011-10-28 11:11:28 +11:00
Con Kolivas
1acdad89ab Bump version number to 2.0.7. 2011-10-17 14:24:42 +11:00
Con Kolivas
a41db9d436 Bump version to 2.0.6 and update docs. 2011-10-09 14:14:50 +11:00
Con Kolivas
5133cf5b06 Add altivec 4 way support courtesy of Gilles Risch. 2011-10-09 12:22:00 +11:00
Con Kolivas
16dce491f2 Bump version to 2.0.5 2011-09-27 15:17:30 +10:00
Con Kolivas
a49fc18410 Bump version number to 2.0.4. 2011-09-23 11:48:12 +10:00
Luke Dashjr
014d43b06a Bugfix: fix linking when OpenCL is not detected 2011-09-23 10:46:59 +10:00
Con Kolivas
da764e5441 Reset opencl flags if not detected to prevent build failure without opencl. 2011-09-23 10:04:09 +10:00
Con Kolivas
1016ae4cd4 Bump version number to 2.0.3. 2011-09-17 13:38:37 +10:00
UukGoblin
88fd7c1d38 use ATISTREAMSDKROOT env variable if available...
... to determine the location of OpenCL libs

clean up the use of OPENCL_* vars in autostuff
2011-09-15 11:34:39 +10:00
Con Kolivas
84a3ee45fd Bump version to 2.0.2. 2011-09-11 15:33:36 +10:00
Con Kolivas
9d84e91560 Properly substitute DLOPEN flags to build with ADL support when -ldl is needed and not when opencl is not found. 2011-09-11 13:32:19 +10:00
Con Kolivas
5abf83860b Bump version to 2.0.1 2011-09-09 12:21:19 +10:00
Con Kolivas
758afbf00e Add -lpthread, not -pthread and remove -lm which is not required. 2011-09-08 21:42:00 +10:00
Con Kolivas
df78f45dd9 Latest glibc appears to want linking against -lm as well for dlopen. 2011-09-08 09:53:14 +10:00
Con Kolivas
c8d40fb434 Win32 does not use dlopen so link in -ldl only when not on win32 and display what ldflags are being passed on ./configure. 2011-09-07 09:33:43 +10:00
Con Kolivas
a74554a2c4 Bump version to 2.0.0 2011-09-06 13:54:30 +10:00
Con Kolivas
a62b4e3e22 Remove unused LIBCURL_CPPFLAGS variable which should help cgminer compile on other platforms. 2011-09-06 13:45:02 +10:00
Con Kolivas
36a65e41ea Add a --disable-adl option to configure and only enable it if opencl support exists. 2011-09-06 10:24:05 +10:00
Con Kolivas
b6a7039387 Bump version to 1.9.9 till completed as version 2.0. 2011-09-05 19:30:03 +10:00
Con Kolivas
d57cd91955 Implement ATI ADL support for GPU parameter monitoring now and setting later (temp, fan, clocks etc.).
Check for the presence of the ADL header files in ADL_SDK.
Import adl_functions.h from amd overdrive ctrl.
Implement a setup function that tries to detect GPUs that support the ADL and link in the parameters into the gpus struct.
Put a summary of monitoring information from the GPU menu.
2011-09-03 10:53:35 +10:00
Con Kolivas
690ab48736 Bump version to 1.6.2. 2011-09-02 12:36:54 +10:00
Con Kolivas
65707516d3 With no c++ code there is no point showing CXXFLAGS. 2011-09-02 12:36:11 +10:00
Con Kolivas
062f937cee Most people expect /usr/local when an unspecified prefix is used so change to that. 2011-09-02 10:30:48 +10:00
Con Kolivas
d88ed35848 Get rid of poorly executed curl check. 2011-09-02 09:46:34 +10:00
Con Kolivas
846e5fbc66 Bump version to 1.6.1. 2011-08-29 19:57:27 +10:00
Con Kolivas
807ddd1c2e Give convenient summary at end of ./configure. 2011-08-29 10:43:33 +10:00
Con Kolivas
fa91f6a664 Add some defines to configure.ac to enable exporting of values and packaging, and clean up output. 2011-08-29 10:34:32 +10:00
Con Kolivas
10ed8e9d41 Add a --disable-opencl configure option to make it possible to override detection of opencl and build without GPU mining support. 2011-08-28 23:49:17 +10:00
Con Kolivas
83bb42801d Make pthread, libcurl and libcurses library checks mandatory or fail. 2011-08-28 23:15:29 +10:00
Con Kolivas
882961f8e2 Bump version to 1.6.0. 2011-08-26 14:31:01 +10:00
Con Kolivas
3d5f555407 Allow a custom kernel path to be entered on the command line. 2011-08-25 14:42:03 +10:00
Con Kolivas
413d97096d Make cgminer look in the install directory for the .cl files making make install work correctly. 2011-08-25 13:59:46 +10:00
Con Kolivas
7dc3db2340 Implement SSE2 32 bit assembly algorithm as well. 2011-08-25 13:04:15 +10:00
Con Kolivas
7407e887f6 Update configure.ac for newer autoconf tools. 2011-08-24 20:17:59 +10:00
Con Kolivas
2630c6d68d Bump version to 1.5.8. 2011-08-23 12:35:14 +10:00
Con Kolivas
cc9d5f5927 Bump version number to 1.5.7. 2011-08-22 10:48:14 +10:00
Con Kolivas
f062765c94 Explicitly link in ws2_32 on the windows build and update README file on how to compile successfully on windows. 2011-08-20 10:08:59 +10:00
Con Kolivas
4060ae3757 Bump version number. 2011-08-17 16:51:26 +10:00
Con Kolivas
41a4be7dff Bump version number. 2011-08-16 15:18:01 +10:00
Con Kolivas
b73d93cd29 Bump version number. 2011-08-14 14:20:55 +10:00
Con Kolivas
ef5e8bea0d Bump version number. 2011-07-30 22:02:26 +10:00
Diogo Franco
dc49d2407d Use pkg-config to check for libcurl version
Fixes autogen on OSX Lion, might fix for other platforms which
don't ship those libcurl m4 macros.
2011-07-29 00:04:39 -03:00
Con Kolivas
106d367b83 Revert "Use pkg-config to check for libcurl version"
This reverts commit 98387f94ac.

Broke generic building.
2011-07-29 12:50:55 +10:00
Diogo Franco
98387f94ac Use pkg-config to check for libcurl version
Fixes autogen on OSX Lion, might fix for other platforms which
don't ship those libcurl m4 macros.
2011-07-28 22:24:11 -03:00
Con Kolivas
1f837909fc Bump version number. 2011-07-29 01:16:39 +10:00