Commit Verlauf

Autor SHA1 Nachricht Datum
  svenbarth aca2bd83c7 pexpr.pas, post_comp_expr_gendef: vor 14 Jahren
  svenbarth 6a83ebc4a5 Fix introduced regressions. vor 14 Jahren
  svenbarth 68624aab3a Incorporate the changes from trunk into "postfixoperators" and "handle_factor_typenode". The latter needed to be extended by a parameter "typeonly" which is "false" in almost all calls except the one inside "factor_read_id" where the "typeonly" parameter of "factor" is used. vor 14 Jahren
  svenbarth 4419dc3d34 Rebase to revision 19673 vor 14 Jahren
  svenbarth 87d9714221 Somehow the changes regarding tf_methods_specialized weren't commited, thus here they are again: vor 14 Jahren
  svenbarth 461d231daa Rebase to revision 19078 (directly before the merge of cpstrnew) vor 14 Jahren
  svenbarth 594f84dc2c Merge branch 'unique-syms' vor 14 Jahren
  florian 6ec0f2549a * factored load node flags out of node flags to gain space vor 14 Jahren
  paul c6ca9e5091 compiler: vor 14 Jahren
  svenbarth 90278ec755 Allow generics to be overloaded by variables. vor 14 Jahren
  svenbarth 5352f1dda4 Corrected the handling of hint directives. vor 14 Jahren
  svenbarth d54b7dd58f Added two reminders for me vor 14 Jahren
  paul 33a67704ac compiler: allow type conversions for ordinal types inside type declarations e.g inside enumerations like: Byte(0)..Byte(15) vor 14 Jahren
  paul 7a74d2c2f8 compiler: reduce amount of hints and notes vor 14 Jahren
  florian 9d31a0e2f8 * don't evaluate sizeof(<type param>) as a constant to avoid arithmetic errors in constant folding, resolves #20192 vor 14 Jahren
  paul 8b0cb2c1d5 compiler: vor 14 Jahren
  paul eca53485b8 compiler: cleanup vor 14 Jahren
  paul 9e0ad7baae merge r17318 from cpstrnew branch by florian: vor 14 Jahren
  paul 8a4634a7b1 merge r13481 from cpstrnew branch by florian vor 14 Jahren
  paul a95512f0ec merge cpstrnew branch r13480 by florian: vor 14 Jahren
  paul ec29fddda7 compiler: implement Delphi like dynamic array constructors. E.g.: SomeArrayVar := TSomeDynArrayType.Create(value1, value2). (issue #0015385) vor 14 Jahren
  paul 8309809a0d compiler: use try_consume_unitsym for except variable parse. this is needed to reduce maintenance cost for later unit identifier search changes vor 14 Jahren
  florian 79a96ab287 + ttypesym.prettyname vor 14 Jahren
  florian 8b58d69576 * accept undefineddef (generic parameter) as parameter for assigned, resolves #19974 vor 14 Jahren
  Jonas Maebe 9195506c56 * make sure that anonymous inherited calls only call through to the vor 14 Jahren
  svenbarth a862cd702d Rebase to revision 18000 vor 14 Jahren
  svenbarth 6a9e882277 pexpr.pas, sub_expr: Added support for "as" and "is" operators if the right hand side is an inline specialization (currently detected by the next token being a "<"). This could potentially introduce some problems if the right hand side isn't a specialization but a "<" comparison together with some overloaded operators (I still need to find a case for such a problem)... vor 14 Jahren
  svenbarth b23b42acb3 factor_read_id: vor 14 Jahren
  svenbarth de1e6b1c3d Implement support for nested non-generic types inside generic types. This is mostly for records, classes and objects ("structures") as those didn't work at all, but the others (arrays, procvars) weren't done cleanly either. vor 14 Jahren
  svenbarth 8737220309 * Reordered the conditions for the inline spezialization as the "isgeneric" boolean is not needed vor 14 Jahren