florian
|
36bcc2defa
* fixed memory release in TInterfacedObject._Release
|
20 years ago |
florian
|
b6d34b6bd1
* fixed dyn. array handling for 32 bit architectures requiering proper alignment
|
21 years ago |
florian
|
ac7f9351f0
* info record about class fields must be packed else it will be aligned wrongly on 64 bit platforms
|
21 years ago |
peter
|
fd759e521f
* saveregisters calling convention is obsolete
|
21 years ago |
florian
|
2f291713e1
* fixed aligntoptr
|
21 years ago |
florian
|
feeba0ede6
* bootstrapping with rtti alignment fixed
|
21 years ago |
florian
|
b39c0af01b
* rtti alignment fixed
|
21 years ago |
florian
|
f3e9309eef
* fixed tobject.dispatch for 64 bit cpus
|
21 years ago |
peter
|
8c60c6f93e
* ordinal-pointer conversions fixed
|
21 years ago |
florian
|
7367801810
* more alignment fixes
|
21 years ago |
florian
|
5e82863f3f
* CleanupInstance takes now care of FPC_REQUIRES_PROPER_ALIGNMENT
|
21 years ago |
peter
|
72324a4283
* tkclass removed from finalize()
|
21 years ago |
michael
|
bea2706914
+ fix from Ivan Shikhalev for QueryInterface to return ancestor methods
|
22 years ago |
florian
|
eab5d1f7c5
* started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C)
|
22 years ago |
peter
|
c7786e73aa
* ClassType changed to class method
|
22 years ago |
peter
|
4deb6a9b4e
* 'inlined' some more calls
|
23 years ago |
peter
|
2e3c4a27eb
* manual inline classparent calls in the loops
|
23 years ago |
florian
|
b5f091d0cb
* initinterfacepointers improved
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
carl
|
1b53eca49d
- remove logs
|
23 years ago |
florian
|
44ad4027b7
* several fixes for Linux/PPC compilation
|
23 years ago |
Jonas Maebe
|
58fc64dc09
* interface "as" helpers converted from procedures to functions
|
23 years ago |
florian
|
272865d6af
* interface helpers for 1.1 compilers without interface support fixed
|
23 years ago |
peter
|
71a1ae2136
* sLineBreak changed to normal constant like Kylix
|
23 years ago |
peter
|
268e4bb7e7
* use saveregisters for incr routines, saves also problems with
|
23 years ago |
peter
|
0cdf327866
* updated compilerprocs
|
23 years ago |
carl
|
b03cb5eadb
* don't crash everything if the class allocation failed
|
23 years ago |
peter
|
21a8c2cc8e
* merged fixes from 1.0.x
|
23 years ago |
Jonas Maebe
|
fc6d300a95
* almost all second pass typeconvnode helpers are now processor independent
|
24 years ago |
Jonas Maebe
|
b9f6efc85b
+ "compproc" helpers
|
24 years ago |