Jonas Maebe
|
bcf77c70fd
default parameter values: fix crash
|
2 years ago |
Pierre Muller
|
a6b508b094
Add aarch64 embedded, freebsd and iphonesim systems
|
2 years ago |
florian
|
ba78551c4f
* patch by Rika: improve fpc_*_concat_multi, resolves #40251
|
2 years ago |
florian
|
a517ada539
* on aarch64-darwin, the unused part of function results is not cleared
|
2 years ago |
Pierre Muller
|
d2edd6fd2f
Change V_Parallel so that V_All doesn't contain V_Parallel, only explicit -vj will add main source file information
|
2 years ago |
Pierre Muller
|
64a7bc13d6
Try several ports before failing
|
2 years ago |
Michaël Van Canneyt
|
b6b3cc88f8
* Correctly initialize some variables to avoid AV
|
2 years ago |
Michaël Van Canneyt
|
0c3f7bb664
* Allow event handlers to modify input
|
2 years ago |
Pierre Muller
|
67f89afe99
Regenerate msg*.inc files after adding -vj option description
|
2 years ago |
Pierre Muller
|
63642b13c8
Add -vj option in options unit to set V_Parallel
|
2 years ago |
Pierre Muller
|
fd0f72303b
Add main inputfilename for V_Parallel option to allow easier debugging of parallel compilation issues
|
2 years ago |
Pierre Muller
|
63f91a768c
Avoid double definition of V_XXX constants by moving them to globals unit
|
2 years ago |
Pierre Muller
|
cf4d02ef92
Add globals to implementation _USES clause to prepare move of V_XXX constants to globals unit
|
2 years ago |
florian
|
1c100f0b13
* prepared test to be used as regression test
|
2 years ago |
Sven/Sarah Barth
|
3b455c1cf2
* fix #40390: implement support for handling parameter names (including __SELF and __HIGH(<identifier>)) that resolve directly to registers
|
2 years ago |
Sven/Sarah Barth
|
7f290c27ed
* fix name of test
|
2 years ago |
Sven/Sarah Barth
|
2df57e117b
* fix #40381: also check for hints when parsing the parameters of a routine (including open array parameters) or the result type of a function
|
2 years ago |
Sven/Sarah Barth
|
8fa439e64d
+ add some tests for hint directives in context of arrays (both with the element and the index) that check that the hint is indeed generated
|
2 years ago |
Sven/Sarah Barth
|
30a1cde7a5
* fix #40421: implement assembly variants of the SwapEndian functions for Aarch64
|
2 years ago |
Sven/Sarah Barth
|
98fc58b229
+ add a test that check for correct functionality of all the SwapEndian() overloads
|
2 years ago |
Pierre Muller
|
397745f49a
Add sysutils dependency on Dos unit for msdos OS
|
2 years ago |
Pierre Muller
|
0210254b2d
Fix wrong index error
|
2 years ago |
Pierre Muller
|
fbec954de9
Add dependency of dos unit to objpas unit due to use of objfpc mode for FreeRTOS OS
|
2 years ago |
Pierre Muller
|
cafcc19877
Regenerate Makefile's for amiga, aros, embedded and morphos OSes
|
2 years ago |
marcoonthegit
|
e789db81ed
* add two FOS_* constants, fixes #40422
|
2 years ago |
marcoonthegit
|
0af25e1644
* hopefully the final fix to #40288
|
2 years ago |
Rika Ichinose
|
f9667df16f
Remove ancient i386 implementations of (large)set_(add/mul/sub/symdif/contains)_sets that were kept as references until someone implements varset_* versions, according to the comment.
|
2 years ago |
Rika Ichinose
|
2dca69f2ac
Specialized fpc_varset_OP_sets for i386 and x86-64.
|
2 years ago |
marcoonthegit
|
3f73b6b918
* fix operator order in earlier sincos commit. What was I thinking? Thanks Alexey
|
2 years ago |
Henrique Gottardi Werlang
|
dd4de2f7e0
Removed not used unit.
|
2 years ago |