Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix windows compile | psychocrypt | 2017-09-30 | 1 | -1/+2 | |
| | | | | - string literal can only be 16kbyte | |||||
* | fix clang CUDA compile | psychocrypt | 2017-09-30 | 1 | -1/+1 | |
| | | | | | | - add clang compile section - cleanup CMake file - fix missing return value | |||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 3 | -4/+4 | |
| | ||||||
* | fix compile | psychocrypt | 2017-09-30 | 3 | -27/+19 | |
| | ||||||
* | cleanup includes | psychocrypt | 2017-09-30 | 7 | -42/+38 | |
| | ||||||
* | group files | psychocrypt | 2017-09-30 | 14 | -0/+3410 | |
- 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` |