Skip to content

Commit d27e3a6

Browse files
authored
Merge pull request #2379 from fireice-uk/dev
release 2.10.3
2 parents 1fa4626 + 47c5029 commit d27e3a6

File tree

112 files changed

+7171
-6544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+7171
-6544
lines changed

.clang-format

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
IndentWidth: 4
2+
TabWidth: 4
3+
ColumnLimit: 0
4+
BreakBeforeBraces: Allman
5+
AllowShortIfStatementsOnASingleLine: false
6+
IndentCaseLabels: false
7+
SpaceBeforeParens: Never
8+
UseTab: Always
9+
AlignAfterOpenBracket: DontAlign
10+
PointerBindsToType: true
11+
BreakConstructorInitializers: AfterColon
12+
ConstructorInitializerAllOnOneLineOrOnePerLine: true
13+
ConstructorInitializerIndentWidth: 4
14+
ContinuationIndentWidth: 4

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Compile bug report
3+
about: You have an issue to compile xmr-stak.
4+
5+
---
6+
7+
`...` are the placeholder for your answers. Please answer each question!
8+
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Which operating system do you use? **
14+
15+
```
16+
...
17+
```
18+
19+
**To Reproduce**
20+
```
21+
# Please post all commands and the output.
22+
...
23+
```
24+
25+
**Additional information.**
26+
27+
```
28+
# run `cmake -LA .` in the build folder and add the output here
29+
...
30+
```
31+
32+
**Feel free to add more information.**
33+
```
34+
...
35+
```
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Execution bug report
3+
about: You have an issue to execute xmr-stak.
4+
5+
---
6+
7+
**Most execution issues are caused by driver problems. Please use the [xmr-stak sub-reddit](https://www.reddit.com/r/XmrStak/) to ask for help instead of opening an issue here.**
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for xmr-stak.
4+
5+
---
6+
7+
**Please explain the feature as good as possible.**
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Need help for optimization.
3+
about: You need help to optimize your setup.
4+
5+
---
6+
7+
**Please use the [xmr-stak sub-reddit](https://www.reddit.com/r/XmrStak/) to discuss optimizations.**

0 commit comments

Comments
 (0)