Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fix broken nicehash support | psychocrypt | 2017-10-04 | 1 | -1/+1 | |
|/ | | | | - add nicehash flag back to `miner_work` | |||||
* | return 0 if help is called | psychocrypt | 2017-10-01 | 1 | -1/+2 | |
| | | | | - add CIvariables to debug cuda build | |||||
* | add -c option for config file | psychocrypt | 2017-09-30 | 1 | -9/+24 | |
| | ||||||
* | fix clang CUDA compile | psychocrypt | 2017-09-30 | 1 | -1/+1 | |
| | | | | | | - 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 | 1 | -3/+5 | |
| | ||||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 1 | -19/+28 | |
| | ||||||
* | fix compile | psychocrypt | 2017-09-30 | 1 | -4/+4 | |
| | ||||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -13/+11 | |
| | ||||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+321 | |
- 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` |