index
:
cpuminer
cell-be-optimizations
cpumine
scrypt-bigendian
Cell BE optimized miner for litecoin http://yyz.us/bitcoin/
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.am
Age
Commit message (
Expand
)
Author
2010-11-28
Add Crypto++ sha256 implementation (C only, ASM elided for now)
Jeff Garzik
2010-11-27
Move sha256_generic into its own .o build output. Const-ify midstate param.
Jeff Garzik
2010-11-27
Add experimental (read: probably broken) VIA padlock support.
Jeff Garzik
2010-11-26
Add tcatm's 4way SSE2 sha256 implementation.
Jeff Garzik
2010-11-26
Build on Windows using mingw32.
Jeff Garzik
2010-11-26
Build jansson 1.3 in-tree, if not present on system.
Jeff Garzik
2010-11-26
Makefile.am: add compat.h, to correct 'make distcheck' failures
Jeff Garzik
2010-11-26
Link with pthreads lib, if present. Remove GNU-specific asprintf usage.
Jeff Garzik
2010-11-25
Move utility routines to util.c.
Jeff Garzik
2010-11-25
Allocate work struct once, on stack, rather than alloc+free for each getwork.
Jeff Garzik
2010-11-25
Remove unused OpenSSL dependency.
Jeff Garzik
2010-11-24
Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.
v0.1.1
Jeff Garzik
2010-11-24
Convert over to autotools. Release version 0.1.
v0.1
Jeff Garzik