Commit Graph

71818 Commits

Author SHA1 Message Date
Michaël Van Canneyt
3677680c08 * Do not call verbose if EscapeSQL does nothing 2025-03-02 12:15:22 +01:00
Michaël Van Canneyt
b40450d687 * Try to handle mixed separation/output lines 2025-03-02 12:13:56 +01:00
Michaël Van Canneyt
e7ae1f9152 * Handle "internalerror generated" suffix found in log file, but not in longlog 2025-03-02 12:09:00 +01:00
Michaël Van Canneyt
59ed4c9228 Set AllVersionID field 2025-03-02 12:03:26 +01:00
Michaël Van Canneyt
13ea45d243 * Add tsutils to uses clause 2025-03-02 11:59:46 +01:00
Michaël Van Canneyt
ec788a84fd Fix ShowLastLog and ShowHistory methods 2025-03-02 11:58:17 +01:00
Michaël Van Canneyt
1034d4d9a5 * Some corrections in output 2025-03-02 11:54:53 +01:00
Michaël Van Canneyt
a341661f98 * threadlist -> tasklist 2025-03-02 11:48:52 +01:00
Michaël Van Canneyt
716aeb4783 Use default URL for sources if CategoryId <= 1 2025-03-02 11:47:10 +01:00
Michaël Van Canneyt
86765fa5a6 * Remove extra spaces in field names 2025-03-02 11:44:03 +01:00
Michaël Van Canneyt
af52e8ce9a * Fix error in version sorting 2025-03-02 11:35:55 +01:00
Michaël Van Canneyt
28233953c1 * More specific names for detailed test run results 2025-03-02 11:31:33 +01:00
Michaël Van Canneyt
dd2e8c8d3e * Add required packages 2025-03-02 11:30:33 +01:00
florian
b4b4896f7f * ensure result is set 2025-03-01 22:33:11 +01:00
florian
2679972f38 * factor out TRVCpuAsmOptimizer.OptPass1SLTIU 2025-03-01 22:24:13 +01:00
Michaël Van Canneyt
0df9da502b * Correct errors like "then;" . Fixes issue #41171 2025-03-01 20:49:54 +01:00
florian
2ef405b3e5 * avoid that not explicitly as vectors marked arrays end up in registers where they are handled not properly 2025-02-28 22:15:16 +01:00
Nikolay Nikolov
0977f0ac0d * WASI system.pp: check that WebAssembly threads are always turned off for the wasip1 target, and always turned on for the wasip1threads target 2025-02-28 15:12:21 +02:00
Nikolay Nikolov
7703ff9b34 * moved the common WASI RTL source files and includes to a 'wasicommon' dir 2025-02-28 15:12:21 +02:00
Nikolay Nikolov
40e41a846f + added .o files for the C linking tests for the wasip1threads platform 2025-02-28 15:12:21 +02:00
Nikolay Nikolov
31644454d0 * test/cg/obj/wasi renamed test/cg/obj/wasip1 2025-02-28 15:12:21 +02:00
Nikolay Nikolov
ac669830a2 * fix dotest.pp after the wasi->wasip1 rename and the addition of wasip1threads 2025-02-28 15:12:21 +02:00
Nikolay Nikolov
4ac20ba523 + added tf_no_pic_supported to the WASI platforms 2025-02-28 15:12:21 +02:00
Nikolay Nikolov
d1dbbc0a35 + also handle system_wasm32_wasip1threads in the compiler anywhere system_wasm32_wasip1 is handled 2025-02-28 15:12:21 +02:00
Nikolay Nikolov
51035eb0f4 + added system_wasm32_wasip1threads to systems_internal_sysinit 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
0d069b160f + added wasip1threads to fpmake.pp 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
890512cae2 + added wasip1threads to fpmkunit 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
1d85913234 + added wasip1threads rtl 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
698e16a12d + added system_wasm32_wasip1threads to systems_wasm 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
b9098d8c5f + register the wasip1threads target in the compiler 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
55d3d1447c * increased string size of tsysteminfo.shortname in order to fit 'wasip1threads' 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
bf0c724d80 * regen makefiles 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
b8007e33e3 * wasi renamed wasip1 in the utils/*/fpmake.pp files 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
ab3a10eaed * WASI renamed WASIp1 in ppudump 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
924c917276 * fixed compilation of ppudump 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
cf0f337447 + support wasip1threads in fpcmake 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
4340d03ba9 + compiler support for a new target: wasip1threads 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
32c1f78dc1 * wasi renamed wasip1 in the compiler help screen 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
251ca6b658 * ifdef on wasip1 when setting the source OS info to wasip1 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
4423989868 * renamed wasi -> wasip1 in fpmake.pp files 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
1f965d262d * wasi renamed wasip1 in fpmkunit 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
12c494cc0f * update makefiles 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
ce8643a2bc * update fpcmake.inc 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
995a5431c3 * wasi renamed wasip1 in fpcmake 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
59ab80bbb0 + add WASI as extra define for the wasip1 target 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
5a32b7159e * system_wasm32_wasi_info renamed system_wasm32_wasip1_info 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
2bc965ee28 * the name string of the WASI target changed from 'The WebAssembly System Interface (WASI)' to 'The WebAssembly System Interface Preview 1 (WASI 0.1)' 2025-02-28 15:12:19 +02:00
Nikolay Nikolov
e20466ffd1 * system_wasm32_wasi renamed system_wasm32_wasip1 2025-02-28 15:12:19 +02:00
Michaël Van Canneyt
e958ad5126 * Add delphi-compatible TList constructor with array of values 2025-02-28 10:12:47 +01:00
florian
70591f6449 * factor out TRVCpuAsmOptimizer.OptPass1Andi 2025-02-27 22:55:35 +01:00