Sven/Sarah Barth
|
2a5023508a
+ add support for forward declarations of generic classes and interfaces (any implicit pointer type really); fixes #34128
|
3 gadi atpakaļ |
Sven/Sarah Barth
|
3444b23c9a
+ add a method to retrieve a copy of a specialization context
|
3 gadi atpakaļ |
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)
|
3 gadi atpakaļ |
Sven/Sarah Barth
|
3e26beb1ed
* extract the code to parse a forward declaration out from types_dec into its own function parse_forward_declaration
|
3 gadi atpakaļ |
Sven/Sarah Barth
|
7f1e420bb0
* move determine_generic_def out from pdecl.types_dec to pgenutil
|
3 gadi atpakaļ |
Michaël Van Canneyt
|
ab013b6b69
* Need fielddefs
|
3 gadi atpakaļ |
Michaël Van Canneyt
|
1b4ad74b68
* Need fielddefs
|
3 gadi atpakaļ |
Michaël Van Canneyt
|
e09bf7e266
* Fix fieldmap & object generator
|
3 gadi atpakaļ |
Sven/Sarah Barth
|
b5ce98fec7
+ add C/C++ object files for aarch64-win64 compiled with LLVM 13.0.0
|
3 gadi atpakaļ |
Thorsten Otto
|
7f33dc18d0
atari: fix in v_ftext
|
3 gadi atpakaļ |
Thorsten Otto
|
bbe18e2633
tosunits: honor the window rectangle list in examples
|
3 gadi atpakaļ |
Thorsten Otto
|
a954fe6e8f
atari: some small bug fixes to new bindings
|
3 gadi atpakaļ |
Thorsten Otto
|
a9e3882e37
vdi: enlarge control array, needed by some NVDI5 functions
|
3 gadi atpakaļ |
Thorsten Otto
|
fdfd7c07ed
vdi: add some extra checks for functions that are not always present
|
3 gadi atpakaļ |
Thorsten Otto
|
850ba0bc74
atari: support ARGV protocol in ExecuteProcess
|
3 gadi atpakaļ |
Thorsten Otto
|
c223ae3610
rtl/atari: try to convert argv[0] to absolute pathname
|
3 gadi atpakaļ |
Thorsten Otto
|
0b1734cc04
rtl/atari: move common code of getenv
|
3 gadi atpakaļ |
florian
|
67fedc6b5b
* handle frac(+/-Inf or Nan) correctly in the software implementation, resolves #39584
|
3 gadi atpakaļ |
Michaël Van Canneyt
|
b3e079c5da
* Patch by Dokkie8844, better whitespace handling: fix issue #39557
|
3 gadi atpakaļ |
Michaël Van Canneyt
|
cec8d84ae7
* Fix underline/strikethrough for standard fonts. Fix issue #39585
|
3 gadi atpakaļ |
Nikolay Nikolov
|
72e88a3452
- don't write the wasm-ld command line to the screen when linking a WASM
|
3 gadi atpakaļ |
florian
|
9ad2bdcecd
+ patch by Bart B: TBucketList threw access violations after Clear, resolves #39565
|
3 gadi atpakaļ |
florian
|
bcab6185b9
* hopefully final fix for absolute references to absolute symbols
|
3 gadi atpakaļ |
Pierre Muller
|
f835897761
Add missing rtl/mips64 files and fix some rtl/mips64el files
|
3 gadi atpakaļ |
Ondrej Pokorny
|
f51c0daeb4
Fppdf fix encoding for standard fonts. Issue 39554
|
3 gadi atpakaļ |
mattias
|
a7545e0892
fcl-passc: removed testpasutils.pas
|
3 gadi atpakaļ |
Nikolay Nikolov
|
7711ba610a
- don't pass --export-dynamic to the linker when linking a library for the WASI target
|
3 gadi atpakaļ |
Nikolay Nikolov
|
2a33948521
- removed commented out code for executing WASI dllcmd[2]
|
3 gadi atpakaļ |
Nikolay Nikolov
|
e34116f7de
- removed --allow-undefined linker option when compiling a WASI library
|
3 gadi atpakaļ |
Nikolay Nikolov
|
590c878690
+ added separate startup code for libraries, that declares _initialize, instead of _start
|
3 gadi atpakaļ |