Commit Graph

67327 Commits

Author SHA1 Message Date
Michael VAN CANNEYT
d4e7402ade * Char -> AnsiChar 2023-11-08 23:39:50 +01:00
Michael VAN CANNEYT
376cdd9b14 * Char -> AnsiChar 2023-11-08 23:39:50 +01:00
Michael VAN CANNEYT
fccb31bb28 * Char -> AnsiChar 2023-11-08 23:39:50 +01:00
Michael VAN CANNEYT
58250467c4 * Char -> AnsiChar 2023-11-08 23:39:50 +01:00
Michael VAN CANNEYT
f8d7e8b90b * Char -> AnsiChar 2023-11-08 23:39:50 +01:00
Michael VAN CANNEYT
7d4f2675a0 * Char -> AnsiChar 2023-11-08 23:39:50 +01:00
Michael VAN CANNEYT
5fcabcce06 * Char -> AnsiChar 2023-11-08 23:39:49 +01:00
Michaël Van Canneyt
93eafdb13b * Improvement of SysGetEnvironmentList by Alexey Torgashin. Fixes issue #40347 2023-11-08 23:39:49 +01:00
Michaël Van Canneyt
189c799b32 * Shorter form of copy, remark by Alexey Torgashin 2023-11-08 23:39:49 +01:00
Michaël Van Canneyt
ce5ffd1303 * Typo fixed 2023-11-08 23:39:49 +01:00
Michaël Van Canneyt
4a3f8b95a7 * More option processing 2023-11-08 23:39:49 +01:00
Michaël Van Canneyt
cab01c1700 * Do not compile pointer overloads of atomic operations for MS-DOS/i8086 2023-11-08 23:39:49 +01:00
Michaël Van Canneyt
e0e5966fe7 * Fix uninitialized result in DoDecode subroutine 2023-11-08 23:39:49 +01:00
Michaël Van Canneyt
1ac45c2589 * Handle some options required by android, nasm and darwin assemblers 2023-11-08 23:39:49 +01:00
marcoonthegit
a504541397 * remove redundant variable reported by Lagprogramming on forum. 2023-11-08 23:39:49 +01:00
Michaël Van Canneyt
f1e2fa4f49 * Tests for webassembly invoke helper 2023-11-08 23:39:48 +01:00
Michaël Van Canneyt
ac43504b95 * Invoke helper definition, allow calling it 2023-11-08 23:39:48 +01:00
Michaël Van Canneyt
ccc2f345cf Create invoke helper if requested and reference it in RTTI 2023-11-08 23:39:48 +01:00
Michaël Van Canneyt
96d2b314f9 * Mark method for invoke helper 2023-11-08 23:39:48 +01:00
Michaël Van Canneyt
55dfd6278b * Additional fields/enums for invoke helper 2023-11-08 23:39:48 +01:00
Massimo Magnano
a8168da8e8 fcl-image: Added Color Space support 2023-11-08 23:39:48 +01:00
Massimo Magnano
a909223776 fcl-image added psdcomn to package 2023-11-08 23:39:48 +01:00
Michaël Van Canneyt
37cbebddb7 * jpegcomn added 2023-11-08 23:39:48 +01:00
Michaël Van Canneyt
f1340f10b7 * Allow compilation for webassembly 2023-11-08 23:39:48 +01:00
Michaël Van Canneyt
8f364250bc * Allow compilation for webassembly 2023-11-08 23:39:47 +01:00
Michaël Van Canneyt
ec0c7944d7 * Allow compilation with webassembly (do not use goto) 2023-11-08 23:39:47 +01:00
mattias
556c323bcc pastojs: TCustomTestCLI.OnWriteFile: check if binary 2023-11-08 23:39:47 +01:00
mattias
4daaf8ea6d pastojs: fixed test on windows 2023-11-08 23:39:47 +01:00
Michaël Van Canneyt
fd1deded49 * Fix block logic error, causing failure of tw12830.pp 2023-11-08 23:39:47 +01:00
mattias
e883dc4586 fcl-passrc: fixed stackoverflow on const a=a, #39258 2023-11-08 23:39:47 +01:00
Massimo Magnano
5be1bb78f1 ignore compiled files 2023-11-08 23:39:47 +01:00
mattias
7ec6d9e3c1 fcl-passrc, pastojs: fixed crash on evaluating ord(int), #39260 2023-11-08 23:39:46 +01:00
Michaël Van Canneyt
29adfc18ff * Correct location of fields 2023-11-08 23:39:46 +01:00
Michaël Van Canneyt
e7ec3f4e8f * Undo wrongly added file 2023-11-08 23:39:46 +01:00
mattias
89bb598b89 pastojs: added test for rangecheck currency 2023-11-08 23:39:46 +01:00
mattias
7bd8692cec pastojs: less hints 2023-11-08 23:39:46 +01:00
mattias
3e00712be0 fcl-js: less hints 2023-11-08 23:39:46 +01:00
Henrique Gottardi Werlang
eea4d44b1f Fixed range check error, compiler error! 2023-11-08 23:39:46 +01:00
Henrique Gottardi Werlang
69664aa898 Changed the JS Writter to avoid access violation in the buffer. 2023-11-08 23:39:46 +01:00
Michaël Van Canneyt
c5a68b99d7 * Interface thunk class must query owner object interface list 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
5af226120e * Some explanations for running tests under wasmtime 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
d85d5b4aa3 * Progress and exit status display 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
4a2a6fcd88 * Disable use of goto for webassembly 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
64793cc105 * Test adapted: RTTI is enabled for raw interfaces 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
66133f9d77 * Parent class for hidden TVirtualInterface thunking class 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
e2667ca22d * Hidden thunk class tests for webassembly 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
40af8bc29a * Generate hidden class to be used for TVirtualInterface (wasm only) 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
57c6b89d19 * Allow compilation using webassembly 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
c7857badf4 * Webassembly also has reversed clean - most likely 32/64 bits issue, not delphi/FPC issue 2023-11-08 23:39:45 +01:00
Michaël Van Canneyt
96de30baed * Set better defaults 2023-11-08 23:39:45 +01:00