Commit History

Author SHA1 Message Date
  paul ef9d010cc3 complier: continue enumerator implementation: 15 years ago
  florian a1179733a7 + tsym.prettyname 16 years ago
  Jonas Maebe 1f6ec379de * moved field definitions before method/property definitions (see mantis 16 years ago
  peter 36cad44923 * refactor is_visible_for_object 16 years ago
  peter 0f6f1a9c97 * remove obsolete unchain_overloads 16 years ago
  peter 9086a2549d * refactor overload collection in tcallcandidates. separate 16 years ago
  peter 8419161964 * current_objectdef is now always valid when parsing is within the 16 years ago
  peter a3a66ba74d * split tvisibility from tsymoptions 16 years ago
  peter af437d5beb * refactor the forward type declaration handling, remove 16 years ago
  peter 84112032c3 * rename aktobjectdef to current_objectdef 16 years ago
  Jonas Maebe 597622d313 * moved the forwardchecksyms back to symbase (but the main functionality 17 years ago
  Jonas Maebe 0b815a6fff - removed global "resolving_forward" variable (was no longer used) 17 years ago
  Jonas Maebe 156acf3817 * fixed version of r11719 (faster parsing of units with lots of declarations 17 years ago
  Jonas Maebe f35051f76e - reverted r11719, there are still some problems with it 17 years ago
  Jonas Maebe 632abdace8 * keep the syms that need to be checked for forward definitions in a 17 years ago
  florian 19c7d1d14c * reset aktobjectdef before compilation, resolves #10971 17 years ago
  Jonas Maebe a324744cbe * fixed checking for defined/undefined macro's in the configuration file 17 years ago
  micha 3e1149f740 * fix alignrecord fieldoffset size 17 years ago
  micha 4b8486e55b * fix r10544 to take care of packed objects 17 years ago
  yury 9bca56ac44 * Don't issue "Local variable is assigned but never used" warning for external variables. 17 years ago
  Jonas Maebe c05f18a1b0 * catch duplicate field declarations in a single class in Delphi mode 17 years ago
  florian 5c96c4a671 + first part of support for an unicodestring type 17 years ago
  tom_at_work 37695af02b * added missing assignment check when searching for a symbol in a class, fixing bug #9673 18 years ago
  Jonas Maebe 0567329343 * the "external alignment" (i.e., that of their starting addresses) of 18 years ago
  peter 0fc65c5eec * for tp mode don't allow unitname reuse 18 years ago
  florian 8b11f99765 * let the dfa do the detection of unset function results if possible 18 years ago
  peter 703b8855cc * allow local procsym in delphi mode 18 years ago
  florian d50f869bbd + allow local const symbols to override class members in delphi mode 18 years ago
  florian 72d49f3033 * reverted r7675 18 years ago
  florian 01a4737b10 + local symbols can hide class members in delphi mode 18 years ago