Historique des commits

Auteur SHA1 Message Date
  nickysn 4bc99b1315 * use a PtrInt cast in typinfo.SetObjectProp il y a 12 ans
  nickysn fe48700483 * another i8086 compilation fix for typinfo il y a 12 ans
  nickysn 4b220d7261 * fixed 'data element too large' error when compiling typinfo on i8086 il y a 12 ans
  sergei 23cb216435 * RTTI fix for alignment-sensitive targets: il y a 12 ans
  paul 8b98a38b56 rtl: add a helper method to get TProcedureSignature parameter by index il y a 12 ans
  paul cd8690c197 rtl: typo il y a 12 ans
  paul bc973e538d compiler: write extended RTTI for tkProcVar (tkProcedure in Delphi) il y a 12 ans
  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 il y a 12 ans
  paul dce960c97b compiler: write Delphi compatible tkArray RTTI: il y a 12 ans
  paul da35b3c601 compiler, rtl: write CodePage for AnsiString RTTI (Delphi compatible), change TTypeData appropriately + test il y a 12 ans
  paul a020440d48 rtl: minor formatting il y a 12 ans
  paul 1c86a9482b rtl: il y a 12 ans
  paul d18f273f67 compier, rtl: revert 24424 since it fails on some platforms il y a 12 ans
  paul e23534eec4 compiler, rtl: some rtti related changes: il y a 12 ans
  paul 802b7db26e rtl: fix TTypeData comments il y a 12 ans
  paul 65877e7111 rtl: fix TTypeData declaration - FPC does not generate PPTypeInfo as Delphi do but PTypeInfo instead il y a 12 ans
  paul d90445e5ee compiler, rtl, tests: write Delphi compatible (more or less) type information for Class Reference and Pointer types (mantis #0024367) il y a 12 ans
  florian 4c472a1569 * due to different result handling of integers and interfaces, GetInterfaceProp cannot use GetOrdProp, resolves #21684 il y a 13 ans
  michael 7069db2194 * Fixed setting of RAW interfaces il y a 14 ans
  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. il y a 14 ans
  paul e69de6110b rtl: add mkOperatorOverload to TMethodKind enum il y a 14 ans
  Jonas Maebe 700aa3cf11 * GetEnumNameCount also counted the unit name after r14511 (mantis #16402) il y a 15 ans
  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 il y a 15 ans
  paul d3820bfa58 rtl: add TVmtFieldTable, TVmtFieldEntry to typinfo unit since delphi has that declarations too il y a 15 ans
  florian 4ddebcbf1c * handle subrange enumeration types in GetEnumValue correctly, resolves #15467 il y a 15 ans
  paul c83fc67e32 compiler: write correct method kind for constructors,destructors and class methods il y a 15 ans
  paul db0f23e643 compiler: write not dummy unit name for enumeration and dynamic array rtti il y a 15 ans
  paul 17bd267141 compiler, rtl: write calling conventions for tkMethod members (issue #0014573) il y a 16 ans
  florian 8cecea9b53 * GetEnumName handles subrange types correctly, resolves #15377 il y a 16 ans
  Jonas Maebe c2c68ddb8f - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs il y a 16 ans