summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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`
* Merge pull request #135 from fireice-uk/topic-doc-extfireice-uk2017-11-182-0/+27
|\ | | | | Update docs
| * Update docsUnknown2017-11-181-4/+4
| | | | | | rename to make it clearer that this is a linux binary
| * Update docsUnknown2017-11-182-0/+27
| |
* | Merge pull request #138 from psychocrypt/fix-amdMaxWorkSizefireice-uk2017-11-181-0/+4
|\ \ | | | | | | fix max work size shown to user
| * | fix max work size shown to userpsychocrypt2017-11-181-0/+4
| |/ | | | | | | The max work size shown to the user was the hardware maximum but not take in account thet some kernel spwning 8 times more threads per work group than configured by the user.
* | Merge pull request #137 from psychocrypt/topic-handleOpenClErrorsfireice-uk2017-11-181-64/+82
|\ \ | | | | | | handle OpenCL errors
| * | handle OpenCL errorspsychocrypt2017-11-181-64/+82
| |/ | | | | | | | | - handle opencl errors to avoid unexpected behaviors - remove code duplicatio nwithin the some method
* | Merge pull request #136 from psychocrypt/fix-openCLCompatibilityfireice-uk2017-11-183-11/+12
|\ \ | |/ |/| fix OpenCL compatibility
| * fix OpenCL compatibilitypsychocrypt2017-11-183-11/+12
|/ | | | | | - enforce that only host side OpenCl 1.2 functions are used if the miner is compiled with `XMR-STAK_COMPILE=generic` - update documentation - add CMake option `XMR-STAK_COMPILE` to windows
* Merge pull request #134 from fireice-uk/fix-wrong-gpu-res-crashfireice-uk2017-11-172-1/+5
|\ | | | | Fix GPU result crash
| * Fix gpu result crashUnknown2017-11-172-1/+5
|/
* Merge pull request #133 from psychocrypt/fix-cudaArchBinaryDetectionfireice-uk2017-11-171-1/+1
|\ | | | | fix wrong cuda binary arch detection
| * fix wrong cuda binary arch detectionpsychocrypt2017-11-171-1/+1
| | | | | | | | fix wrong arch comparsion
* | Merge pull request #132 from psychocrypt/fix-nvidiaAutoSuggestionfireice-uk2017-11-171-2/+2
|\ \ | |/ |/| fix nvidia auto suggestion
| * fix nvidia auto suggestionpsychocrypt2017-11-171-2/+2
|/ | | | | The lmem is still incalculably and crash the miner very often. Increase the potential lmem usage to 16kiB to respect lmem alignments, ...
* Merge pull request #128 from psychocrypt/fix-aeonDevPoolfireice-uk2017-11-171-2/+2
|\ | | | | fix aeon dev pool
| * fix aeon dev poolpsychocrypt2017-11-161-2/+2
|/ | | | - fix aeon dev pool settings
* Merge pull request #127 from fireice-uk/fix-multipoolpsychocrypt2017-11-162-4/+5
|\ | | | | Fix cases where positive feedback was still occurring.
| * Fix cases where postive feedback was still occurring.Unknown2017-11-162-4/+5
|/
* Merge pull request #126 from psychocrypt/topic-removeSpaceIndentionWithTabsfireice-uk2017-11-1627-237/+239
|\ | | | | remove space indention with tabs
| * Remove whitespace linesUnknown2017-11-1622-60/+60
| |
| * fix wrong indentions by hand after auto conversionpsychocrypt2017-11-164-12/+14
| |
| * remove space indention with tabspsychocrypt2017-11-1615-176/+176
|/ | | | - removed all space indention in `*.hpp` and `*.cpp` files
OpenPOWER on IntegriCloud