Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvidia: fix return value if no device is found | psychocrypt | 2017-09-30 | 2 | -5/+3 |
| | |||||
* | documentation | psychocrypt | 2017-09-30 | 9 | -159/+490 |
| | | | | | - add more documentation - split documentation into different files | ||||
* | remove auto conf from json | psychocrypt | 2017-09-30 | 1 | -2/+0 |
| | |||||
* | fix windows compile | psychocrypt | 2017-09-30 | 1 | -1/+2 |
| | | | | - string literal can only be 16kbyte | ||||
* | fix clang CUDA compile | psychocrypt | 2017-09-30 | 3 | -10/+27 |
| | | | | | | - add clang compile section - cleanup CMake file - fix missing return value | ||||
* | add help message | psychocrypt | 2017-09-30 | 1 | -3/+27 |
| | |||||
* | use call prefix to load backends | psychocrypt | 2017-09-30 | 3 | -4/+10 |
| | |||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 16 | -46/+55 |
| | |||||
* | rename binary to xmr-stak | psychocrypt | 2017-09-30 | 1 | -4/+5 |
| | | | | - add pseudo install rule to CMake | ||||
* | fix compile | psychocrypt | 2017-09-30 | 26 | -172/+148 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 47 | -217/+252 |
| | |||||
* | update xmake file | psychocrypt | 2017-09-30 | 1 | -13/+15 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 131 | -172/+17 |
| | | | | | | | - move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp` | ||||
* | log invalid backend results | psychocrypt | 2017-09-30 | 3 | -11/+3 |
| | | | | | - executor.h: expose log_`result_error()` - register wrong results | ||||
* | config as template | psychocrypt | 2017-09-30 | 3 | -17/+46 |
| | | | | | - create config on startup - remove copy `config.txt` on `make install` | ||||
* | remove wrong commited cmake files | psychocrypt | 2017-09-30 | 2 | -39/+0 |
| | |||||
* | add command line poll/passwd/usename overwrite | psychocrypt | 2017-09-30 | 1 | -3/+14 |
| | | | | Use command line poolname, password and username if defined | ||||
* | use runtime enable/disable flag for backends | psychocrypt | 2017-09-30 | 1 | -14/+24 |
| | |||||
* | fix opencl for windows | psychocrypt | 2017-09-30 | 3 | -127/+8 |
| | | | | | - splitt literal to smaller chunks (windows only support 16k literals) - remove copy command for opencl folder | ||||
* | command line parameter | psychocrypt | 2017-09-30 | 14 | -48/+174 |
| | | | | | - store most importend parameter in a singleton - use config file parameter | ||||
* | move opencl files to amd backend | psychocrypt | 2017-09-30 | 9 | -23/+97 |
| | | | | - inlcude opencl source code during compile | ||||
* | improve auto suggestion | psychocrypt | 2017-09-30 | 5 | -22/+57 |
| | | | | | | - amd/nvidia add hard limit that 64MiB memory keeps free - improve nvidia auto suggestion (take care of lmem) - add c++11 flag to nvidia compiler | ||||
* | fix bugs | psychocrypt | 2017-09-30 | 5 | -6/+11 |
| | | | | - add excecutor to the singleton export list | ||||
* | fix singleton issues on windows | psychocrypt | 2017-09-30 | 23 | -279/+330 |
| | | | | | | - pass all singletons into the backend libraries - move some cpu config features from the cpu config file to the global config.txt - add global jconf to the xported singleton list | ||||
* | fix windows compile | psychocrypt | 2017-09-30 | 7 | -15/+25 |
| | | | | | | - fix build documentation - fix plugin load methods - fix symbol export for plugins | ||||
* | simplify templates | psychocrypt | 2017-09-30 | 7 | -10/+12 |
| | |||||
* | add option to disable CPU backend | psychocrypt | 2017-09-30 | 2 | -7/+18 |
| | |||||
* | add CMake flags to disable backends | psychocrypt | 2017-09-30 | 1 | -78/+88 |
| | | | | | - add `CUDA_ENABLE` - add `OpenCL_ENABLE` | ||||
* | fix windows support | psychocrypt | 2017-09-30 | 9 | -53/+86 |
| | | | | - fix broken windows support | ||||
* | add amd opencl files | psychocrypt | 2017-09-30 | 6 | -0/+1825 |
| | |||||
* | update rot files | psychocrypt | 2017-09-30 | 19 | -1440/+374 |
| | | | | | - add config file editor - move telemetry out of minethd | ||||
* | update CMake | psychocrypt | 2017-09-30 | 1 | -3/+158 |
| | |||||
* | add generic backend files | psychocrypt | 2017-09-30 | 7 | -0/+395 |
| | | | | | - add Plugin.h to load a backend - add backend interface | ||||
* | add cpu backend | psychocrypt | 2017-09-30 | 7 | -0/+1460 |
| | | | | - move needed files from root to backend folder | ||||
* | add amd backend | psychocrypt | 2017-09-30 | 8 | -0/+1661 |
| | | | | | - add backend - add auto suggestion | ||||
* | add nvidia backend | psychocrypt | 2017-09-30 | 17 | -0/+3360 |
| | |||||
* | Merge pull request #323 from dp770/patch-2 | psychocrypt | 2017-09-17 | 1 | -1/+1 |
|\ | | | | | Env variable "MICROHTTPD_ROOT" is ignored by cmake | ||||
| * | Env variable "MICROHTTPD_ROOT" is ignored by cmake | dp770 | 2017-09-12 | 1 | -1/+1 |
|/ | | | | Fixing bug in CMakeLists.txt preventing to pick up microhttpd library root as defined in environment variable "MICROHTTPD_ROOT" Example: "export MICROHTTPD_ROOT=/opt/gnu/libmicrohttpd-0.9.55" will be ignored without this fix | ||||
* | Merge pull request #282 from raxbits/patch-2 | psychocrypt | 2017-08-20 | 1 | -1/+1 |
|\ | | | | | Fixes README.md typo | ||||
| * | Fixes README.md typo | Ramin Ranjbar | 2017-08-20 | 1 | -1/+1 |
|/ | | | Just deleted repeated word :) | ||||
* | Merge pull request #268 from ruzickap/feature/improve_build_xmr-stak_docker | psychocrypt | 2017-08-07 | 1 | -26/+31 |
|\ | | | | | build_xmr-stak_docker script improved | ||||
| * | build_xmr-stak_docker script improved | Petr Ruzicka | 2017-08-07 | 1 | -26/+31 |
|/ | |||||
* | Merge pull request #260 from notunderground/dev | psychocrypt | 2017-08-02 | 1 | -5/+5 |
|\ | | | | | fix typos in config.txt | ||||
| * | fix typos in config.txt | notunderground | 2017-07-31 | 1 | -5/+5 |
|/ | |||||
* | Merge pull request #254 from fireice-uk/topic-race-fix | psychocrypt | 2017-07-27 | 2 | -0/+7 |
|\ | | | | | Race condition fix | ||||
| * | Race condition fix | fireice-uk | 2017-07-27 | 2 | -0/+7 |
| | | |||||
* | | Merge pull request #233 from ↵ | psychocrypt | 2017-07-27 | 2 | -3/+114 |
|\ \ | |/ |/| | | | | | ruzickap/feature/improve_documentation_of_compilation_steps Build documentation improved and added "docker script" for building xmr-stak for other distributions | ||||
| * | Build documenation improved and added "docker script" for building xmr-stak ↵ | Petr Ruzicka | 2017-07-24 | 2 | -3/+114 |
|/ | | | | for other distributions | ||||
* | Merge pull request #234 from vs4vijay/patch-1 | fireice-uk | 2017-07-23 | 1 | -1/+1 |
|\ | | | | | Typo Fix | ||||
| * | Typo Fix | Vizay Soni | 2017-07-21 | 1 | -1/+1 |
| | | | | | | Fix `Lare` -> `Large` |