nickysn
|
070955bcd0
* fixed 'data element too large' error in i8086 far data memory models
|
преди 11 години |
nickysn
|
fec4c6a6e2
* various rtl fixes that allow objpas.integer to be 16-bit on 16-bit targets
|
преди 11 години |
nickysn
|
e8005f9485
* fixed compilation of unit typinfo in the i8086 medium memory model
|
преди 12 години |
nickysn
|
79db53b049
* TPropInfo.GetProc, .SetProc and .StoredProc changed to CodePointer for compatibility with the i8086 medium memory model
|
преди 12 години |
paul
|
fa0d5bb66e
rtl: add tkBool into TTypeData case (issue #0024538)
|
преди 12 години |
nickysn
|
4bc99b1315
* use a PtrInt cast in typinfo.SetObjectProp
|
преди 12 години |
nickysn
|
fe48700483
* another i8086 compilation fix for typinfo
|
преди 12 години |
nickysn
|
4b220d7261
* fixed 'data element too large' error when compiling typinfo on i8086
|
преди 12 години |
sergei
|
23cb216435
* RTTI fix for alignment-sensitive targets:
|
преди 12 години |
paul
|
8b98a38b56
rtl: add a helper method to get TProcedureSignature parameter by index
|
преди 12 години |
paul
|
cd8690c197
rtl: typo
|
преди 12 години |
paul
|
bc973e538d
compiler: write extended RTTI for tkProcVar (tkProcedure in Delphi)
|
преди 12 години |
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
|
преди 12 години |
paul
|
dce960c97b
compiler: write Delphi compatible tkArray RTTI:
|
преди 12 години |
paul
|
da35b3c601
compiler, rtl: write CodePage for AnsiString RTTI (Delphi compatible), change TTypeData appropriately + test
|
преди 12 години |
paul
|
a020440d48
rtl: minor formatting
|
преди 12 години |
paul
|
1c86a9482b
rtl:
|
преди 12 години |
paul
|
d18f273f67
compier, rtl: revert 24424 since it fails on some platforms
|
преди 12 години |
paul
|
e23534eec4
compiler, rtl: some rtti related changes:
|
преди 12 години |
paul
|
802b7db26e
rtl: fix TTypeData comments
|
преди 12 години |
paul
|
65877e7111
rtl: fix TTypeData declaration - FPC does not generate PPTypeInfo as Delphi do but PTypeInfo instead
|
преди 12 години |
paul
|
d90445e5ee
compiler, rtl, tests: write Delphi compatible (more or less) type information for Class Reference and Pointer types (mantis #0024367)
|
преди 12 години |
florian
|
4c472a1569
* due to different result handling of integers and interfaces, GetInterfaceProp cannot use GetOrdProp, resolves #21684
|
преди 13 години |
michael
|
7069db2194
* Fixed setting of RAW interfaces
|
преди 14 години |
svenbarth
|
b0b051ae83
Introduce a new type kind for helpers in the RTTI. This is Delphi incompatible, but it's cleaner than Delphi's "let's extend some magic class". This might not matter much though, because according to Google the RTTI for class helpers seems to be rarely used.
|
преди 14 години |
paul
|
e69de6110b
rtl: add mkOperatorOverload to TMethodKind enum
|
преди 14 години |
Jonas Maebe
|
700aa3cf11
* GetEnumNameCount also counted the unit name after r14511 (mantis #16402)
|
преди 15 години |
paul
|
24d8a7d833
compiler: start implementation of class constructors/destructors: parsing is ready but at the moment neither class constructors nor destructors are called - this is to be implemented
|
преди 15 години |
paul
|
d3820bfa58
rtl: add TVmtFieldTable, TVmtFieldEntry to typinfo unit since delphi has that declarations too
|
преди 15 години |
florian
|
4ddebcbf1c
* handle subrange enumeration types in GetEnumValue correctly, resolves #15467
|
преди 15 години |