5900 Commits (5dad99caf61cd159ece97e95395dc925ea0203b1)
 

Author SHA1 Message Date
Noel Maersk 35a23942b1 kernel: fix alexkar* kernel crashes due to missing case in switch. 11 years ago
Noel Maersk 45bf2f2335 doc: Add debug compilation instructions. 11 years ago
Noel Maersk 2f1fafedb9 doc: skeleton KERNEL documentation. 11 years ago
Noel Maersk 629f7b15e2 kernel/zuikkis: remove unneeded comments and change defines. 11 years ago
Noel Maersk 4de27856af misc: add ozbenh and gdevenyi to AUTHORS.md. 11 years ago
Noel Maersk 4ac17b03f6 misc: Add Zuikkis and Alex Karimov to authors. 11 years ago
Noel Maersk 8bb66adc48 Merge remote-tracking branch 'origin/kernels' into kernels 11 years ago
Noel Maersk 5f326d64f5 kernel: allow choosing Alexey Karimov's kernels. 11 years ago
Noel Maersk 9545c143e8 Merge pull request #25 from gdevenyi/kernels 11 years ago
Noel Maersk 81337e0064 kernel: vanilla Alexey Karimov kernels (alexkarnew and alexkarold). 11 years ago
Gabriel A. Devenyi a6ccc05e5f Replace multiply by 2 (i*2) with left shift. This should be slightly faster. Can't use OpenCL rotate becase of bit carry overs 11 years ago
Noel Maersk f796aa51ca kernel/misc: change ckolivas.cl encoding to UTF-8. 11 years ago
Noel Maersk 7950c10374 kernel: integrate Zuikkis' kernel, selectable with `--kernel=zuikkis`. 11 years ago
Noel Maersk afdc8b5ffb kernel: zuikkis' vanilla kernel added. 11 years ago
Noel Maersk 9d1db95a28 misc: move scrypt130511.cl kernel file to kernel/ckolivas.cl 11 years ago
Noel Maersk 875db702b3 adl: unambiguosly check if FanSpeedInfo specifies support for either mechanism to set FanSpeed. 11 years ago
Luke Dashjr 74fb5ab4b8 adl: Set iSpeedType to RPM for get-fanspeed requests 11 years ago
Noel Maersk 99fa25c27f core: don't use magic numbers to set xintensity. 11 years ago
Noel Maersk 463668b878 core: initial implementation of user-settable xintensity. Has a bug. 11 years ago
Noel Maersk 9d0b7f9658 core: Accidentally left a part of a previously non-merged commit (thread display). 11 years ago
Noel Maersk 1049af3a04 misc: Add Luke-jr back to AUTHORS.md and reorder a bit. 11 years ago
Luke Dashjr 3faf4dd4a6 Use lround instead of llround, since it has better compatibility with older MingW and Cygwin versions 11 years ago
Martin Danielsen 7aeae40af2 EXPERIMENTAL: A new way of setting intensity; introducing xintensity! 11 years ago
Martin Danielsen d7e469bd76 Stratum servers can now be named. 11 years ago
Noel Maersk 2f0fac6c66 core: Allow setting kernel. 11 years ago
Noel Maersk b16a05aa0e core: lower maximum intensity to 31. 11 years ago
Wolf 39b9945c11 Changed API reporting of MH/s for added precision. 11 years ago
Noel Maersk bc1ce6984b doc: minor FAQ update. 11 years ago
Noel Maersk f16f1b1b05 Merge pull request #13 from Drogean/patch-1 11 years ago
Drogean b1de4c896b Added SGMINER specific steps 11 years ago
Noel Maersk 3845e89d00 doc: wrong link in ADL_SDK readme.txt. 11 years ago
Noel Maersk 693a5679e6 Merge pull request #3 from jbruggeman/master 11 years ago
Joseph Bruggeman 4b7cf40e63 doc: update faq to remove non-scrypt (irrelevent) information 11 years ago
Joseph Bruggeman 9b37a0131b doc: update windows doc to reflect changes in configure.ac 11 years ago
Noel Maersk 3af2534e22 doc: missing 'make' in README + file name misspelled. 11 years ago
Noel Maersk 3bf3df09b7 Bump version to 4.0.0. 11 years ago
Noel Maersk cbad2d67df doc: clarify what doc/GPU is. 11 years ago
Noel Maersk 11920081ec ui: Don't pad most displayed strings with spaces. 11 years ago
Noel Maersk e46581dea1 Remove --vectors (current kernel only supports 1 vector). 11 years ago
Noel Maersk e6b5fb7aa8 core: remove deprecated --scrypt option. 11 years ago
Noel Maersk 50066cf3c7 misc: Replace all remaining instances of 'cgminer' with 'sgminer'. 11 years ago
Noel Maersk 6ea3b93809 core: fix build error due to CGMINER_PREFIX reference. 11 years ago
Noel Maersk 9d16ff98f5 doc: reference veox/sgminer in ChangeLog. 11 years ago
Noel Maersk 683abd0b17 build: fix warning + other small fixes. 11 years ago
Noel Maersk 5b977125fa misc: Replace many (but not all) instances of 'cgminer' with 'sgminer'. 11 years ago
Noel Maersk 909af927c3 Merge pull request #2 from veox/forward-port 11 years ago
Kano 65518d3712 api.c no decref if not json 11 years ago
Con Kolivas 350fe7f135 Minimise risk of nonce2 overflow with small nonce2 lengths by always encoding the work little endian, and increasing the maximum size of nonce2 to 8 bytes. 11 years ago
Con Kolivas 9628207066 Provide a helper function that can reset cgsems to zero. 11 years ago
Con Kolivas 155945094f Add to cgminer_CPPFLAGS instead of redefining them. 11 years ago