|
23580566
|
2011-11-23T14:35:49
|
|
API v0.1
|
|
d5231ea5
|
2011-11-11T22:21:30
|
|
Fix build error with -ldl being passed to LDFLAGS instead of LDADD and update configure output.
|
|
2a19153d
|
2011-10-17T14:07:38
|
|
Add example.conf to makefile dist.
|
|
5133cf5b
|
2011-10-09T12:22:00
|
|
Add altivec 4 way support courtesy of Gilles Risch.
|
|
c04abf5c
|
2011-09-23T09:44:09
|
|
Include polarssl implementation of sha256 (sha2) and remove dependency on openssl.
|
|
88fd7c1d
|
2011-09-14T07:14:34
|
|
use ATISTREAMSDKROOT env variable if available...
... to determine the location of OpenCL libs
clean up the use of OPENCL_* vars in autostuff
|
|
c8d40fb4
|
2011-09-07T09:33:43
|
|
Win32 does not use dlopen so link in -ldl only when not on win32 and display what ldflags are being passed on ./configure.
|
|
ffa68cda
|
2011-09-06T22:48:57
|
|
Ideally we should like with -ldl for dlopen() dlclose().
|
|
a62b4e3e
|
2011-09-06T13:45:02
|
|
Remove unused LIBCURL_CPPFLAGS variable which should help cgminer compile on other platforms.
|
|
a1ba15fb
|
2011-09-06T09:01:24
|
|
Fix pacakaging missing adl headers and build failure without adl sdk headers installed.
|
|
a2f6bb77
|
2011-09-05T19:36:12
|
|
Add new needed text files to distribution.
|
|
d57cd919
|
2011-09-03T10:53:35
|
|
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.
|
|
67dff290
|
2011-08-26T13:45:45
|
|
Doc updates.
|
|
7dc3db23
|
2011-08-25T11:19:40
|
|
Implement SSE2 32 bit assembly algorithm as well.
|
|
ebf79993
|
2011-08-25T12:10:45
|
|
Include uthash.h in distro.
|
|
6d10ef2f
|
2011-08-22T10:17:23
|
|
Bump version numbers of kernels to indicate slightly different versions.
|
|
f062765c
|
2011-08-20T10:08:59
|
|
Explicitly link in ws2_32 on the windows build and update README file on how to compile successfully on windows.
|
|
0f782ba6
|
2011-08-17T15:47:18
|
|
Update poclbm kernel to FF sized mask and only check that range.
|
|
c40f51c7
|
2011-08-17T15:06:59
|
|
Move to cgminer style buffer return and file naming convention and fix a compiler warning.
|
|
3f48a97a
|
2011-08-17T14:54:11
|
|
Include correct files for dist.
|
|
58eb4d58
|
2011-08-16T17:13:10
|
|
Add bench_block to makefile.
|
|
44faebec
|
2011-07-28T23:26:22
|
|
Fix the Makefile.am for the last commit
That LIBCURL_CHECK_CONFIG macro apparently did some things wrong
too, like adding libraries to a non-standard "LIBCURL" variable
instead of "LIBCURL_LIBS". Fixes linking after the previous commit.
|
|
116a9dc0
|
2011-07-23T14:17:25
|
|
Update phatk kernel to one with new parameters for slightly less overhead again.
Make the queue kernel parameters call a function pointer to select phatk or poclbm.
|
|
0aa98873
|
2011-07-18T11:27:58
|
|
Add an sse4 algorithm to CPU mining.
|
|
a7707a26
|
2011-07-18T10:42:24
|
|
Rename the poclbm file to ensure a new binary is built since.
|
|
b913bc59
|
2011-07-15T13:06:13
|
|
Update makefile to suit new kernel.
|
|
857902a1
|
2011-07-12T22:23:03
|
|
Commit a new phatk kernel renamed to force new binary building and add proper support in makefiles.
|
|
386489a1
|
2011-07-11T14:56:17
|
|
Added support for pdcurses.
|
|
90839cdf
|
2011-07-11T13:41:31
|
|
Implement a completely curses based display and don't output to stderr when log is enabled unless it's redirected away from the terminal.
|
|
a0d14d15
|
2011-07-06T16:47:25
|
|
ccan: add ccan/opt and dependencies to build.
|
|
91f9c527
|
2011-07-04T20:33:31
|
|
Rename code and application binary to cgminer version 1.0.9 preempting version 1.1.0, moving main code to main.c.
|
|
ec831917
|
2011-06-25T04:43:37
|
|
Build on windows using mingw32.
|
|
3983f1b9
|
2011-07-01T13:21:18
|
|
Breaks nvidia building. Roll back for now.
Revert "configure.ac, Makefile.am: Allow setting of OpenCL location"
This reverts commit a9893d818dac53cb52c2ed06ece59195228f44d9.
|
|
2a8475b5
|
2011-06-29T19:45:53
|
|
configure.ac, Makefile.am: Allow setting of OpenCL location
Add two new configure flags, --with-opencl-libdir and --with-opencl-inc
to specify where OpenCL headers and libraries exist. This now adds
a test for the OpenCL header file and makes not finding the library
or headers a fatal error.
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
|
|
dde70397
|
2011-06-14T10:32:54
|
|
Merge gpumining from oclmine. Unstable.
|
|
feb02dfb
|
2011-06-08T23:09:21
|
|
Fix libcurl include path
Fix the include path for libcurl, if it was installed in a location
where gcc does not look by default. The variable is declared in
the LIBCURL_CHECK_CONFIG m4 macro.
|
|
a9a2840d
|
2011-04-11T13:04:29
|
|
Proper platform detection.
Use target instead of host.
Fix compilation for non win32 and non x86_64 platforms.
|
|
0258fae4
|
2011-03-14T23:36:28
|
|
Fix Windows build, that broke with yasm integration
|
|
4f7a51e9
|
2011-03-14T23:17:34
|
|
Move all RPC I/O to separate thread.
|
|
aaf46802
|
2011-03-14T20:18:03
|
|
Makefile.am: neaten minerd sources list
|
|
96d2287c
|
2011-03-05T22:22:57
|
|
X86_64 SSE2 support for Linux
|
|
6d288293
|
2011-02-13T03:04:02
|
|
Add support for JSON-format configuration file
|
|
74bb1962
|
2010-11-28T20:16:22
|
|
Add Crypto++ sha256 implementation (C only, ASM elided for now)
|
|
339ddf4d
|
2010-11-27T04:31:32
|
|
Move sha256_generic into its own .o build output. Const-ify midstate param.
|
|
e2eeaaf7
|
2010-11-27T01:29:56
|
|
Add experimental (read: probably broken) VIA padlock support.
|
|
c6391499
|
2010-11-26T19:04:48
|
|
Add tcatm's 4way SSE2 sha256 implementation.
|
|
0a333110
|
2010-11-26T16:28:12
|
|
Build on Windows using mingw32.
|
|
4575851e
|
2010-11-26T16:13:32
|
|
Build jansson 1.3 in-tree, if not present on system.
|
|
750deb7a
|
2010-11-26T15:52:06
|
|
Makefile.am: add compat.h, to correct 'make distcheck' failures
|
|
59f1fb2e
|
2010-11-26T15:20:54
|
|
Link with pthreads lib, if present. Remove GNU-specific asprintf usage.
|
|
945be82e
|
2010-11-25T04:03:59
|
|
Move utility routines to util.c.
|
|
1032fec1
|
2010-11-25T01:16:34
|
|
Allocate work struct once, on stack, rather than alloc+free for each getwork.
|
|
a614823f
|
2010-11-25T01:02:53
|
|
Remove unused OpenSSL dependency.
Also, turn a few strings into #define'd constants.
|
|
82fff8f4
|
2010-11-24T19:34:59
|
|
Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.
|
|
702e2ac8
|
2010-11-24T19:31:12
|
|
Convert over to autotools. Release version 0.1.
|