1. 11 Feb, 2018 1 commit
    • psychocrypt's avatar
      disable OSX CI test · 116ecfca
      psychocrypt authored
      Currently the CI fails due to the issue
      ```
      Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.
      The command "if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew tap homebrew/science; fi" failed and exited with 1 during .
      ```
      
      Until the fix is implemented the OSX tests will be disabled.
      116ecfca
  2. 06 Feb, 2018 1 commit
  3. 03 Feb, 2018 5 commits
  4. 02 Feb, 2018 2 commits
  5. 01 Feb, 2018 2 commits
    • Ryan's avatar
      Fix Disabling AMD GPUs · 064804bd
      Ryan authored
      The AMD jconf.cpp would only accept an array. The config sample, and the nvidia and cpu config work with the value 'null', as they accept a 'kNullType'. This means at current, AMD GPUs could not be turned off, the config file wouldn't parse on load.
      
      This change makes AMD consistent with the others, and can now be disabled.
      064804bd
    • Steve Swinsburg's avatar
      Update FAQ.md · fc9d30b5
      Steve Swinsburg authored
      Add info about sysctl.conf so that the settings are preserved.
      fc9d30b5
  6. 31 Jan, 2018 1 commit
  7. 30 Jan, 2018 4 commits
  8. 28 Jan, 2018 1 commit
  9. 27 Jan, 2018 2 commits
  10. 26 Jan, 2018 1 commit
  11. 25 Jan, 2018 2 commits
  12. 24 Jan, 2018 4 commits
    • Andre Mueller's avatar
      Update compile process · c7d136fe
      Andre Mueller authored
      Added/Rewrote instructions on how to compile in Windows; Fixed some typos and syntax; Added build option section
      c7d136fe
    • psychocrypt's avatar
      remove usage of `rotate` · ac474caa
      psychocrypt authored
      revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT`
      ac474caa
    • Grant Galitz's avatar
      author update · b9fb744a
      Grant Galitz authored
      b9fb744a
    • Grant Galitz's avatar
      Optimize Skein · 617af4b3
      Grant Galitz authored
      - Eliminate modulus math (It runs slow inside microcode).
      - Convert whatever the hell was going on into a rotate op. Like... Someone kinda reinvented the wheel in order to do a simple rotate.
      617af4b3
  13. 22 Jan, 2018 3 commits
  14. 21 Jan, 2018 1 commit
  15. 20 Jan, 2018 1 commit
  16. 19 Jan, 2018 1 commit
  17. 17 Jan, 2018 3 commits
  18. 16 Jan, 2018 1 commit
  19. 15 Jan, 2018 1 commit
    • dam-ien's avatar
      Fix for compiling with Cuda 9.1 on VS 2017 version >= 15.5 · 05b98280
      dam-ien authored
      Fix for #750, #626, #606, #534, without having to downgrade and do not require modification of host_config.h
      Require an additional component during VS2017 installation (VC++ 2017 version 15.4 v14.11 toolset) and an additional command execution before compilation.
      05b98280
  20. 13 Jan, 2018 3 commits