Jonas Maebe
|
9777699c70
* fixed compilation for targets with internal stack checking after r23325
|
12 vuotta sitten |
Jonas Maebe
|
69c29a415f
* pass the procdef to getintparaloc instead of only the proccalloption, so
|
12 vuotta sitten |
Jonas Maebe
|
7c578c3541
* made the pascal name of the string range checking helpers match
|
12 vuotta sitten |
Jonas Maebe
|
1355fc0198
- disabled RecordRTTI declaration on the JVM target, because that
|
12 vuotta sitten |
Jonas Maebe
|
4ea78538e4
* enabled threading feature for jvm target so that rtl/inc/genmath.inc
|
12 vuotta sitten |
Jonas Maebe
|
fe5a4baa15
- removed FPC 2.4 bootstrapping support
|
12 vuotta sitten |
Jonas Maebe
|
5f3d762788
* when the stack size is overestimated so much that it's larger than the
|
12 vuotta sitten |
michael
|
51cce629e9
* Resources example
|
12 vuotta sitten |
michael
|
64f8c451d9
* Implemented cross-platform version of fileinfo
|
12 vuotta sitten |
florian
|
4f30ac0247
* put records with 16 bytes size into two register on 64 bit targets if possible
|
12 vuotta sitten |
sergei
|
2bba4e2d44
+ Stabs debug info needs swapping when linking for different endianness.
|
12 vuotta sitten |
florian
|
c781f21a46
* records with two times the size of a register can be kept in registers
|
12 vuotta sitten |
florian
|
6363567fba
* FloatToStrFIntl is used only internally so we can assume that Value is aligned
|
12 vuotta sitten |
florian
|
b43b4bb455
+ pseudo procedure aligned: tells the compiler to assume that the given parameter is naturally aligned, counterpart of unaligned
|
12 vuotta sitten |
florian
|
fce9e953b4
+ nested exit support
|
12 vuotta sitten |
masta
|
6fabe49828
Readded cutils to compiler/arm/rgcpu.pas for DEBUG_SPILLING
|
12 vuotta sitten |
lacak
|
c5e8af10a4
fcl-db:
|
12 vuotta sitten |
florian
|
47d43750e4
* remove unused units from uses statements
|
12 vuotta sitten |
florian
|
318f0e5cab
* enable section smartlinking for powerpc-linux to reduce compilation
|
12 vuotta sitten |
florian
|
198907797b
* don't replace vmt entries of empty methods by FPC_EMPTYMETHOD
|
12 vuotta sitten |
florian
|
7ac9f11cc7
* check if current_procinfo is assigned in paramanager code to avoid crashes
|
12 vuotta sitten |
florian
|
329257d76e
* check for empty procedures after helper test so even empty helper methods cannot be called directly
|
12 vuotta sitten |
yury
|
7322164c0a
* I've found that libc on Android does not implement widechar case functions such as towupper(). Such functions are just wrappers over regular char functions. Therefore the whole cwstring unit is useless for Android. For now I've added stub cwstring unit for Android and reverted all Android specific changes in unix/cwstring.pp. Later, Unicode manager for Androud should be implemented using libicuuc, which is default Android lib.
|
12 vuotta sitten |
florian
|
f0487f8fde
* remove packed used for nan records in the softfpu code, it served no purpose
|
12 vuotta sitten |
yury
|
b480479b8c
* Android does not have libiconv, so don't use it in cwstring unit. For now support only UTF-8 code page in ansistrings. Later it is possible to use libicuuc for code page conversions on Android.
|
12 vuotta sitten |
yury
|
26c1ab9375
* Added uuchar unit to build for android.
|
12 vuotta sitten |
sekelsenmat
|
b0980b342d
Adds support to join style and endcap in TFPCustomPen in fcl-image
|
12 vuotta sitten |
florian
|
21d62277ce
+ build sysutils unit for arm-embedded
|
12 vuotta sitten |
florian
|
358a62d7c3
* enable command line handling dummy for arm-embedded
|
12 vuotta sitten |
florian
|
8ee1445b81
* stripped trailing spaces
|
12 vuotta sitten |