| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- fix conversion from large type tp small
|
| |
|
|
|
|
|
| |
- add documentation
- add environment variable `XMRSTAK_NOWAIT`
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
- 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`
|