Historique des commits

Auteur SHA1 Message Date
  Sven/Sarah Barth 21ffa221e6 * fix #40595: correctly access the list of parameters of the extended method table il y a 1 an
  Sven/Sarah Barth 170c05592b * ensure that the legacy method table has the correct alignment on platforms that require it (e.g. SPARC64) il y a 1 an
  Michaël Van Canneyt a224f8ded7 * Extended RTTI Type info routines and data structures il y a 2 ans
  Sven/Sarah Barth 7eea850726 * TVmtFieldEntry.FieldOffset needs to be SizeUInt instead of PtrUInt, so that it works correctly on the various memory models of i8086 as well il y a 1 an
  Sven/Sarah Barth c74441323a + add descriptive comment regarding the TVmtField* types il y a 1 an
  Michaël Van Canneyt a748d7279c * Re-add comment il y a 2 ans
  Michaël Van Canneyt 6a07a508b8 * Simplify GetEnumNameCount (by Lagprogramming). Fixes issue #40411 il y a 2 ans
  Michael VAN CANNEYT ccfa38c68e * Dotted RTL compiles il y a 2 ans
  Michael VAN CANNEYT 6f4ade6abe * Char -> AnsiChar il y a 2 ans
  Michaël Van Canneyt 90f902c7d4 * Invoke helper definition, allow calling it il y a 2 ans
  Michaël Van Canneyt 70282826ad * Parent class for hidden TVirtualInterface thunking class il y a 2 ans
  Michaël Van Canneyt 4d66ac9118 * Add PProcedureSignature il y a 2 ans
  Sven/Sarah Barth 5a0ace6d45 * replace Length(<array>) - 1 with High(<array>) which leads to slightly shorter/better code (reported by lagprogramming on the forum) il y a 2 ans
  Sven/Sarah Barth d40a2dbb12 + add generic utility function ConstParamIsRef<> to determine whether a specific type is passed by-value or by-reference as a const parameter il y a 2 ans
  Ondrej Pokorny d1f999100b Add SetToArray and ArrayToSet functions for more general RTTI Set handling il y a 2 ans
  yury 9a01bcf3dc * Changed Integer to Longint in definitions of RTTI structures. It fixes typinfo for 16-bit CPUs. il y a 5 ans
  svenbarth a00be912aa * fix regression introduced with r42240: packed sets for the Integer based variants of SetToString/StringToSet need to be shifted on Big Endian systems il y a 6 ans
  svenbarth 7e1607e095 * correct alignment for the property table il y a 6 ans
  svenbarth 2dc771b7ba * TClassData also needs alignment dummies il y a 6 ans
  svenbarth 2002650a23 * small corrections (grammar, casing, typo) for the comment for TCallConv il y a 6 ans
  svenbarth 707e05d131 * check for CPUM68k instead of M68K; the latter should only be defined when building the compiler, so I wonder how that ever worked... il y a 6 ans
  florian 1a67ffdd22 * fix alignment of ParamList il y a 6 ans
  florian 23585ded15 * fix access to ParamFlags of the tkMethod branch of type data for CPUs requiring proper alignment il y a 6 ans
  florian 73acb4d1c1 * fixes TInterfaceRawData to match TTypeData il y a 6 ans
  nickysn a3a39e1640 * i8086 compilation fix after changeset 42390 il y a 6 ans
  florian 217ae6e4bb * more fixes to rtti after attribute branch merging il y a 6 ans
  svenbarth 71fa4d1fe2 * the RTTI of an attribute not only consists of the creation function, but also of the attribute's type, a pointer to the constructor and a data blob containing the constant parameters il y a 6 ans
  svenbarth 8cd1f1973b - remove unneeded local variable il y a 6 ans
  svenbarth affa9f9d9c * to be on the safe side: don't include AttributeTable fields when cycling il y a 6 ans
  svenbarth 3ad24c9db8 * as attributes can be part of any type they are best suited in a common part of TTypeData il y a 6 ans