|
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.
|