thodg/cgminer/Makefile.am

Branch :


Log

Author Commit Date CI Message
6d10ef2f 2011-08-22 10:17:23 Bump version numbers of kernels to indicate slightly different versions.
f062765c 2011-08-20 10: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-17 15:47:18 Update poclbm kernel to FF sized mask and only check that range.
c40f51c7 2011-08-17 15:06:59 Move to cgminer style buffer return and file naming convention and fix a compiler warning.
3f48a97a 2011-08-17 14:54:11 Include correct files for dist.
58eb4d58 2011-08-16 17:13:10 Add bench_block to makefile.
44faebec 2011-07-28 23: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-23 14: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-18 11:27:58 Add an sse4 algorithm to CPU mining.
a7707a26 2011-07-18 10:42:24 Rename the poclbm file to ensure a new binary is built since.
b913bc59 2011-07-15 13:06:13 Update makefile to suit new kernel.
857902a1 2011-07-12 22:23:03 Commit a new phatk kernel renamed to force new binary building and add proper support in makefiles.
386489a1 2011-07-11 14:56:17 Added support for pdcurses.
90839cdf 2011-07-11 13: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-06 16:47:25 ccan: add ccan/opt and dependencies to build.
91f9c527 2011-07-04 20: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-25 04:43:37 Build on windows using mingw32.
2a8475b5 2011-06-29 19: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>
3983f1b9 2011-07-01 13:21:18 Breaks nvidia building. Roll back for now. Revert "configure.ac, Makefile.am: Allow setting of OpenCL location" This reverts commit a9893d818dac53cb52c2ed06ece59195228f44d9.
dde70397 2011-06-14 10:32:54 Merge gpumining from oclmine. Unstable.
feb02dfb 2011-06-08 23: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-11 13:04:29 Proper platform detection. Use target instead of host. Fix compilation for non win32 and non x86_64 platforms.
0258fae4 2011-03-14 23:36:28 Fix Windows build, that broke with yasm integration
4f7a51e9 2011-03-14 23:17:34 Move all RPC I/O to separate thread.
aaf46802 2011-03-14 20:18:03 Makefile.am: neaten minerd sources list
96d2287c 2011-03-05 22:22:57 X86_64 SSE2 support for Linux
6d288293 2011-02-13 03:04:02 Add support for JSON-format configuration file
74bb1962 2010-11-28 20:16:22 Add Crypto++ sha256 implementation (C only, ASM elided for now)
339ddf4d 2010-11-27 04:31:32 Move sha256_generic into its own .o build output. Const-ify midstate param.
e2eeaaf7 2010-11-27 01:29:56 Add experimental (read: probably broken) VIA padlock support.
c6391499 2010-11-26 19:04:48 Add tcatm's 4way SSE2 sha256 implementation.
0a333110 2010-11-26 16:28:12 Build on Windows using mingw32.
4575851e 2010-11-26 16:13:32 Build jansson 1.3 in-tree, if not present on system.
750deb7a 2010-11-26 15:52:06 Makefile.am: add compat.h, to correct 'make distcheck' failures
59f1fb2e 2010-11-26 15:20:54 Link with pthreads lib, if present. Remove GNU-specific asprintf usage.
945be82e 2010-11-25 04:03:59 Move utility routines to util.c.
1032fec1 2010-11-25 01:16:34 Allocate work struct once, on stack, rather than alloc+free for each getwork.
a614823f 2010-11-25 01:02:53 Remove unused OpenSSL dependency. Also, turn a few strings into #define'd constants.
82fff8f4 2010-11-24 19:34:59 Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.
702e2ac8 2010-11-24 19:31:12 Convert over to autotools. Release version 0.1.