Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Further software aes optimisation | fireice-uk | 2017-10-05 | 1 | -25/+23 | |
| | | | ||||||
| * | | Cleaned up, so persons not very proficient in C macros, like hyc_symas don't ↵ | fireice-uk | 2017-10-05 | 1 | -99/+14 | |
| | | | | | | | | | | | | cry about obfuscation | |||||
| * | | rename soft_aes.c | fireice-uk | 2017-10-04 | 2 | -3/+2 | |
| |/ | ||||||
* | | Merge pull request #15 from fireice-uk/topic-cleanup | fireice-uk | 2017-10-04 | 8 | -217/+39 | |
|\ \ | |/ |/| | Topic cleanup | |||||
| * | Change contributing.md | fireice-uk | 2017-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | Lots of little cleanup changes | fireice-uk | 2017-10-04 | 8 | -217/+39 | |
|/ | ||||||
* | Merge pull request #3 from psychocrypt/topic-addNicehashPoolSupport | psychocrypt | 2017-10-01 | 2 | -2/+11 | |
|\ | | | | | readd nicehash pool support | |||||
| * | readd nicehash pool support | psychocrypt | 2017-10-01 | 2 | -2/+11 | |
|/ | | | | use nicehash start nonce in all backends if nicehash is enabled | |||||
* | Merge pull request #2 from psychocrypt/fix-donationDocumentation | psychocrypt | 2017-10-01 | 1 | -1/+7 | |
|\ | | | | | fix donation section | |||||
| * | fix donation section | psychocrypt | 2017-10-01 | 1 | -1/+7 | |
| | | ||||||
* | | Merge pull request #1 from psychocrypt/topic-restructure11 | psychocrypt | 2017-10-01 | 143 | -1432/+9755 | |
|\ \ | |/ | | | refactor xmr-stak | |||||
| * | disable cuda install for MacOS | psychocrypt | 2017-10-01 | 1 | -13/+13 | |
| | | ||||||
| * | return 0 if help is called | psychocrypt | 2017-10-01 | 2 | -2/+5 | |
| | | | | | | | | - add CIvariables to debug cuda build | |||||
| * | enable C++11 for nvcc | psychocrypt | 2017-10-01 | 1 | -1/+1 | |
| | | ||||||
| * | add -c option for config file | psychocrypt | 2017-09-30 | 2 | -11/+26 | |
| | | ||||||
| * | fix CI | psychocrypt | 2017-09-30 | 3 | -5/+37 | |
| | | | | | | | | | | - fix windows CI - add CUDA to linux CI | |||||
| * | fix CI tests | psychocrypt | 2017-09-30 | 2 | -8/+7 | |
| | | ||||||
| * | 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 |