summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/console.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Also fflush in printer::print_str() if configured to do soDickinson Reed2017-12-121-0/+5
|
* add environment variable `XMRSTAK_NOWAIT`psychocrypt2017-12-011-2/+7
| | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT`
* Add windows exitUnknown2017-11-191-4/+5
|
* add option: flush stdoutAlessandro Da Rugna2017-10-291-0/+6
| | | | | | 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.
* cleanup includespsychocrypt2017-09-301-1/+2
|
* group filespsychocrypt2017-09-301-0/+227
- 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