Michaël Van Canneyt
|
a2a9db1e06
* Sync stored specifier names
|
3 년 전 |
Michaël Van Canneyt
|
045b938dfa
* Add storage specifier for params
|
3 년 전 |
mattias
|
78fba07415
fcl-web: gitignore
|
3 년 전 |
mattias
|
3c5ad4eadf
fcl-web: updated lpi
|
3 년 전 |
mattias
|
bf2d0853b6
fcl-web: fixed compile tcjwt
|
3 년 전 |
mattias
|
c2e9642b27
fcl-hash: gitignore testhash
|
3 년 전 |
marcoonthegit
|
d309b77b59
* header added remaining files for bug #39481
|
3 년 전 |
marcoonthegit
|
476a4f0f91
* fix headers other packages up to (but not including) fcl-res (which are generated files) bug #39481
|
3 년 전 |
marcoonthegit
|
afcf3e5201
* Added headers (bug #39481) for fcl-db.
|
3 년 전 |
florian
|
33eef1f9b1
* AVR: moved MovMov2Movw optimization into pass2 as it might prevent other optimizations
|
3 년 전 |
marcoonthegit
|
c203097ec2
* add overload to getenvironmentvariable so that it is also found when windows is before sysutils in the uses list. bug #39448
|
3 년 전 |
florian
|
9695dba4d9
* AVR: fix TCpuAsmOptimizer.InstructionLoadsFromReg for MOVW
|
3 년 전 |
florian
|
49edb0b606
* AVR: fix TAoptBaseCpu.RegModifiedByInstruction, resolves #39623
|
3 년 전 |
florian
|
e87c52d7dc
* otherwise => else
|
3 년 전 |
florian
|
fc6d558727
* compile always with -CX -XX for Z80
|
3 년 전 |
J. Gareth "Curious Kit" Moreton
|
bdd26766ed
* Changed -1 to $FFFFFFFF on DWord writes to suppress range check errors
|
3 년 전 |
J. Gareth "Curious Kit" Moreton
|
f62ffa74dc
* x86: Changed the names of temporary register
|
3 년 전 |
J. Gareth "Curious Kit" Moreton
|
627fb9a25b
* x86: New jump/label tracking in CrossJump optimisations
|
3 년 전 |
florian
|
3fac399683
* more precise test as suggested here: https://gitlab.com/freepascal.org/fpc/source/-/commit/876ae561585c22b9809764710f11b9a88da935ee#note_921869640
|
3 년 전 |
florian
|
876ae56158
* patch by Rika: fix for ... in iterator for TMap and TSet, resolves #39354
|
3 년 전 |
marcoonthegit
|
616538c251
* Improve Delphi compatibility of TEvent(object) constructors, while keeping also backwards compat by adding default parameters.
|
3 년 전 |
Sven/Sarah Barth
|
74f9523806
* in case of an implicit specialization ensure that the symbol of the generic is indeed considered as used once the final implicit specialization has been picked
|
3 년 전 |
Sven/Sarah Barth
|
e0e8620ded
* use a single if-condition for both check_hints and addsymref
|
3 년 전 |
florian
|
6556d18bed
* better fix for #39634 which avoids breaking existing code
|
3 년 전 |
Sven/Sarah Barth
|
97c16401f7
+ add test for already fixed #39677
|
3 년 전 |
Sven/Sarah Barth
|
22a4cc66ec
* fix #39675: consider the symbols for unnamed parameters as used so that there won't be unnecessary hints about them
|
3 년 전 |
Sven/Sarah Barth
|
76753438ed
* fix #39681: also handle the result type of a specialized procvar when checking for a possible implicit specialization
|
3 년 전 |
Sven/Sarah Barth
|
c0fa45dc92
* a function can't be used to implicitely specialize a specialized procedure variable parameter and vice versa
|
3 년 전 |
Sven/Sarah Barth
|
a5f3040da5
* the index of the generic type parameter is not the same index of the paras list
|
3 년 전 |
Sven/Sarah Barth
|
66bac7c415
* fix #39679 and fix #39680: for implicit specializations a parameter used in a call might also inherit in some depth from a specialization used as parameter type
|
3 년 전 |