Historique des commits

Auteur SHA1 Message Date
  pierre a7de0b365b Avoid invalid typecast error when using -CR option il y a 4 ans
  svenbarth 57d9884d96 * fix for Mantis #38310: ignore procsyms that have no procdefs for checking overloads, or more precisely to stop checking for overloads; these are generic dummy symbols il y a 4 ans
  svenbarth 3597696e98 * fix for Mantis #38145: allow overloading of assignment operators that return ShortStrings with a specific size il y a 4 ans
  florian dfaee4f04b * patch by Jan Bruns to solve an issue with the new overloading selection code, resolves #37969 il y a 5 ans
  florian 3b0168ae16 * (slightly) modified (formatting, warning) patch by Jan Bruns to speed up overloading search, resolves #36666 il y a 5 ans
  florian a628c1c3dd * if an array constructor is passed to a formaldef parameter, it is passed as a set (if the conversion is possible), resolves #37796 il y a 5 ans
  svenbarth 60345366f2 * fix for Mantis #35140: apply patch by Ryan Joseph together with some further changes by me to add support for constant parameters in generics il y a 5 ans
  svenbarth de35356a4d * when checking for an existing operator overload for the assignment operator, check for the correct variant (explicit or not) matching the overload il y a 5 ans
  florian 9bd7401ce9 * comment fixed il y a 5 ans
  florian 00859420ab * correctly handle reading of class/object pointers in combination with @, resolves #26326 il y a 5 ans
  Jonas Maebe 1a9e246c29 * added is_normal_fieldvarsym() helper and use it il y a 5 ans
  florian 2f374a37b7 * patch by Bart Broersma to allow to declare "LongInt = AnsiString" comparison il y a 5 ans
  svenbarth 0a915e883e * keep track of static symbols that a global function references, as those must now be exported from a dynamic package as well if the function can potentially be inlined il y a 5 ans
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would il y a 6 ans
  svenbarth 5a5b47fa24 + add support for MultiHelpers modeswitch by Ryan Joseph for Mantis #35159 il y a 6 ans
  svenbarth e6add40495 * fix for Mantis #35348: correctly handle symbols that aren't parameter types (e.g. default values) il y a 6 ans
  svenbarth c147debda1 * ensure that the correct amount of parameters is used for an operator overload (this is essentially important for unary operators that were declared with two arguments) il y a 6 ans
  svenbarth 307ff071e6 * allow any untyped parameter to be passed to a untyped constref parameter il y a 6 ans
  Jonas Maebe 50ab607676 + customint torddef type to create arbitraty bit-width integers il y a 6 ans
  yury 4682ac269d * Further improvement for r40180: il y a 7 ans
  Jonas Maebe 9bd931e931 * make "formal const/var" parameters the least preferred conversion il y a 7 ans
  Jonas Maebe 0b246f3dbd * converted Boolean8 to an internal type, and mapped Boolean to the il y a 7 ans
  svenbarth 97acf24290 + add a new modeswitch ArrayOperators which is set by default in Delphi modes that enables the internal array operators (currently only "+") il y a 7 ans
  svenbarth 9b45f58c0b + add flags that allow checking for overloads with isbinaryoverloaded() and isunaryoverloaded() without modifying the passed in node or even checking for normally non-overloadable operators il y a 7 ans
  florian 21d785e41b * do not unroll loops if the counter variable is accessed outside the current scope il y a 7 ans
  florian 0fd0e356e1 + new flag ra_different_scope: used if a node tree is marked as non-regable if a variable is accessed from a different scope il y a 7 ans
  florian c230f81719 + support for <dyn. array>+<dyn. array>, resolves #30463 il y a 7 ans
  svenbarth 236a9b0aa5 * rework the checks for a helper's extended def to be a class so that it can be more easily extended by other objecttypes il y a 8 ans
  nickysn efc5e339d0 * use an enum instead of integer constants to represent inline numbers il y a 8 ans
  florian b1dff29cbf * removed unused units il y a 8 ans