summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #306 from psychocrypt/topic-noWaitWindowsfireice-uk2017-12-013-2/+16
|\ | | | | add environment variable `XMRSTAK_NOWIT`
| * add environment variable `XMRSTAK_NOWAIT`psychocrypt2017-12-013-2/+16
| | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT`
* | Merge pull request #302 from psychocrypt/topic-portableBinWarningfireice-uk2017-11-301-0/+2
|\ \ | | | | | | experimental warning: portable binaries
| * | experimental warning: portable binariespsychocrypt2017-11-301-0/+2
| |/ | | | | | | add warning that portable binaries are experimental
* | Merge pull request #293 from nicolasgarnier/patch-2psychocrypt2017-11-301-1/+1
|\ \ | |/ |/| Really fixing incorrect Releases URL in README.md#Download
| * Really fixing incorrect Releases URL in README.md#DownloadNicolas Garnier2017-11-291-1/+1
|/ | | :)
* Merge pull request #291 from fireice-uk/topic-clearer-dev-switchpsychocrypt2017-11-291-3/+9
|\ | | | | Add custom message for dev -> user pool switch
| * Add custom message for dev -> user pool switchUnknown2017-11-291-3/+9
|/
* Merge pull request #270 from psychocrypt/topic-updateWindowsBuildDocufireice-uk2017-11-281-3/+7
|\ | | | | update windows build documentation
| * update windows build documentationpsychocrypt2017-11-271-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-cmakefireice-uk2017-11-281-16/+19
|\ \ | | | | | | fix CMake
| * | avoid CMake warning: CMP0054psychocrypt2017-11-271-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 CMakepsychocrypt2017-11-271-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/dockerfilepsychocrypt2017-11-273-57/+120
|\ \ | | | | | | Adding Dockerfile and fixing build_xmr-stak_docker script
| * | CUDA added to build_xmr-stak_docker scriptPetr Ruzicka2017-11-262-53/+55
| | |
| * | Adding Dockerfile and fixing build_xmr-stak_docker scriptPetr Ruzicka2017-11-233-43/+104
| | |
* | | Merge pull request #259 from BenQuigley/patch-1psychocrypt2017-11-271-1/+1
|\ \ \ | |_|/ |/| | Fixed incorrect Releases URL in README.md#Download
| * | Fixed incorrect Releases URL in README.md#DownloadBen Quigley2017-11-261-1/+1
| | |
* | | Merge pull request #221 from psychocrypt/fix-cudaLaunchBoundsfireice-uk2017-11-241-1/+1
|\ \ \ | | | | | | | | fix CUDA launch bounds usage
| * | | fix CUDA launch bounds usagepsychocrypt2017-11-231-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-increaseBfactorfireice-uk2017-11-241-0/+4
|\ \ \ \ | |/ / / |/| | | fix auto suggestion for low end devices
| * | | fix auto suggestion for low end devicespsychocrypt2017-11-201-0/+4
| | | | | | | | | | | | | | | | Increase bfactor for all devices with lesser than 6 multi processors.
* | | | Merge pull request #204 from michaelbaudino/devpsychocrypt2017-11-233-1/+34
|\ \ \ \ | | | | | | | | | | Add compilation instructions for MacOS
| * | | | Add compilation instructions for MacOSMichael Baudino2017-11-223-1/+34
| | |_|/ | |/| |
* | | | Merge pull request #197 from ExceptionallyGreat/macos-x-amd-gpu-fixpsychocrypt2017-11-231-2/+2
|\ \ \ \ | |/ / / |/| | | Fix for AMD GPU detection on MacOS X
| * | | Update gpu.cppExceptionallyGreat2017-11-211-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-compileDocumentationfireice-uk2017-11-221-2/+6
|\ \ \ \ | | | | | | | | | | update windows compile guide
| * | | | fix windows compile guidepsychocrypt2017-11-201-2/+6
| | |/ / | |/| | | | | | | | | | add explicit note that VSC v141 must be used for AMD and CPU compile.
* | | | Merge pull request #196 from psychocrypt/fix-missingHelpOutputfireice-uk2017-11-221-0/+2
|\ \ \ \ | | | | | | | | | | add missing nvidia help to usage.md
| * | | | add missing nvidia help to usage.mdpsychocrypt2017-11-211-0/+2
|/ / / / | | | | | | | | | | | | add NVIDIA cli options to the help message
* | | | Merge pull request #194 from ExceptionallyGreat/devpsychocrypt2017-11-211-0/+1
|\ \ \ \ | | |/ / | |/| | Update gpu.hpp
| * | | Update gpu.hppExceptionallyGreat2017-11-211-0/+1
| | | | | | | | | | | | Fixing the compile error on MacOS X
* | | | Merge pull request #178 from neversay/masterpsychocrypt2017-11-211-3/+6
|\ \ \ \ | | | | | | | | | | Fix indent on hash rate report.
| * | | | Fix indent issue.neversay2017-11-201-3/+6
| | |_|/ | |/| |
* | | | Merge pull request #182 from blacklion/patch-1psychocrypt2017-11-211-0/+1
|\ \ \ \ | |_|/ / |/| | | Fix crash on FreeBSD (#177)
| * | | Fix crash on FreeBSD (#177)Lev Serebryakov2017-11-211-0/+1
| |/ / | | | | | | This change fix #177 and compiler warning too.
* | | Merge pull request #193 from blacklion/patch-2fireice-uk2017-11-211-0/+1
|\ \ \ | | | | | | | | Fix uninitialized memory accces
| * | | Fix uninitialized memory acccesLev Serebryakov2017-11-211-0/+1
| |/ / | | | | | | Uninitialized memory access is UB in C/C++, fix it.
* | | Merge pull request #179 from psychocrypt/fix-appveyorfireice-uk2017-11-211-1/+1
|\ \ \ | |/ / |/| / | |/ fix appvoyer
| * fix appvoyerpsychocrypt2017-11-201-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.0fireice-uk2017-11-191-0/+38
|\ | | | | Add cheksums
| * Add cheksumsUnknown2017-11-191-0/+38
|/
* Merge pull request #143 from fireice-uk/topic-add-win-exitfireice-uk2017-11-193-10/+12
|\ | | | | Add windows exit
| * Add windows exitUnknown2017-11-193-10/+12
|/
* Merge pull request #142 from psychocrypt/topic-updateWindowsBuildGuidefireice-uk2017-11-191-2/+2
|\ | | | | update windoes compile guide
| * update windoes compile guidepsychocrypt2017-11-191-2/+2
| | | | | | | | Point to new xmr-stak-dep precompiled binaries if CUDA9 is used.
* | Merge pull request #141 from psychocrypt/fix-windowsCompileDocumentationfireice-uk2017-11-192-0/+3
|\ \ | | | | | | fix windows compile documentation
| * | fix windows compile documentationpsychocrypt2017-11-192-0/+3
| |/ | | | | | | | | - add copy of openssl libs to appvoyer CI tests - update windows compile documentation
* | Merge pull request #140 from psychocrypt/fix-windowsCompileV140fireice-uk2017-11-191-1/+1
|\ \ | |/ |/| fix broken windows compile with v140
| * fix broken windows compile with v140psychocrypt2017-11-191-1/+1
|/ | | | add microhttpd libs explicit to `xmr-stak-c`
OpenPOWER on IntegriCloud