Commit Graph

64764 Commits

Author SHA1 Message Date
Michaël Van Canneyt
939572ebb6 * Implement ExtractIdentifierNames: fix issue 39454 2022-02-19 12:36:59 +01:00
mattias
acc590ac07 pastojs: set version to 2.3.1 2022-02-19 11:34:52 +01:00
florian
04145589a9 * improved fpc_frac_real 2022-02-18 22:47:55 +01:00
Sven/Sarah Barth
3f14a19d3e * fix typos in comments, no code changes 2022-02-18 17:54:36 +01:00
Sven/Sarah Barth
92eb260521 + support for generic forward declarations fixes #39582, so add a test for it 2022-02-18 17:54:36 +01:00
Sven/Sarah Barth
c14c3ec98f + support for generic forward declarations fixes #39581, so add a test for it 2022-02-18 17:54:36 +01:00
Sven/Sarah Barth
2a5023508a + add support for forward declarations of generic classes and interfaces (any implicit pointer type really); fixes #34128 2022-02-18 17:54:23 +01:00
Sven/Sarah Barth
3444b23c9a + add a method to retrieve a copy of a specialization context 2022-02-18 17:53:35 +01:00
Sven/Sarah Barth
094a353d87 + add ability to strictly compare defs with generic constraints (this is needed for declarations, while for normal code we're rather relaxed) 2022-02-18 17:53:35 +01:00
Sven/Sarah Barth
3e26beb1ed * extract the code to parse a forward declaration out from types_dec into its own function parse_forward_declaration 2022-02-18 17:53:35 +01:00
Sven/Sarah Barth
7f1e420bb0 * move determine_generic_def out from pdecl.types_dec to pgenutil 2022-02-18 17:53:35 +01:00
Michaël Van Canneyt
ab013b6b69 * Need fielddefs 2022-02-18 16:39:54 +01:00
Michaël Van Canneyt
1b4ad74b68 * Need fielddefs 2022-02-18 16:39:54 +01:00
Michaël Van Canneyt
e09bf7e266 * Fix fieldmap & object generator 2022-02-18 16:39:54 +01:00
Sven/Sarah Barth
b5ce98fec7 + add C/C++ object files for aarch64-win64 compiled with LLVM 13.0.0 2022-02-18 15:23:00 +01:00
Thorsten Otto
7f33dc18d0 atari: fix in v_ftext 2022-02-18 11:23:04 +00:00
Thorsten Otto
bbe18e2633 tosunits: honor the window rectangle list in examples 2022-02-18 11:23:04 +00:00
Thorsten Otto
a954fe6e8f atari: some small bug fixes to new bindings 2022-02-18 11:23:04 +00:00
Thorsten Otto
a9e3882e37 vdi: enlarge control array, needed by some NVDI5 functions 2022-02-18 11:23:04 +00:00
Thorsten Otto
fdfd7c07ed vdi: add some extra checks for functions that are not always present 2022-02-18 11:23:04 +00:00
Thorsten Otto
850ba0bc74 atari: support ARGV protocol in ExecuteProcess 2022-02-18 11:23:04 +00:00
Thorsten Otto
c223ae3610 rtl/atari: try to convert argv[0] to absolute pathname 2022-02-18 11:23:04 +00:00
Thorsten Otto
0b1734cc04 rtl/atari: move common code of getenv 2022-02-18 11:23:04 +00:00
florian
67fedc6b5b * handle frac(+/-Inf or Nan) correctly in the software implementation, resolves #39584 2022-02-17 22:00:27 +01:00
Michaël Van Canneyt
b3e079c5da * Patch by Dokkie8844, better whitespace handling: fix issue #39557 2022-02-17 14:10:06 +01:00
Michaël Van Canneyt
cec8d84ae7 * Fix underline/strikethrough for standard fonts. Fix issue #39585 2022-02-17 13:39:06 +01:00
Nikolay Nikolov
72e88a3452 - don't write the wasm-ld command line to the screen when linking a WASM
library. The command line, passed to the linker is dumped when compiling with
  -vv anyway.
2022-02-17 05:14:21 +02:00
florian
9ad2bdcecd + patch by Bart B: TBucketList threw access violations after Clear, resolves #39565
+ test
2022-02-16 23:00:02 +01:00
florian
bcab6185b9 * hopefully final fix for absolute references to absolute symbols 2022-02-16 21:30:14 +01:00
Pierre Muller
f835897761 Add missing rtl/mips64 files and fix some rtl/mips64el files 2022-02-16 16:47:58 +00:00
Ondrej Pokorny
f51c0daeb4 Fppdf fix encoding for standard fonts. Issue 39554 2022-02-16 16:24:23 +00:00
mattias
a7545e0892 fcl-passc: removed testpasutils.pas 2022-02-16 11:55:22 +01:00
Nikolay Nikolov
7711ba610a - don't pass --export-dynamic to the linker when linking a library for the WASI target 2022-02-16 06:00:18 +02:00
Nikolay Nikolov
2a33948521 - removed commented out code for executing WASI dllcmd[2] 2022-02-16 05:42:52 +02:00
Nikolay Nikolov
e34116f7de - removed --allow-undefined linker option when compiling a WASI library 2022-02-16 05:34:09 +02:00
Nikolay Nikolov
590c878690 + added separate startup code for libraries, that declares _initialize, instead of _start 2022-02-16 05:24:41 +02:00
Nikolay Nikolov
5f66de624d * regenerate makefile 2022-02-16 05:17:01 +02:00
Nikolay Nikolov
d2a2240a2c * some fixes to the WASI library compilation (not ready, yet) 2022-02-16 02:49:34 +02:00
Nikolay Nikolov
f01c841190 * set and use ExeCmd instead of DllCmd when making an WASI executable 2022-02-16 02:32:18 +02:00
Nikolay Nikolov
f7b7c39129 * use 'with' in tlinkerwasi.SetDefaultInfo 2022-02-16 02:31:23 +02:00
Nikolay Nikolov
ae17e6acb6 - removed unused comment 2022-02-16 02:31:01 +02:00
Nikolay Nikolov
ef4255c65b - removed spurious comment 2022-02-16 02:25:32 +02:00
Michaël Van Canneyt
f1043ef099 * Patch from Laco to implement filtering on null values 2022-02-15 23:32:28 +01:00
Bernd Kreuss
0f5bd26cba remove unused resource strings 2022-02-15 22:22:47 +00:00
florian
7aabdb85fa - removed probably accidently commited IDE configuration files 2022-02-15 20:57:18 +01:00
Pierre Muller
b048ae37b2 Fix loading of 64-bit constant into register for 64-bit mips CPU 2022-02-15 19:51:26 +00:00
Pierre Muller
ac3fab3e92 Update utils/fpcm/revision.inc to commit d0db89072e 2022-02-15 15:47:14 +00:00
Pierre Muller
4da4c96349 Regenerate Makefile's with mips gcc fixes and new enabled mips64-linux target 2022-02-15 15:45:15 +00:00
Pierre Muller
d0db89072e Enable mips64-linux target 2022-02-15 15:35:10 +00:00
Pierre Muller
855a0af427 Update utils/fpcm/revision.inc after commit 6bded28a10 2022-02-15 14:52:08 +00:00