summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/backendConnector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix job consume (possible deadlock)psychocrypt2018-06-041-3/+0
| | | | | | | | | fix #1505 - fix possible deadlock of the executor thread - fix racecondition during the job consumation - remove switch_work in all classes `minethd` - move `consume_work` into `globalStates`
* allow non AMD OpenCL driver and devicespsychocrypt2018-06-041-2/+3
| | | | | | - add CLI flag to explicitly use non AMD OpenCL and devices - adjust OpenCL output (use OpenCL instead of AMD if --altOpenCL is sued) - optimize NVIDIA OpenCL auto suggestion
* Repair all 'namepsace' to 'namespace' (all within comments)Tony Butler2018-06-041-1/+1
|
* Remove whitespace linesUnknown2017-11-161-1/+1
|
* remove space indention with tabspsychocrypt2017-11-161-1/+1
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* - Add large page initialisation on Windowsfireice-uk2017-10-041-2/+1
| | | | | - Add a proper UAC manifest requesting elevation when we start - Fix self_test() - this is integral part of initialisation
* rename `Params` to `params`psychocrypt2017-09-301-3/+3
|
* fix compilepsychocrypt2017-09-301-9/+9
|
* cleanup includespsychocrypt2017-09-301-19/+18
|
* group filespsychocrypt2017-09-301-0/+104
- 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`
OpenPOWER on IntegriCloud