yury
|
15476898ca
* Re-generated lists of android syscalls by a new script. The lists are more correct now. The script's location: https://svn.freepascal.org/svn/fpcbuild/scripts/android
|
před 7 roky |
michael
|
e1b5f21b01
* Patch from Ondrej Pokorny to enable Alpha blending in (stretch)Draw (bug ID 34266)
|
před 7 roky |
michael
|
a84554ef9f
* Patch from Ondrej Pokorny to improve performance
|
před 7 roky |
marco
|
6fbff7f7a6
* some more case fixes by Ondrej, mantis #34267
|
před 7 roky |
marco
|
7833dbf6a4
* uppercase relative_P_ath. Mantis #34262
|
před 7 roky |
yury
|
3a2884df70
* Android: The list of supported syscalls has been auto-generated directly from android sources for each CPU.
|
před 7 roky |
pierre
|
32001975bf
* Add PAGESIZE local constant.
|
před 7 roky |
pierre
|
16e2bdad5a
Avoid wrap on 32-bit system for StackTop calculation
|
před 7 roky |
pierre
|
70fae803ce
Increase default trace size to 16
|
před 7 roky |
pierre
|
afc25c8838
sparc64-linux objects recompiled with GCC 7.3.0
|
před 7 roky |
pierre
|
b279f24f26
Add FPC_SOFT_FPUX80 and FPC_SOFT_FPU128 define handling
|
před 7 roky |
pierre
|
d46536817c
Disable overflow for UDIVX ans SDIVX 64-bit instructions
|
před 7 roky |
svenbarth
|
cb8f6f637c
* fix big endian targets by using an explicit assignment with typecast instead of an absolute variable
|
před 7 roky |
svenbarth
|
5d9ddf99d4
* use SizeInt instead of LongInt for the size fields of the VMT to match what the compiler generates for non-32-bit targets
|
před 7 roky |
pierre
|
b219fa9023
pass -D__I8086_SMARTLINK_SECTIONS__ to nasm if FPCOPT contains -dTEST_I8086_SMARTLINK_SECTIONS
|
před 7 roky |
pierre
|
382ac9c00a
Add branches for 3.2.0, 3.2.1 and 3.3.1 versions
|
před 7 roky |
pierre
|
7a598cf60a
Commit regenerated utils/fpcm/revision.inc
|
před 7 roky |
svenbarth
|
00663728b5
* fix for Mantis #34239: the parent VMT is an indirect reference due to the changes for dynamic packages for quite some time already, so handle that accordingly
|
před 7 roky |
Jeppe Johansen
|
4b227de02e
Add ORN instruction for Thumb2.
|
před 7 roky |
michael
|
2d1ea8070e
* Fix bug #34241 using provided suggestion by Christo Crause
|
před 7 roky |
svenbarth
|
92cce05f5f
* as a workaround for some compiler bug introduced during 3.1.1 the freeing of the management operator offset entry lists is moved to a nested procedure as that does not trigger the bug (even with -O2 or -O3)
|
před 7 roky |
svenbarth
|
ba08bdc9b1
* increase PPU version after the addition of the field to keep track of management operators (don't seperately to help merging)
|
před 7 roky |
svenbarth
|
600ed6701e
+ keep track whether a structured type has fields with management operators (or fields that in turn have fields with management operators and so on) and store that in the PPU to speed up compilation again
|
před 7 roky |
marco
|
d2607b0b76
* small verbosity improvements
|
před 7 roky |
marco
|
733559b633
* improve seealso handling when reading back binindex with chmls
|
před 7 roky |
michael
|
d8e483ddd4
* Fix bug #34216
|
před 7 roky |
svenbarth
|
c337575f69
* fix test 26481: it tests for something different than the incorrect type parameters and in fact the need to fix this highlights the need for the previous changes
|
před 7 roky |
svenbarth
|
46ef16ac11
* generate an error if the type parameters of a generic routine's definition does not match with its interface or forward declaration
|
před 7 roky |
svenbarth
|
50323043c1
* generate an error if the type parameters of the record, object or class do not match with its declaration
|
před 7 roky |
svenbarth
|
03a036c6cb
* regenerate msg*.inc after adding messages for mismatching generic declarations
|
před 7 roky |