Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename `xmr` to `monero` | psychocrypt | 2017-10-27 | 1 | -1/+1 |
| | | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive | ||||
* | add eon support to amd backend | psychocrypt | 2017-10-27 | 1 | -1/+1 |
| | | | | | - add compile parameter to support aeon and xmr - update auto suggestion to handle aeon | ||||
* | Merge pull request #69 from psychocrypt/topic-threadAffinity | fireice-uk | 2017-10-27 | 1 | -8/+22 |
|\ | | | | | thread affinity for non cpu backends | ||||
| * | check if affinity must be set | psychocrypt | 2017-10-27 | 1 | -2/+3 |
| | | | | | | | | - check if affinity vale before calling `thd_setaffinity` | ||||
| * | thread affinity for non cpu backends | psychocrypt | 2017-10-26 | 1 | -8/+21 |
| | | | | | | | | | | | | | | | | This is a follow up of #43 and use the some mechanism to set the thread affinity for non cpu backends correct. - use cpu affinity workflow for nvidia and amd - cpu: move messages of thread spawning before thread creation | ||||
* | | amd: use 64bit target | psychocrypt | 2017-10-24 | 1 | -1/+1 |
|/ | | | | | - remove 32bit target value - use always 64bit target for amd backend | ||||
* | Fix GPU nicehash support | fireice-uk | 2017-10-22 | 1 | -1/+3 |
| | |||||
* | move nicehash check into nonce calc | fireice-uk | 2017-10-22 | 1 | -4/+1 |
| | |||||
* | Implement changes suggested | fireice-uk | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | Implement pool-controlled nonce allocation | fireice-uk | 2017-10-22 | 1 | -7/+12 |
| | |||||
* | Make sure all singletons are set to null and make env a global ptr | fireice-uk | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | readd nicehash pool support | psychocrypt | 2017-10-01 | 1 | -1/+6 |
| | | | | use nicehash start nonce in all backends if nicehash is enabled | ||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 1 | -14/+14 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -17/+14 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+237 |
- 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` |