summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/console.hpp
Commit message (Collapse)AuthorAgeFilesLines
* fix a few conversion warningspsychocrypt2018-06-041-1/+1
| | | | - fix conversion from large type tp small
* Add windows exitUnknown2017-11-191-1/+1
|
* add option: flush stdoutAlessandro Da Rugna2017-10-291-0/+2
| | | | | | Added the option to forcefully flush STDOUT, which may be useful when running the miner through a pipe instead than a shell. If STDOUT is a shell, it's unbuffered by default. If STDOUT is a pipe, it's buffered by default.
* fix compilepsychocrypt2017-09-301-1/+1
|
* cleanup includespsychocrypt2017-09-301-1/+4
|
* group filespsychocrypt2017-09-301-0/+47
- 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