1. 09 Oct, 2018 3 commits
  2. 08 Oct, 2018 9 commits
  3. 07 Oct, 2018 3 commits
    • psychocrypt's avatar
      fix crash with monero and strided_index · 1c0ef154
      psychocrypt authored
      Strided index 1 is not allowed for cryptonight_v8 and monero.
      In the case the dev pool is set to monero and the user tuned there settings for
      an other currency the miner will crash if strided index or memChunk is not
      fitting the requirement to mine monero.
      This PR detects wrong configurations and will set strided index and memChunk to a valid
      value but only for cryptonight_v8. The user pool settings will only be changed if monero or
      cryptonight_v8 is selected.
      1c0ef154
    • psychocrypt's avatar
      Merge pull request #1867 from Spudz76/dev-warnfix · 9e51acb6
      psychocrypt authored
      Fix two new warnings within new code
      9e51acb6
    • psychocrypt's avatar
      OpenCL: fix definition range for unroll · 746037d8
      psychocrypt authored
      fix #1870
      
      - remove zero from the valod definition range for the loop unroll option
      746037d8
  4. 06 Oct, 2018 1 commit
  5. 05 Oct, 2018 9 commits
  6. 04 Oct, 2018 4 commits
  7. 03 Oct, 2018 5 commits
  8. 01 Oct, 2018 4 commits
  9. 30 Sep, 2018 2 commits