florian
|
4c472a1569
* due to different result handling of integers and interfaces, GetInterfaceProp cannot use GetOrdProp, resolves #21684
|
před 13 roky |
michael
|
7069db2194
* Fixed setting of RAW interfaces
|
před 14 roky |
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.
|
před 14 roky |
paul
|
e69de6110b
rtl: add mkOperatorOverload to TMethodKind enum
|
před 14 roky |
Jonas Maebe
|
700aa3cf11
* GetEnumNameCount also counted the unit name after r14511 (mantis #16402)
|
před 15 roky |
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
|
před 15 roky |
paul
|
d3820bfa58
rtl: add TVmtFieldTable, TVmtFieldEntry to typinfo unit since delphi has that declarations too
|
před 15 roky |
florian
|
4ddebcbf1c
* handle subrange enumeration types in GetEnumValue correctly, resolves #15467
|
před 15 roky |
paul
|
c83fc67e32
compiler: write correct method kind for constructors,destructors and class methods
|
před 15 roky |
paul
|
db0f23e643
compiler: write not dummy unit name for enumeration and dynamic array rtti
|
před 15 roky |
paul
|
17bd267141
compiler, rtl: write calling conventions for tkMethod members (issue #0014573)
|
před 15 roky |
florian
|
8cecea9b53
* GetEnumName handles subrange types correctly, resolves #15377
|
před 16 roky |
Jonas Maebe
|
c2c68ddb8f
- removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs
|
před 16 roky |
Jonas Maebe
|
77feb9d45c
* fixed setstrprop() for shortstring properties (based on hint by Zawullon,
|
před 16 roky |
Jonas Maebe
|
f2ce99029b
* fixed sets in rtti for big endian systems
|
před 16 roky |
ivost
|
8fe3b40070
* added helper function "FindPropInfo" with additional TypeKind filter parameter
|
před 17 roky |
florian
|
50012c2357
* fix by Inoussa OUEDRAOGO to improve UnicodeString property handling, resolves #12224
|
před 17 roky |
ivost
|
fc6ae58b9b
* added GetPropList function for TClass parameter
|
před 17 roky |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
před 17 roky |
florian
|
67e811db60
* handle booleans correctly in Typinfo.GetEnum*, resolves #11372
|
před 17 roky |
michael
|
aaa394cb93
* GetPropList returns nil if no items found. Memory Leak stopped in case of exception
|
před 17 roky |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
před 17 roky |
florian
|
c46b44b797
resolves #10509
|
před 17 roky |
michael
|
067d1ab582
* Added EPropertyConvertError class
|
před 18 roky |
michael
|
a375df54f2
Implemented get/setinterfaceproperty. Needs checking
|
před 18 roky |
yury
|
d306e25dc8
* Fixed warnings.
|
před 18 roky |
yury
|
8b12a7f2c2
* Fixed warnings.
|
před 18 roky |
peter
|
6ed3d91989
* CompareText for shortstrings added
|
před 18 roky |
florian
|
4b172f5973
* made rtti for dyn. arrays more delphi compatible, resolves #9464
|
před 18 roky |
Jonas Maebe
|
a0b57eddb5
* new internal set format for big endian systems. Advantages:
|
před 18 roky |