svenbarth
|
a3652bb69d
* fix test run in Delphi: for some reason a method pointer is considered managed by Delphi
|
8 gadi atpakaļ |
svenbarth
|
251d223f29
* fix test run in Delphi: TypeInfo(Integer) is indeed for "Integer" in Delphi, not "LongInt" as in FPC
|
8 gadi atpakaļ |
svenbarth
|
88eabc12ff
* fix warnings in Delphi test compilation: published implicitely enables $M for the class
|
8 gadi atpakaļ |
svenbarth
|
bb947ed639
* fix test compilation in Delphi: TypeInfo() of a file type is not supported
|
8 gadi atpakaļ |
svenbarth
|
95f3c6c427
* fix test compilation in Delphi: TypeInfo() requires a type identifier, variables/parameters are not supported :'(
|
8 gadi atpakaļ |
svenbarth
|
2c70a0431e
* fix test compilation in Delphi: raw interfaces are not supported in Delphi
|
8 gadi atpakaļ |
svenbarth
|
dd906faf04
* fix test compilation in Delphi: management operators are not supported in Delphi
|
8 gadi atpakaļ |
maciej-izak
|
ffd6465563
* rtti.pp: Update IsManaged function for management operators. Record without managed fields but with management operators is treated as managed record. tests.rtti.pas update.
|
8 gadi atpakaļ |
maciej-izak
|
b38243c5cb
Improvement for IsManaged in RTTI module: ShortString is not managed type. Test corrected.
|
8 gadi atpakaļ |
maciej-izak
|
a4952071e3
Corrected function IsManaged for RTTI module. Return true if is passed managed type (finally it is possible thanks to r35180 and mantis 31249).
|
8 gadi atpakaļ |
svenbarth
|
3e5f8af01d
+ add RTTI unit from Joost's Attribute branch
|
8 gadi atpakaļ |