Commit History

Author SHA1 Message Date
  svenbarth d9bc656852 * use new pool functionality for property instances 8 years ago
  svenbarth 1cbb4266d7 * rework Rtti pool so that non-types (e.g. properties, etc.) can be stored as well based on their handle 8 years ago
  svenbarth f8d919970a * since the property data is different for records, classes and interfaces they need to be handled by the concrete Rtti type (currently only TRttiInstanceType) and not the general TRttiType type 8 years ago
  svenbarth 29eb742ded * move aligntoptr() and aligntoqword() further up so they can be used by other code as well 8 years ago
  svenbarth 49fc13ea73 * move Handle property to TRttiObject (Delphi compatible and is probably also used for the caching mechanism) 8 years ago
  svenbarth 4489163620 * declare TRttiObject as abstract 8 years ago
  svenbarth c35f694fb8 - remove unused local type 8 years ago
  florian 4cf2a2672a changes to fix #32043 8 years ago
  nickysn 8ba4de3885 + test lea with non-native address sizes (16-bit on i386, 32-bit on x86_64) 8 years ago
  nickysn 92a52a9f4d + implemented support for instructions with non-native address size on i8086 8 years ago
  svenbarth bfd37969ad * move TRttiStructuredType and TRttiInstanceType further down as they need access to TRttiMember and its children 8 years ago
  nickysn 8589b946fc * different versions (behind cpu specific ifdefs) of process_ea_ref renamed 8 years ago
  Mattias Gaertner 5534acd097 fcl-passrc: resolver: fixed with-do-inherited 8 years ago
  Mattias Gaertner 40717326bc fcl-passrc: resolver: error message on array of const 8 years ago
  Mattias Gaertner facd1f5002 fcl-passrc: resolver: class-of constant 8 years ago
  Mattias Gaertner a7265432eb fcl-passrc: resolver: allow different arg names in override methods 8 years ago
  svenbarth 0c8f670ee0 + add TRttiPointerType 8 years ago
  svenbarth 5c85e94919 + add TRttiNamedObject.Handle property of which the getter needs to be overridden in each sub class 8 years ago
  nickysn 31c9214884 * replaced R_SUBADDR with the appropriate size (R_SUBW, R_SUBD or R_SUBQ) in 8 years ago
  Mattias Gaertner 204ef5ac01 pastojs: fixed using type alias 8 years ago
  Mattias Gaertner a8fed34f99 pastojs: implemented resourcestrings 8 years ago
  Mattias Gaertner fe27ec2a26 fcl-passrc: resolver: check resourcestring expression 8 years ago
  Mattias Gaertner a70a1989e5 fcl-passrc: resolver: if varofaliasofclassof=typeofaliasofclassof 8 years ago
  Mattias Gaertner 35f7b9fcf6 pastojs: fixed class-of-aliastype 8 years ago
  Mattias Gaertner aa1eed7b20 fcl-passrc: resolver: fixed class-of-aliastype 8 years ago
  Mattias Gaertner 5fc3bbba12 pastojs: implemented logical xor 8 years ago
  Mattias Gaertner 203c723bc3 fcl-passrc: resolver+useanalyzer: implemented resourcestring 8 years ago
  Mattias Gaertner 48024645f0 pastojs: fixed property index value path 8 years ago
  florian cc44328109 * correctly calc case label distance after r36362, resolves #32115 and #32311 8 years ago
  Mattias Gaertner 58454f555a pastojs: implemented funcname:= 8 years ago