Skip to content

Commit 7845b10

Browse files
committed
Merge branch 'main' into SureFineWhatever
2 parents 43dc209 + ab6faa9 commit 7845b10

File tree

6,583 files changed

+689741
-139667
lines changed

Some content is hidden

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

6,583 files changed

+689741
-139667
lines changed

.dir-locals.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
(set (make-local-variable 'swift-project-directory)
1717
this-directory)
1818
)
19-
(tab-width . 2)
2019
(fill-column . 80)
2120
(c-file-style . "swift"))
2221
(c++-mode

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.swift.gyb linguist-language=Swift
22
*.cpp.gyb linguist-language=C++
3+
*.bat text eol=crlf

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Steps To Reproduce**
14+
Steps to reproduce the behavior:
15+
1.
16+
2.
17+
...
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Environment (please fill out the following information)**
26+
- OS: [e.g. macOS 11.0]
27+
- Xcode Version/Tag/Branch:
28+
29+
30+
**Additional context**
31+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: New Feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,35 @@ docs/_build
4040
# Visual Studio metadata
4141
.vs
4242

43+
# Visual Studio Code Configurations
44+
.vscode
45+
46+
# JetBrains
47+
.idea
48+
4349
# clangd
4450
.cache
4551
.clangd
4652

53+
# SwiftPM
54+
.build
55+
4756
#==============================================================================#
4857
# Ignore CMake temporary files
4958
#==============================================================================#
5059
CMakeCache.txt
5160
CMakeFiles
5261
.atom-build.json
5362

63+
# Generated by JetBrains IDEs
64+
cmake-build-*
65+
5466
#==============================================================================#
5567
# Ignore compile database
5668
#==============================================================================#
5769
compile_commands.json
5870

71+
#==============================================================================#
5972
# Ignore generated GYB files until we fix the workaround on Windows
6073
#==============================================================================#
6174
8

.mailmap

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Adrian-Constantin Popescu <[email protected]> <[email protected]>
22
3-
43
4+
55
Alexis Beingessner <[email protected]> <[email protected]>
66
77
88
99
Argyrios Kyrtzidis <[email protected]> <[email protected]>
1010
1111
12-
Becca Royal-Gordon <[email protected]> <[email protected]>
1312
Becca Royal-Gordon <[email protected]> <[email protected]>
14-
Becca Royal-Gordon <[email protected]> <[email protected]>
1513
Becca Royal-Gordon <[email protected]> <[email protected]>
14+
Becca Royal-Gordon <[email protected]> <[email protected]>
15+
Becca Royal-Gordon <[email protected]> <[email protected]>
1616
Ben Cohen <[email protected]>
1717
1818
@@ -36,8 +36,8 @@ Dave Abrahams <[email protected]> <[email protected]>
3636
3737
3838
39-
4039
David Rönnqvist <[email protected]>
40+
4141
4242
4343
@@ -87,8 +87,8 @@ Keith Smiley <[email protected]> <[email protected]>
8787
Kevin Saldaña <[email protected]>
8888
Kim Topley <[email protected]>
8989
90-
9190
Kuba Mracek <[email protected]>
91+
9292
9393
9494
Luiz Fernando Silva <[email protected]>
@@ -103,6 +103,7 @@ Max Moiseev <[email protected]> <[email protected]>
103103
104104
105105
106+
106107
107108
108109
@@ -112,8 +113,8 @@ Mishal Shah <[email protected]>
112113
113114
114115
115-
116116
117+
117118
118119
119120
Nicole Jacque <[email protected]>
@@ -128,8 +129,8 @@ Richard Wei <[email protected]> <[email protected]>
128129
129130
130131
131-
132132
Ross Bayer <[email protected]>
133+
133134
134135
135136

0 commit comments

Comments
 (0)