Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-29 | Added Cell/BE optimizations | Siarhei Siamashka | |
Linux on PS3 gets a huge boost in litecoin mining performance. Cell/BE support should be detected and enabled automatically by autotools. The miner threads are first allocated to the available SPU cores (typically 6). The remaining threads are allocated on PPU. There will be 8 threads total on PS3: 6 SPU threads and 2 PPU threads. Each SPU core provides ~5.4 khash/s if compiled with spu-elf-gcc 4.6 The performance may vary for different gcc versions, older ones are typically slower. | |||
2011-10-01 | Rip out sha256 algos | Art Forz | |
2011-06-14 | Version 1.0.2.v1.0.2 | Jeff Garzik | |
2011-06-09 | configure.ac: Beautify yasm test output | Christian Ludwig | |
2011-05-14 | Version 1.0.1.v1.0.1 | Jeff Garzik | |
2011-05-09 | Version 1.0.v1.0 | Jeff Garzik | |
2011-04-11 | Proper platform detection. | fleger | |
Use target instead of host. Fix compilation for non win32 and non x86_64 platforms. | |||
2011-04-07 | configure.ac: improve has_yasm test | Jeff Garzik | |
2011-03-22 | Release version 0.8.1.v0.8.1 | Jeff Garzik | |
2011-03-21 | Release version 0.8.v0.8 | Jeff Garzik | |
2011-03-18 | Introduce more standardized logging (incl. optional syslog). | Jeff Garzik | |
Also, improve portability of alloca. | |||
2011-03-14 | Release version 0.7.2.v0.7.2 | Jeff Garzik | |
2011-03-14 | Fix Windows build, that broke with yasm integration | Jeff Garzik | |
2011-03-12 | Fixed yasm version check | fleger | |
2011-03-07 | Make sure we don't check for yasm version if we don't have yasm | Mark Crichton | |
2011-03-06 | X86_64 SSE2 support for Linux | Mark Crichton | |
2011-03-02 | Release version 0.7.1.v0.7.1 | Jeff Garzik | |
2011-02-12 | Release version 0.7.v0.7 | Jeff Garzik | |
2011-02-04 | Release version 0.6.1.v0.6.1 | Jeff Garzik | |
2011-01-29 | Release version 0.6.v0.6 | Jeff Garzik | |
2010-12-28 | Release version 0.5.v0.5 | Jeff Garzik | |
2010-12-27 | Release version 0.3.3.v0.3.3 | Jeff Garzik | |
2010-12-23 | Release version 0.3.2.v0.3.2 | Jeff Garzik | |
2010-12-19 | Release version 0.3.1.v0.3.1 | Jeff Garzik | |
2010-12-18 | Release version 0.3.v0.3 | Jeff Garzik | |
2010-12-06 | Release version 0.2.2.v0.2.2 | Jeff Garzik | |
Remove 'experimental' marker from VIA padlock implementation. | |||
2010-11-29 | Release version 0.2.1.v0.2.1 | Jeff Garzik | |
2010-11-27 | Release version 0.2.v0.2 | Jeff Garzik | |
2010-11-26 | Release version 0.1.2.v0.1.2 | 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 | Link with pthreads lib, if present. Remove GNU-specific asprintf usage. | Jeff Garzik | |
2010-11-25 | Remove unused OpenSSL dependency. | Jeff Garzik | |
Also, turn a few strings into #define'd constants. | |||
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 | |