Commit Verlauf

Autor SHA1 Nachricht Datum
  nickysn 17823821ca * make procedures and functions, declared in the interface part of a unit in an vor 7 Jahren
  nickysn 55386ba547 + show whether a procedure or function is far in tprocdef.customprocname vor 7 Jahren
  nickysn c7503ca291 + introduced tabstractprocdef.ofs_address_type - the address type, generated for vor 7 Jahren
  nickysn 7a7e09982b + show whether a procdef is far in tprocvardef.GetTypeName vor 7 Jahren
  florian 6d5ce55232 * unified def creation for open arrays vor 7 Jahren
  svenbarth b765d661ce * when registering a def also register the syms and defs of its symtables vor 8 Jahren
  svenbarth a6821c63e0 * store the type of the helper that had been encountered during parsing in the objectdef and by extension the PPU vor 8 Jahren
  svenbarth 0b02dab684 + new Delphi-compatible intrinsic GetTypeKind() which returns the TTypeKind of a type as a constant value (and thus can be optimized away in If- and Case-statements) vor 8 Jahren
  svenbarth 06d7e26df0 * move code to add a symbol to the current module's generic dummy symbols into a new function pgenutil.add_generic_dummysym() vor 8 Jahren
  florian b1dff29cbf * removed unused units vor 8 Jahren
  svenbarth 5f8135dd84 * tarraydef.setelementdef: don't call size for array constructors as they'll only have one once they're converted to dynamic arrays vor 8 Jahren
  maciej-izak b912deae33 * each record with managed field or with any management operator needs init table (update for symdef.pas, trecorddef.needs_inittable) vor 8 Jahren
  maciej-izak 15ba9b54c6 Store informations about management operators in ppu files for records. vor 8 Jahren
  Károly Balogh 69a502db37 instead of stringdup(ppufile.getstring), have a getpshortstring function in entfile, and use it whereever possible. this avoids an extra shortstring copy, compared to the earlier solution vor 8 Jahren
  Jonas Maebe 6e05c78a54 + support for recording an exception catching personality function for a vor 8 Jahren
  svenbarth f8c23c84b6 * have pointerdefs and classrefdefs "inherit" the df_generic and df_specialization flags from the def they point to and set the genericdef accordingly vor 8 Jahren
  Jonas Maebe 472b5228fe * changed ncgutil.has_alias_name(pd,s) to a method of tprocdef vor 8 Jahren
  svenbarth ee466b9a28 * extend tdef.fullownerhierarchyname() with a parameter that skips the inclusion of a procdef's parameter declaration using the new pno_noparams option vor 8 Jahren
  svenbarth 930070a8ca + new tprocnameoption pno_noparams to prohibit tprocdef.customprocname() from adding the procdef's parameters vor 8 Jahren
  Jonas Maebe 477283031c * fixed tprocvardef.size() for vor 8 Jahren
  florian 67570a6262 + patch to support assigning class procedures to procedure variables by Ondrej Pokorny, resolves #30936 vor 8 Jahren
  pierre 3919ffccf2 Fix calcsavesize for cross-compilation from aarch64 to arm, by forcing 64-bit computation also on min<low(longint) part vor 8 Jahren
  nickysn 657685a8b6 * use sizesinttype instead of ptrsinttype for the index and high parameter of vor 8 Jahren
  nickysn 35b0201002 + added an unsigned counterpart to tpointerdef.pointer_arithmetic_it_type (needed by inc/dec) vor 8 Jahren
  nickysn acfe6d2f2c + added alusinttype and aluuinttype to symdef, which correspond to the ALU size, vor 9 Jahren
  nickysn 35b2ffa872 + added types sizesinttype and sizeuinttype, corresponding to the SizeInt and vor 9 Jahren
  nickysn 481a8ec58d * for pointers, converted to arrays, use a newly added virtual method vor 9 Jahren
  svenbarth 2ea587f746 * fix for Mantis #30537: also allow the parasymtable as a parent symtable when generating the mangled name as that is needed for generic functions vor 9 Jahren
  Jonas Maebe ffd4870a60 * add backticks around special type identifiers in vor 9 Jahren
  pierre dfeb6e3ae1 Avoid memory leak on trecorddef.variantrecorddesc field vor 9 Jahren