Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvidia: fix return value if no device is found | psychocrypt | 2017-09-30 | 2 | -5/+3 |
| | |||||
* | 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 | 2 | -2/+2 |
| | | | | | | - 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 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 26 | -172/+148 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 46 | -216/+251 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 126 | -0/+33127 |
- 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` |