Skip to content

Commit fe0cb45

Browse files
authored
Merge branch 'main' into update-cxx-operator-impl
2 parents db07ad4 + 78f937f commit fe0cb45

File tree

2,689 files changed

+79031
-37756
lines changed

Some content is hidden

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

2,689 files changed

+79031
-37756
lines changed

.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+
**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 complete 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ docs/_build
4343
# Visual Studio Code Configurations
4444
.vscode
4545

46+
# JetBrains
47+
.idea
48+
4649
# clangd
4750
.cache
4851
.clangd
@@ -57,6 +60,9 @@ CMakeCache.txt
5760
CMakeFiles
5861
.atom-build.json
5962

63+
# Generated by JetBrains IDEs
64+
cmake-build-*
65+
6066
#==============================================================================#
6167
# Ignore compile database
6268
#==============================================================================#

.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)