Commit Verlauf

Autor SHA1 Nachricht Datum
  florian 3206ac3508 * properly align rtti for orddefs vor 6 Jahren
  Jonas Maebe d8903ce6b3 - removed maxcrecordalign parameter/field from recordsymtables, as this value vor 6 Jahren
  florian c932dfaf70 * first bunch of fixes for rtti for arm after attribute commits, fixes mostly alignment issues vor 6 Jahren
  Mattias Gaertner 3cd000b939 pastojs: optimized ord(const) to const vor 6 Jahren
  svenbarth c0da39a35d * Tenum_typedata needs to include the Common record as well vor 6 Jahren
  svenbarth 55dfb59631 * TRttiDataCommon is required outside of the RTTI and DynArray include files as well vor 6 Jahren
  svenbarth 04a50733ad * get rid of the scanner message for attributes for real this time (sometimes I *really* hate Git -.-) vor 6 Jahren
  Károly Balogh 4d6b8a6c45 fixed the messy state of messages after recent custom attributes merge. fixed a typo, fixed double definition of message 3350, restored a message that was removed but still used, so the build passes at least. vor 6 Jahren
  svenbarth 6db674cd02 * regenerate msg*.inc files vor 6 Jahren
  svenbarth b7a8dd9479 * adjust error message when attributes are unbound vor 6 Jahren
  svenbarth 87458a065c * allow use of multiple, comma separated attributes as Delphi allows that as well vor 6 Jahren
  svenbarth 6d0c470a40 * check for unbound attributes inside classes (currently they are only allowed for published properties) vor 6 Jahren
  svenbarth 98b1b04951 * free unbound attributes vor 6 Jahren
  svenbarth 90bec938f6 * don't free the constructor call in trtti_attribute_list as that is already freed in the destructor of trtti_attribute vor 6 Jahren
  svenbarth 404b465c33 * allow custom attributes for all type declarations that are not a simple alias vor 6 Jahren
  svenbarth 80ebb98431 * correct identation (no code changes) vor 6 Jahren
  svenbarth 9dbd155131 * use two empty lines between method definitions (no code changes) vor 6 Jahren
  svenbarth a72553eea2 * disable [...] syntax for procedure directives if modeswitch "prefixed attributes" is enabled; they conflict otherwise and it's not easily resolveable vor 6 Jahren
  svenbarth b945e66e28 * store attribute information in PPU; this is less important for the compiler, but more for e.g. Lazarus when dealing with binary only units vor 6 Jahren
  svenbarth 8ce4f9606d * explicitely store the procdef of the picked constructor of the attribute vor 6 Jahren
  svenbarth dfb9fffcf9 + add functions for syms and defs and write sub entries of the sym/def to PPU and loads them again vor 6 Jahren
  svenbarth 352ff5f82a - symbolname field is no longer required vor 6 Jahren
  svenbarth 3a02393584 - remove functionality to get the code block when parsing again (let's open this pandora's box only when really needed...) vor 6 Jahren
  svenbarth a64a8f8deb - remove code to create an attribute using a synthetic function vor 6 Jahren
  svenbarth 402728239f * trtti_attribute_list.bind already checks whether the dangling attribute list is assigned or not vor 6 Jahren
  svenbarth ced3885dbb * generate construction function for the attributes used in a unit using a more straight forward approach vor 6 Jahren
  svenbarth 0b63e89ba2 * make the reference to the TCustomAttribute type global vor 6 Jahren
  svenbarth d9d2515ada * move binding of a dangling attribute list to a sym's/def's attribute list to a class procedure of trtti_attribute_list vor 6 Jahren
  svenbarth 5cea374255 * add a remark that's going to be important once extended RTTI is supported (Delphi programs crash if an attribute's constructor is used that does not have any extended RTTI) vor 6 Jahren
  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 vor 6 Jahren