Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #306 from psychocrypt/topic-noWaitWindows | fireice-uk | 2017-12-01 | 3 | -2/+16 |
|\ | | | | | add environment variable `XMRSTAK_NOWIT` | ||||
| * | add environment variable `XMRSTAK_NOWAIT` | psychocrypt | 2017-12-01 | 3 | -2/+16 |
| | | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT` | ||||
* | | Merge pull request #302 from psychocrypt/topic-portableBinWarning | fireice-uk | 2017-11-30 | 1 | -0/+2 |
|\ \ | | | | | | | experimental warning: portable binaries | ||||
| * | | experimental warning: portable binaries | psychocrypt | 2017-11-30 | 1 | -0/+2 |
| |/ | | | | | | | add warning that portable binaries are experimental | ||||
* | | Merge pull request #293 from nicolasgarnier/patch-2 | psychocrypt | 2017-11-30 | 1 | -1/+1 |
|\ \ | |/ |/| | Really fixing incorrect Releases URL in README.md#Download | ||||
| * | Really fixing incorrect Releases URL in README.md#Download | Nicolas Garnier | 2017-11-29 | 1 | -1/+1 |
|/ | | | :) | ||||
* | Merge pull request #291 from fireice-uk/topic-clearer-dev-switch | psychocrypt | 2017-11-29 | 1 | -3/+9 |
|\ | | | | | Add custom message for dev -> user pool switch | ||||
| * | Add custom message for dev -> user pool switch | Unknown | 2017-11-29 | 1 | -3/+9 |
|/ | |||||
* | Merge pull request #270 from psychocrypt/topic-updateWindowsBuildDocu | fireice-uk | 2017-11-28 | 1 | -3/+7 |
|\ | | | | | update windows build documentation | ||||
| * | update windows build documentation | psychocrypt | 2017-11-27 | 1 | -3/+7 |
| | | | | | | | | add hint that the new compiled xmr-stak-dep must be used for the new VS tool chain | ||||
* | | Merge pull request #268 from psychocrypt/fix-cmake | fireice-uk | 2017-11-28 | 1 | -16/+19 |
|\ \ | | | | | | | fix CMake | ||||
| * | | avoid CMake warning: CMP0054 | psychocrypt | 2017-11-27 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | - remove all `"${VARNAME}` usages in if conditions - increase cmake minimum version to 3.1 to have the new behavior of [CMP0054](https://cmake.org/cmake/help/v3.1/policy/CMP0054.html) | ||||
| * | | fix CMake | psychocrypt | 2017-11-27 | 1 | -2/+5 |
| |/ | | | | | | | | | - fix wrong compare for HWLOC not found - remove usage of microhttpd variable if microhttpd is disabled | ||||
* | | Merge pull request #215 from ruzickap/feature/dockerfile | psychocrypt | 2017-11-27 | 3 | -57/+120 |
|\ \ | | | | | | | Adding Dockerfile and fixing build_xmr-stak_docker script | ||||
| * | | CUDA added to build_xmr-stak_docker script | Petr Ruzicka | 2017-11-26 | 2 | -53/+55 |
| | | | |||||
| * | | Adding Dockerfile and fixing build_xmr-stak_docker script | Petr Ruzicka | 2017-11-23 | 3 | -43/+104 |
| | | | |||||
* | | | Merge pull request #259 from BenQuigley/patch-1 | psychocrypt | 2017-11-27 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Fixed incorrect Releases URL in README.md#Download | ||||
| * | | Fixed incorrect Releases URL in README.md#Download | Ben Quigley | 2017-11-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #221 from psychocrypt/fix-cudaLaunchBounds | fireice-uk | 2017-11-24 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix CUDA launch bounds usage | ||||
| * | | | fix CUDA launch bounds usage | psychocrypt | 2017-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | fix #191 lauch bounds must be placed before the return type but after the template paramater | ||||
* | | | | Merge pull request #180 from psychocrypt/topic-increaseBfactor | fireice-uk | 2017-11-24 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | fix auto suggestion for low end devices | ||||
| * | | | fix auto suggestion for low end devices | psychocrypt | 2017-11-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Increase bfactor for all devices with lesser than 6 multi processors. | ||||
* | | | | Merge pull request #204 from michaelbaudino/dev | psychocrypt | 2017-11-23 | 3 | -1/+34 |
|\ \ \ \ | | | | | | | | | | | Add compilation instructions for MacOS | ||||
| * | | | | Add compilation instructions for MacOS | Michael Baudino | 2017-11-22 | 3 | -1/+34 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #197 from ExceptionallyGreat/macos-x-amd-gpu-fix | psychocrypt | 2017-11-23 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Fix for AMD GPU detection on MacOS X | ||||
| * | | | Update gpu.cpp | ExceptionallyGreat | 2017-11-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Fix for AMD GPU detection on MacOS X On MacOS X the platform is reported as Apple, and the vendor is reported as AMD. | ||||
* | | | | Merge pull request #181 from psychocrypt/fix-compileDocumentation | fireice-uk | 2017-11-22 | 1 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | update windows compile guide | ||||
| * | | | | fix windows compile guide | psychocrypt | 2017-11-20 | 1 | -2/+6 |
| | |/ / | |/| | | | | | | | | | | add explicit note that VSC v141 must be used for AMD and CPU compile. | ||||
* | | | | Merge pull request #196 from psychocrypt/fix-missingHelpOutput | fireice-uk | 2017-11-22 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | add missing nvidia help to usage.md | ||||
| * | | | | add missing nvidia help to usage.md | psychocrypt | 2017-11-21 | 1 | -0/+2 |
|/ / / / | | | | | | | | | | | | | add NVIDIA cli options to the help message | ||||
* | | | | Merge pull request #194 from ExceptionallyGreat/dev | psychocrypt | 2017-11-21 | 1 | -0/+1 |
|\ \ \ \ | | |/ / | |/| | | Update gpu.hpp | ||||
| * | | | Update gpu.hpp | ExceptionallyGreat | 2017-11-21 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixing the compile error on MacOS X | ||||
* | | | | Merge pull request #178 from neversay/master | psychocrypt | 2017-11-21 | 1 | -3/+6 |
|\ \ \ \ | | | | | | | | | | | Fix indent on hash rate report. | ||||
| * | | | | Fix indent issue. | neversay | 2017-11-20 | 1 | -3/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #182 from blacklion/patch-1 | psychocrypt | 2017-11-21 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix crash on FreeBSD (#177) | ||||
| * | | | Fix crash on FreeBSD (#177) | Lev Serebryakov | 2017-11-21 | 1 | -0/+1 |
| |/ / | | | | | | | This change fix #177 and compiler warning too. | ||||
* | | | Merge pull request #193 from blacklion/patch-2 | fireice-uk | 2017-11-21 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix uninitialized memory accces | ||||
| * | | | Fix uninitialized memory accces | Lev Serebryakov | 2017-11-21 | 1 | -0/+1 |
| |/ / | | | | | | | Uninitialized memory access is UB in C/C++, fix it. | ||||
* | | | Merge pull request #179 from psychocrypt/fix-appveyor | fireice-uk | 2017-11-21 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | fix appvoyer | ||||
| * | fix appvoyer | psychocrypt | 2017-11-20 | 1 | -1/+1 |
|/ | | | | Remove the execution of the binary at the end of the CI test. This is only currently a temporary solution. | ||||
* | Merge pull request #144 from fireice-uk/topic-add-cheksumsv2.0.0 | fireice-uk | 2017-11-19 | 1 | -0/+38 |
|\ | | | | | Add cheksums | ||||
| * | Add cheksums | Unknown | 2017-11-19 | 1 | -0/+38 |
|/ | |||||
* | Merge pull request #143 from fireice-uk/topic-add-win-exit | fireice-uk | 2017-11-19 | 3 | -10/+12 |
|\ | | | | | Add windows exit | ||||
| * | Add windows exit | Unknown | 2017-11-19 | 3 | -10/+12 |
|/ | |||||
* | Merge pull request #142 from psychocrypt/topic-updateWindowsBuildGuide | fireice-uk | 2017-11-19 | 1 | -2/+2 |
|\ | | | | | update windoes compile guide | ||||
| * | update windoes compile guide | psychocrypt | 2017-11-19 | 1 | -2/+2 |
| | | | | | | | | Point to new xmr-stak-dep precompiled binaries if CUDA9 is used. | ||||
* | | Merge pull request #141 from psychocrypt/fix-windowsCompileDocumentation | fireice-uk | 2017-11-19 | 2 | -0/+3 |
|\ \ | | | | | | | fix windows compile documentation | ||||
| * | | fix windows compile documentation | psychocrypt | 2017-11-19 | 2 | -0/+3 |
| |/ | | | | | | | | | - add copy of openssl libs to appvoyer CI tests - update windows compile documentation | ||||
* | | Merge pull request #140 from psychocrypt/fix-windowsCompileV140 | fireice-uk | 2017-11-19 | 1 | -1/+1 |
|\ \ | |/ |/| | fix broken windows compile with v140 | ||||
| * | fix broken windows compile with v140 | psychocrypt | 2017-11-19 | 1 | -1/+1 |
|/ | | | | add microhttpd libs explicit to `xmr-stak-c` |