-
Notifications
You must be signed in to change notification settings - Fork 35
Commit e73b127
committed
Add support for test compilation with Delphi 13
Added support for test compiling with and automatic registration of
Delphi 13.
Added support for saving and reading Delphi 13 test compilation results
from all supported file formats.
Added support for specifying Delphi 13 as the minimum compiler on the
Code Generation tab of the Preference dialogue box.1 parent 877ad21 commit e73b127
File tree
5 files changed
+11
-3
lines changed- Src
5 files changed
+11
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 | + | ||
158 | + | ||
157 | 159 |
| |
158 | 160 |
| |
159 | 161 |
| |
| |||
179 | 181 |
| |
180 | 182 |
| |
181 | 183 |
| |
184 | + | ||
182 | 185 |
| |
183 | 186 |
| |
184 | 187 |
| |
| |||
211 | 214 |
| |
212 | 215 |
| |
213 | 216 |
| |
217 | + | ||
218 | + | ||
214 | 219 |
| |
215 | 220 |
| |
216 | 221 |
| |
| |||
246 | 251 |
| |
247 | 252 |
| |
248 | 253 |
| |
254 | + | ||
249 | 255 |
| |
250 | 256 |
| |
251 | 257 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | + | ||
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| |||
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
61 | - | ||
62 | + | ||
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 | - | ||
239 | + | ||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
685 | + | ||
685 | 686 |
| |
686 | 687 |
| |
687 | 688 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 | - | ||
71 | + | ||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
|
0 commit comments