Skip to content

Commit 0749460

Browse files
committed
Merge branch 'main' into coshy
2 parents 6b001c5 + e6902b4 commit 0749460

116 files changed

Lines changed: 10744 additions & 8684 deletions

File tree

Some content is hidden

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

.clang-format

Lines changed: 1 addition & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -65,105 +65,7 @@ ForEachMacros:
6565
- foreach
6666
- Q_FOREACH
6767
- BOOST_FOREACH
68-
IncludeBlocks: Regroup
69-
IncludeCategories:
70-
- Regex: '^"[a-zA-Z0-9_]*\.'
71-
Priority: 1
72-
SortPriority: 1
73-
- Regex: '^"testutils/'
74-
Priority: 2
75-
SortPriority: 2
76-
- Regex: '^"tron/'
77-
Priority: 2
78-
SortPriority: 3
79-
- Regex: '^"fmi/'
80-
Priority: 2
81-
SortPriority: 4
82-
- Regex: '^"verifier/'
83-
Priority: 2
84-
SortPriority: 5
85-
- Regex: '^"cora/'
86-
Priority: 2
87-
SortPriority: 6
88-
- Regex: '^"tiga/'
89-
Priority: 2
90-
SortPriority: 7
91-
- Regex: '^"statmc/'
92-
Priority: 2
93-
SortPriority: 8
94-
- Regex: '^"xmltrace/'
95-
Priority: 2
96-
SortPriority: 9
97-
- Regex: '^"pipeline/'
98-
Priority: 2
99-
SortPriority: 10
100-
- Regex: '^"protocol/'
101-
Priority: 2
102-
SortPriority: 11
103-
- Regex: '^"storage/'
104-
Priority: 2
105-
SortPriority: 12
106-
- Regex: '^"system/'
107-
Priority: 2
108-
SortPriority: 13
109-
- Regex: '^"dbm/'
110-
Priority: 2
111-
SortPriority: 14
112-
- Regex: '^"cdd/'
113-
Priority: 2
114-
SortPriority: 15
115-
- Regex: '^"polyhedra/'
116-
Priority: 2
117-
SortPriority: 16
118-
- Regex: '^"tracer/'
119-
Priority: 2
120-
SortPriority: 17
121-
- Regex: '^"utap/'
122-
Priority: 2
123-
SortPriority: 18
124-
- Regex: '^"io/'
125-
Priority: 2
126-
SortPriority: 19
127-
- Regex: '^"formats/'
128-
Priority: 2
129-
SortPriority: 20
130-
- Regex: '^"base/'
131-
Priority: 2
132-
SortPriority: 21
133-
- Regex: '^"hash/'
134-
Priority: 2
135-
SortPriority: 22
136-
- Regex: '^"debug/'
137-
Priority: 2
138-
SortPriority: 23
139-
- Regex: '^<libstrategy/'
140-
Priority: 3
141-
SortPriority: 24
142-
- Regex: '^<licensing/'
143-
Priority: 3
144-
SortPriority: 25
145-
- Regex: '^<prlearn/'
146-
Priority: 3
147-
SortPriority: 26
148-
- Regex: '^<ap_'
149-
Priority: 3
150-
SortPriority: 27
151-
- Regex: '^<libxml/'
152-
Priority: 3
153-
SortPriority: 28
154-
- Regex: '^<boost/'
155-
Priority: 3
156-
SortPriority: 29
157-
- Regex: '^<doctest/'
158-
Priority: 3
159-
SortPriority: 30
160-
- Regex: '^<[a-bd-z0-9][a-z0-9_]*(\.[a-z]*)?>$'
161-
Priority: 4
162-
SortPriority: 30
163-
- Regex: '^<c'
164-
Priority: 4
165-
SortPriority: 31
166-
#IncludeIsMainRegex: '([-_](test|unittest))?$'
68+
IncludeBlocks: Preserve
16769
IndentCaseLabels: false
16870
IndentPPDirectives: None
16971
IndentWidth: 4

.clang-tidy

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Checks: '-*,cppcoreguidelines-macro-usage,hicpp-deprecated-headers,modernize-deprecated-headers,hicpp-use-override,hicpp-use-emplace,modernize-use-emplace,hicpp-use-auto,readability-container-size-empty,readability-implicit-bool-conversion,readability-redundant-smartptr-get,readability-qualified-auto,performance-unnecessary-value-param,modernize-make-unique,modernize-make-shared,misc-unused-using-decls,performance-move-const-arg,modernize-use-using,modernize-use-nullptr,modernize-deprecated-headers,modernize-loop-convert,misc-unused-using-decls,misc-static-assert,misc-redundant-expression,modernize-use-bool-literals,readability-delete-null-pointer,readability-redundant-member-init'
2+
WarningsAsErrors: '-*'
3+
HeaderFilterRegex: ''
4+
FormatStyle: .clang-format
5+
6+
# To add more rules, refer to the following link:
7+
# https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html
8+
CheckOptions:
9+
- key: readability-identifier-naming.StaticConstantCase
10+
value: UPPER_CASE
11+
- key: readability-identifier-naming.StaticConstantIgnoreRegexp
12+
value: yy_sname # Generated by bison, so we don't care
13+
- key: modernize-deprecated-headers.CheckHeaderFile
14+
value: true

.github/workflows/build.yml

Lines changed: 0 additions & 205 deletions
This file was deleted.

0 commit comments

Comments
 (0)