Skip to content

Commit 0fb84eb

Browse files
committed
Add Delphi 13 compile results to each category
Each snippet's meta data in each category specific .ini file was updated with a new "Delphi13F" key with the result of compiling the snippet as the key's value. Fixes #60
1 parent 15c7ce2 commit 0fb84eb

22 files changed

+707
-2
lines changed

collection/arrays.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ DelphiXE3=Y
3030
DelphiXE4=Y
3131
Delphi10S=Y
3232
Delphi12A=Y
33+
Delphi13F=Y
3334
FPC=Y
3435

3536
[ByteArraysEqual]
@@ -56,6 +57,7 @@ DelphiXE3=Y
5657
DelphiXE4=Y
5758
Delphi10S=Y
5859
Delphi12A=Y
60+
Delphi13F=Y
5961
FPC=Y
6062

6163
[ByteArraysSameStart]
@@ -82,6 +84,7 @@ DelphiXE3=Y
8284
DelphiXE4=Y
8385
Delphi10S=Y
8486
Delphi12A=Y
87+
Delphi13F=Y
8588
FPC=Y
8689

8790
[IndexOfByte]
@@ -108,6 +111,7 @@ DelphiXE3=Y
108111
DelphiXE4=Y
109112
Delphi10S=Y
110113
Delphi12A=Y
114+
Delphi13F=Y
111115
FPC=Y
112116

113117
[LastIndexOfByte]
@@ -134,6 +138,7 @@ DelphiXE3=Y
134138
DelphiXE4=Y
135139
Delphi10S=Y
136140
Delphi12A=Y
141+
Delphi13F=Y
137142
FPC=Y
138143

139144
[StringListToArray]
@@ -161,6 +166,7 @@ DelphiXE3=Y
161166
DelphiXE4=Y
162167
Delphi10S=Y
163168
Delphi12A=Y
169+
Delphi13F=Y
164170
FPC=Y
165171

166172
[AppendByteArray]
@@ -188,6 +194,7 @@ DelphiXE3=Y
188194
DelphiXE4=Y
189195
Delphi10S=Y
190196
Delphi12A=Y
197+
Delphi13F=Y
191198
FPC=Y
192199

193200
[ChopByteArray]
@@ -215,6 +222,7 @@ DelphiXE3=Y
215222
DelphiXE4=Y
216223
Delphi10S=Y
217224
Delphi12A=Y
225+
Delphi13F=Y
218226
FPC=Y
219227

220228
[CloneByteArray]
@@ -243,6 +251,7 @@ DelphiXE3=Y
243251
DelphiXE4=Y
244252
Delphi10S=Y
245253
Delphi12A=Y
254+
Delphi13F=Y
246255
FPC=Y
247256

248257
[ConcatByteArrays]
@@ -270,6 +279,7 @@ DelphiXE3=Y
270279
DelphiXE4=Y
271280
Delphi10S=Y
272281
Delphi12A=Y
282+
Delphi13F=Y
273283
FPC=Y
274284

275285
[PopByteArray]
@@ -297,6 +307,7 @@ DelphiXE3=Y
297307
DelphiXE4=Y
298308
Delphi10S=Y
299309
Delphi12A=Y
310+
Delphi13F=Y
300311
FPC=Y
301312

302313
[PushByteArray]
@@ -324,6 +335,7 @@ DelphiXE3=Y
324335
DelphiXE4=Y
325336
Delphi10S=Y
326337
Delphi12A=Y
338+
Delphi13F=Y
327339
FPC=Y
328340

329341
[ShiftByteArray]
@@ -351,6 +363,7 @@ DelphiXE3=Y
351363
DelphiXE4=Y
352364
Delphi10S=Y
353365
Delphi12A=Y
366+
Delphi13F=Y
354367
FPC=Y
355368

356369
[SliceByteArray]
@@ -378,6 +391,7 @@ DelphiXE3=Y
378391
DelphiXE4=Y
379392
Delphi10S=Y
380393
Delphi12A=Y
394+
Delphi13F=Y
381395
FPC=Y
382396

383397
[UnShiftByteArray]
@@ -405,6 +419,7 @@ DelphiXE3=Y
405419
DelphiXE4=Y
406420
Delphi10S=Y
407421
Delphi12A=Y
422+
Delphi13F=Y
408423
FPC=Y
409424

410425
[TArrayUtils]
@@ -427,6 +442,7 @@ Delphi2006Win32=N
427442
Delphi2007=N
428443
DelphiXE=Y
429444
Delphi12A=Y
445+
Delphi13F=Y
430446

431447
[ReverseByteArray]
432448
Kind=routine
@@ -439,3 +455,4 @@ AdvancedTest.URL="https://github.com/delphidabbler/code-snippets/tree/master/tes
439455
Snip=656.dat
440456
DelphiXE=Y
441457
Delphi12A=Y
458+
Delphi13F=Y

collection/consts.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ DelphiXE3=Y
2929
DelphiXE4=Y
3030
Delphi10S=Y
3131
Delphi12A=Y
32+
Delphi13F=Y
3233
FPC=Y

0 commit comments

Comments
 (0)