svenbarth
|
345d83c3e3
Merge RTTI changes from packages branch (including adjustments that were required due to changes in trunk since then). These changes favor source backwards compatibility in contrast to Delphi compatibility. Binary compatiblity is however drastically broken due to the indirect references that are platform independant!
|
%!s(int64=9) %!d(string=hai) anos |
svenbarth
|
6d81760136
typinfo.pp, TTypeData:
|
%!s(int64=9) %!d(string=hai) anos |
pierre
|
701a610f4d
Use CodePointer for all CheckVariantEvent parameter typecast
|
%!s(int64=9) %!d(string=hai) anos |
michael
|
b9da082e29
* Patch from Silvio Clecio to Extends SetPropValue/GetPropValue (bug ID 28278)
|
%!s(int64=9) %!d(string=hai) anos |
nickysn
|
e2ed8f2251
* fixed various procvars being casted to pointer instead of codepointer in the rtl
|
%!s(int64=9) %!d(string=hai) anos |
yury
|
7c62aadf65
* Fixed string conversion warnings in RTL.
|
%!s(int64=10) %!d(string=hai) anos |
florian
|
53d6f6bc55
* handle dyn. arrays and interfaces correctly in TypInfo.SetOrdProp
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
070955bcd0
* fixed 'data element too large' error in i8086 far data memory models
|
%!s(int64=11) %!d(string=hai) anos |
nickysn
|
fec4c6a6e2
* various rtl fixes that allow objpas.integer to be 16-bit on 16-bit targets
|
%!s(int64=11) %!d(string=hai) anos |
nickysn
|
e8005f9485
* fixed compilation of unit typinfo in the i8086 medium memory model
|
%!s(int64=12) %!d(string=hai) anos |
nickysn
|
79db53b049
* TPropInfo.GetProc, .SetProc and .StoredProc changed to CodePointer for compatibility with the i8086 medium memory model
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
fa0d5bb66e
rtl: add tkBool into TTypeData case (issue #0024538)
|
%!s(int64=12) %!d(string=hai) anos |
nickysn
|
4bc99b1315
* use a PtrInt cast in typinfo.SetObjectProp
|
%!s(int64=12) %!d(string=hai) anos |
nickysn
|
fe48700483
* another i8086 compilation fix for typinfo
|
%!s(int64=12) %!d(string=hai) anos |
nickysn
|
4b220d7261
* fixed 'data element too large' error when compiling typinfo on i8086
|
%!s(int64=12) %!d(string=hai) anos |
sergei
|
23cb216435
* RTTI fix for alignment-sensitive targets:
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
8b98a38b56
rtl: add a helper method to get TProcedureSignature parameter by index
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
cd8690c197
rtl: typo
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
bc973e538d
compiler: write extended RTTI for tkProcVar (tkProcedure in Delphi)
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
fe04dedbab
compiler: change RTTI size of record field offset from fixed 32bit to platform dependent integer (sizeint) since it is stored this way in the compiler. This is also Delphi compatible, rtl: adopt rtl appropriately
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
dce960c97b
compiler: write Delphi compatible tkArray RTTI:
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
da35b3c601
compiler, rtl: write CodePage for AnsiString RTTI (Delphi compatible), change TTypeData appropriately + test
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
a020440d48
rtl: minor formatting
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
1c86a9482b
rtl:
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
d18f273f67
compier, rtl: revert 24424 since it fails on some platforms
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
e23534eec4
compiler, rtl: some rtti related changes:
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
802b7db26e
rtl: fix TTypeData comments
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
65877e7111
rtl: fix TTypeData declaration - FPC does not generate PPTypeInfo as Delphi do but PTypeInfo instead
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
d90445e5ee
compiler, rtl, tests: write Delphi compatible (more or less) type information for Class Reference and Pointer types (mantis #0024367)
|
%!s(int64=12) %!d(string=hai) anos |
florian
|
4c472a1569
* due to different result handling of integers and interfaces, GetInterfaceProp cannot use GetOrdProp, resolves #21684
|
%!s(int64=13) %!d(string=hai) anos |