Florian Klämpfl
58044c9632
* simplified .gitattributes as we do not do a two synchronization with svn
2021-08-07 11:12:50 +02:00
Marcus Sackrow
c1f6a7afdd
Amiga: Workbench 1.x compatibilty via the AMIGA_V1_2_ONLY define
2021-08-06 20:50:13 +02:00
Yuriy Sydorov
136f042972
* It is still needed to release the temp allocated for the result of an assembler function if the result is not referenced. This fixes some EXTDEBUG warnings.
2021-08-06 21:43:10 +03:00
Yuriy Sydorov
5920d169c0
* Prevent double release of a temp.
2021-08-06 21:30:28 +03:00
Marcus Sackrow
5350ac7d65
fpts2junit: prevent double entries in junit xml (in test log are double entries, one for compiles, one for runs)
2021-08-06 17:41:51 +01:00
marcoonthegit
4ac5f5e433
Merge branch 'main' of gitlab.com:freepascal.org/fpc/source
2021-08-06 12:08:22 +02:00
marcoonthegit
9e1606f221
* add BI_ALPHABITFIELDS
2021-08-06 12:05:34 +02:00
Nikolay Nikolov
b3744bf11f
+ added dependency on unit xmd for unit dpms
2021-08-06 04:30:09 +03:00
Nikolay Nikolov
a061b2e763
+ added unit xtestext1 (header translation of X11/extensions/xtestext1.h)
2021-08-06 04:29:12 +03:00
Nikolay Nikolov
68e026ab2d
+ added unit sync (header translation of X11/extensions/sync.h)
2021-08-06 03:59:41 +03:00
Nikolay Nikolov
650d2fcaa9
+ added unit security (header translation of X11/extensions/security.h)
2021-08-06 02:56:40 +03:00
Nikolay Nikolov
d33e6d639b
+ added unit multibuf (header translation of X11/extensions/multibuf.h)
2021-08-06 02:27:14 +03:00
Nikolay Nikolov
68c964bf59
+ added unit dpms (header conversion of X11/extensions/dpms.h)
2021-08-06 01:40:53 +03:00
Nikolay Nikolov
261aff9de8
+ added unit xmd (header translation of X11/Xmd.h)
2021-08-06 01:24:41 +03:00
Nikolay Nikolov
63760fce6a
+ added packrecords C directive to the xevi unit, because it contains records
2021-08-06 00:15:21 +03:00
Nikolay Nikolov
c6ef087850
+ added unit xdbe (header translation of X11/extensions/Xdbe.h)
2021-08-06 00:14:01 +03:00
Nikolay Nikolov
c3798a4a38
+ added unit xcup (header translation of X11/extensions/Xcup.h)
2021-08-05 23:48:05 +03:00
Nikolay Nikolov
9846fd3f37
+ added unit xag (header translation of X11/extensions/Xag.h)
2021-08-05 23:37:20 +03:00
Florian Klämpfl
3963e76de9
* restored .gitignore to status from before conversion
2021-08-05 22:11:25 +02:00
Nikolay Nikolov
1699471b8d
+ added unit xlbx (header translation of X11/extensions/XLbx.h)
2021-08-05 23:09:40 +03:00
Nikolay Nikolov
cf1d3539fe
+ added unit xevi (header translation of X11/extensions/XEVI.h)
2021-08-05 22:48:32 +03:00
marcoonthegit
37863a6166
* Add skeleton for TPoint3D
2021-08-05 17:17:29 +02:00
nickysn
b878d461c8
* fixed compilation for i8086 and 8-bit targets after r49622. The conditional
...
ifdef checks for the ordinal helpers rewritten to be less dependendant on
defines, such as CPU16/CPU32/CPU64 and instead use sizeof(integer),
sizeof(nativeint) and sizeof(nativeuint)
git-svn-id: trunk@49634 -
2021-07-23 23:23:47 +00:00
florian
f0d92b74c1
- x86_64: some more fwaits removed
...
git-svn-id: trunk@49633 -
2021-07-23 20:50:39 +00:00
florian
cebf880df9
* x86-64: fpc_frac_real further improved: memory loads of extendeds are expensive
...
git-svn-id: trunk@49632 -
2021-07-22 21:15:03 +00:00
michael
0e3d95b589
* Restored disappeared test
...
git-svn-id: trunk@49631 -
2021-07-22 05:53:06 +00:00
michael
c48ac0a71e
* Enable TDatasource.Enabled, patch from Laco
...
git-svn-id: trunk@49630 -
2021-07-22 05:50:22 +00:00
ondrej
b9db32ca05
freetype: include bearings and invisible characters into text bounds
...
git-svn-id: trunk@49629 -
2021-07-22 05:12:18 +00:00
ondrej
41d6374bb6
freetype: fix font output, isuue 17156
...
git-svn-id: trunk@49628 -
2021-07-22 04:03:43 +00:00
ondrej
83bb854f1e
* glyph advances are stored in 16.16 fixed-point format and not 26.6 format ( https://www.freetype.org/freetype2/docs/reference/ft2-glyph_management.html#ft_glyph )
...
git-svn-id: trunk@49627 -
2021-07-21 20:59:57 +00:00
florian
fafee8b85b
* x86-64: removed some fwait instructions from fpc_frac_real, they shouldn't be necessary
...
git-svn-id: trunk@49626 -
2021-07-21 20:41:31 +00:00
ondrej
ade1bad057
TBAseStringBitmaps.CalculateGlobals: the first <non-empty> bitmap should be used, not the first one
...
git-svn-id: trunk@49625 -
2021-07-21 20:16:00 +00:00
michael
4fac31d1c7
* Patch by Werner Pamler to improve ISO8601 to datetime conversion
...
git-svn-id: trunk@49624 -
2021-07-21 15:59:37 +00:00
michael
573917706f
* Patch from Laco to fix issue #39261
...
git-svn-id: trunk@49623 -
2021-07-21 15:08:53 +00:00
michael
e6a593c5fa
* Patch from Zeljko Avramovic to extend ordinal/float helpers
...
git-svn-id: trunk@49622 -
2021-07-21 11:36:05 +00:00
florian
415bf22e01
* remove mhs_exceptions in might_have_sideeffects call for C operators: it improves code
...
and shouldn't hurt as this is no regression in comparison with current 3.2.x
git-svn-id: trunk@49621 -
2021-07-19 20:55:41 +00:00
florian
7a8893396d
* revert last commit, avr4 has no call/jmp
...
git-svn-id: trunk@49620 -
2021-07-18 21:47:22 +00:00
florian
eb96734b20
* avr4 has mul instructions
...
git-svn-id: trunk@49619 -
2021-07-18 21:41:57 +00:00
florian
46507f9565
* Xtensa: optimize constant multiplications
...
git-svn-id: trunk@49618 -
2021-07-18 21:40:43 +00:00
marco
622554b59f
* ProjectDir changes broke adding index and toc to latex CHMs
...
git-svn-id: trunk@49617 -
2021-07-18 20:03:19 +00:00
florian
db8c723b9d
* Xtensa: unified DataMov2Data optimization
...
git-svn-id: trunk@49616 -
2021-07-17 21:07:02 +00:00
marco
84507b49c2
* fix for mantis #39153 to fix calling release unbalanced wrt initialize.
...
git-svn-id: trunk@49615 -
2021-07-17 14:18:44 +00:00
florian
c67d35b8cc
* patch by J. Gareth Moreton: x86: Minor bitwise optimisations, resolves #39299
...
git-svn-id: trunk@49614 -
2021-07-16 21:47:36 +00:00
svenbarth
2a2576b1d5
* further fix for Mants #26760 : applied patch by Ondrej Pokorny to fix recompilation of units referenced with an "in" clause if no file extension is provided
...
+ added (interactive) test
git-svn-id: trunk@49613 -
2021-07-15 21:52:27 +00:00
florian
2629bd7ba9
* patch by J. Gareth Moreton: x86: Lea2Nop for stack pointer, resolves #39225
...
git-svn-id: trunk@49612 -
2021-07-15 20:58:46 +00:00
florian
1c13db554c
* patch by Christo Crause: Xtensa [patch] Use syscall 0 to spill registers on ESP32, resolves #39221
...
git-svn-id: trunk@49609 -
2021-07-14 21:47:29 +00:00
florian
0d6a1d24bd
* might_have_sideeffects in gen_c_style_operator as proposed by runewalsh, resolves #39206
...
git-svn-id: trunk@49608 -
2021-07-13 18:31:38 +00:00
michael
9394158fe2
* Test for fix of issue #38489
...
git-svn-id: trunk@49605 -
2021-07-13 08:16:14 +00:00
michael
2486d58db9
* Fix bug ID #38489 , patch by Laco
...
git-svn-id: trunk@49604 -
2021-07-13 08:15:25 +00:00
lacak
ab86ce7e62
fcl-db: base: +TParam.AsByte (for Delphi compatibility)
...
git-svn-id: trunk@49603 -
2021-07-12 12:17:03 +00:00