aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2012-02-21Initial partial conversion to SPU assemblySiarhei Siamashka
2012-01-01Fix strict aliasing problemsSiarhei Siamashka
2011-12-29Added Cell/BE optimizationsSiarhei Siamashka
2011-12-29Use gcc vector extensions for SIMD scrypt key derivation functionSiarhei Siamashka
2011-12-29SHA256 code moved to a separate header fileSiarhei Siamashka
2011-10-01Rip out sha256 algosArt Forz
2011-09-20add scrypt functionArt Forz
2011-06-08Fix libcurl include pathChristian Ludwig
2011-04-11Proper platform detection.fleger
2011-03-14Fix Windows build, that broke with yasm integrationJeff Garzik
2011-03-14Move all RPC I/O to separate thread.Jeff Garzik
2011-03-14Makefile.am: neaten minerd sources listJeff Garzik
2011-03-06X86_64 SSE2 support for LinuxMark Crichton
2011-02-13Add support for JSON-format configuration fileJeff Garzik
2010-11-28Add Crypto++ sha256 implementation (C only, ASM elided for now)Jeff Garzik
2010-11-27Move sha256_generic into its own .o build output. Const-ify midstate param.Jeff Garzik
2010-11-27Add experimental (read: probably broken) VIA padlock support.Jeff Garzik
2010-11-26Add tcatm's 4way SSE2 sha256 implementation.Jeff Garzik
2010-11-26Build on Windows using mingw32.Jeff Garzik
2010-11-26Build jansson 1.3 in-tree, if not present on system.Jeff Garzik
2010-11-26Makefile.am: add compat.h, to correct 'make distcheck' failuresJeff Garzik
2010-11-26Link with pthreads lib, if present. Remove GNU-specific asprintf usage.Jeff Garzik
2010-11-25Move utility routines to util.c.Jeff Garzik
2010-11-25Allocate work struct once, on stack, rather than alloc+free for each getwork.Jeff Garzik
2010-11-25Remove unused OpenSSL dependency.Jeff Garzik
2010-11-24Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.v0.1.1Jeff Garzik
2010-11-24Convert over to autotools. Release version 0.1.v0.1Jeff Garzik