florian
|
3e2aff15fb
* short boolean evaluation is too expensive for simple nodes with no side effects, do full evaluation in this case
|
8 lat temu |
Károly Balogh
|
233185a4e5
rtti: make aligntoqword to always align to the same size as typinfo/AlignTypeData. this fixes m68k crashes in RTTI after r35218
|
8 lat temu |
Károly Balogh
|
f69bfe0ee4
atari: return a valid filehandle in do_open(). this code accidentally worked before with -O2, because the way the reg uses overlapped, but failed with -O-...
|
8 lat temu |
Károly Balogh
|
14c365e7b5
atari: align the tpasize to dword, seems like the section sizes are not guaranteed to be even (with vlink at least)
|
8 lat temu |
florian
|
2e779239ad
* fix rtti for targets with a max. C record alignment > 8 bytes
|
8 lat temu |
florian
|
53019b2470
* align code slightly better on i386-win32/x86_64-win64
|
8 lat temu |
florian
|
5aa32a1bbe
* align more jump targets
|
8 lat temu |
Károly Balogh
|
d8f7fd008e
atari: enable vlink for native builds as default
|
8 lat temu |
florian
|
a2838775cc
* interlocked methods with smallint parameters, resolves #31158
|
8 lat temu |
florian
|
be9f055c33
* fix rtti unit for targets with FPC_REQUIRES_PROPER_ALIGNMENT set
|
8 lat temu |
florian
|
0b82f71e8d
* take care of the fact that there are 32 bit abis (e.g. ARMHF) which align qword on 8 byte boundaries, resolves issue #31132
|
8 lat temu |
florian
|
673c0b3df3
* build unit update
|
8 lat temu |
Károly Balogh
|
419629c9b7
atari: some initial proof-of-concept AES unit, so first GEM app works
|
8 lat temu |
Károly Balogh
|
95274c1d7b
atari: enable apptype directive, and change exe extension when compiling a GUI app
|
8 lat temu |
Károly Balogh
|
114c90ecca
tosunits: first bits of the Atari TOS/GEM interface package
|
8 lat temu |
Károly Balogh
|
217307cd69
atari: revert back to unix dirsep, because thats what the 3rd party dev tools prefer
|
8 lat temu |
Károly Balogh
|
adb58ad467
atari: fixed newline and dirsep
|
8 lat temu |
joost
|
b9f8c73198
* Replaced the global GFFppkg instance at some locations
|
8 lat temu |
lacak
|
5015e85140
fcl-db: base:
|
8 lat temu |
lacak
|
2ff52d7565
fcl-db: interbase: content of BLOBs do not convert to connection charset. Bug #31162
|
8 lat temu |
Károly Balogh
|
c663c09b7b
atari: implemented sysutils/ExecuteProcess
|
8 lat temu |
Károly Balogh
|
9ce4184dd9
atari: add fastload and fastram flags for TOS exes. ideally this should become a directive or some option at some point
|
8 lat temu |
Károly Balogh
|
d78b1ffc14
atari: implemented GetLocalTime in sysutils. initialized the return value of unimplemented functions
|
8 lat temu |
Károly Balogh
|
51e28ac717
atari: reworked param handling once more, based on the Amiga code, fixes argv/argc
|
8 lat temu |
Károly Balogh
|
35ddac66fc
m68k: fix frame pointer register on atari, and a few other non-amiga systems
|
8 lat temu |
marco
|
e6029140eb
* fix for #31073
|
8 lat temu |
marco
|
b33da605f3
* move tendian to objpas, alias in sysutils, types. mantis #31150
|
8 lat temu |
Károly Balogh
|
8760ff96e1
atari: new pascal startup code, reworked build, also ParamStr/ParamCount works now
|
8 lat temu |
Károly Balogh
|
2199f2a65e
atari: implemented some more bits of sysutils
|
8 lat temu |
Károly Balogh
|
8cff8892fe
atari: implemented a large chunk of the sysutils unit
|
8 lat temu |