Skip to content

Commit a05fda9

Browse files
committed
Attempt to reduce diff noise
1 parent 5a59979 commit a05fda9

File tree

2,727 files changed

+340129
-956581
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,727 files changed

+340129
-956581
lines changed

.silktouch/openal-clangsharp.stout

0 Bytes
Binary file not shown.

.silktouch/opengl-clangsharp.stout

0 Bytes
Binary file not shown.

.silktouch/sdl-clangsharp.stout

0 Bytes
Binary file not shown.

.silktouch/vulkan-clangsharp.stout

0 Bytes
Binary file not shown.

generator.json

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"TransformFunctions",
4848
"TransformProperties",
4949
"PrettifyNames",
50-
"TransformEnums",
5150
"AddVTables",
5251
"StripAttributes"
5352
],
@@ -71,14 +70,12 @@
7170
"GlobalPrefixHints": ["SDL"]
7271
},
7372
"TransformEnums": {
74-
"AddNoneMemberToFlags": true,
75-
"RewriteMemberValues": true
73+
"AddNoneMemberToFlags": true
7674
},
7775
"StripAttributes": {
7876
"Remove": [
79-
"NativeTypeName",
80-
"NameAffix",
81-
"Transformed"
77+
"NativeName",
78+
"NameAffix"
8279
]
8380
}
8481
},
@@ -90,13 +87,11 @@
9087
"AddIncludes",
9188
"ClangScraper",
9289
"MarkNativeNames",
93-
"AddApiProfiles",
9490
"BakeSourceSets",
9591
"MixKhronosData",
9692
"AddOpaqueStructs",
9793
"TransformFunctions",
9894
"PrettifyNames",
99-
"TransformEnums",
10095
"AddVTables",
10196
"StripAttributes"
10297
],
@@ -208,9 +203,8 @@
208203
},
209204
"StripAttributes": {
210205
"Remove": [
211-
"NativeTypeName",
212-
"NameAffix",
213-
"Transformed"
206+
"NativeName",
207+
"NameAffix"
214208
]
215209
}
216210
},
@@ -223,14 +217,12 @@
223217
"ClangScraper",
224218
"MarkNativeNames",
225219
"ChangeNativeClass",
226-
"AddApiProfiles",
227220
"MixKhronosData",
228221
"ExtractNestedTyping",
229222
"TransformHandles",
230223
"InterceptNativeFunctions",
231224
"TransformFunctions",
232225
"PrettifyNames",
233-
"TransformEnums",
234226
"AddVTables",
235227
"StripAttributes"
236228
],
@@ -347,9 +339,8 @@
347339
},
348340
"StripAttributes": {
349341
"Remove": [
350-
"NativeTypeName",
351-
"NameAffix",
352-
"Transformed"
342+
"NativeName",
343+
"NameAffix"
353344
]
354345
}
355346
},
@@ -364,7 +355,6 @@
364355
"ExtractNestedTyping",
365356
"TransformHandles",
366357
"MixKhronosData",
367-
"AddApiProfiles",
368358
"InterceptNativeFunctions",
369359
"TransformFunctions",
370360
"TransformProperties",
@@ -471,9 +461,8 @@
471461
},
472462
"StripAttributes": {
473463
"Remove": [
474-
"NativeTypeName",
475-
"NameAffix",
476-
"Transformed"
464+
"NativeName",
465+
"NameAffix"
477466
]
478467
}
479468
}

0 commit comments

Comments
 (0)