5744 Commits (f321a0211be79a9289705d90e614b007f50252e7)
 

Author SHA1 Message Date
Angus Gratton f321a0211b Add clarification on Windows cross-build, out of tree is possible 11 years ago
Noel Maersk 47d83df892 doc: revert some formatting changes made by Drogean to windows-build.txt 11 years ago
Angus Gratton 1ceedd562d Add some notes about cross-compiling cgminer for Windows from Linux 11 years ago
Noel Maersk 06240b91a6 cross-compile: comment out sleep(). 11 years ago
Noel Maersk 08abb9e417 build: reorder ADL checks. 11 years ago
Noel Maersk 0c38db6393 build: Add --disable-adl-checks 11 years ago
Martin Danielsen cb174d433a Failover pool switching back delay is now configurable. 11 years ago
Noel Maersk 45bf2f2335 doc: Add debug compilation instructions. 11 years ago
Noel Maersk 4de27856af misc: add ozbenh and gdevenyi to AUTHORS.md. 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
Noel Maersk 747d870d32 build: remove reference to a linux-usb-miner 11 years ago
Con Kolivas d26fb09e7c Replace deprecated use of INCLUDES with _CPPFLAGS. 11 years ago
Con Kolivas 1ca4198a45 Quieten down jansson component of build. 11 years ago
Tim Bateman 0a187bdd41 Fixed one byte stack overflow in mcast recvfrom. 11 years ago
Con Kolivas 65d9136dd5 Fix json parsing in api.c 11 years ago
Con Kolivas 79521fe8f0 Initialise devices before attempting to connect to pools to allow their thread prepare function to be called before having to connect to pools. 11 years ago