Commit History

Автор SHA1 Съобщение Дата
  paul 5b9adfd0df generics: store generic type with '<,>' symbols to prevent hiding of regular types with the same name and hiding generics with the same name but different type parameters, search them using '<,>' symbols, in inline specialization do search with look ahead. преди 14 години
  sergei 58f37dc952 Improvements to dispinterface property handling: преди 14 години
  sergei ba74d47081 * pdecvar.pas, refactoring: don't create storedprocdef unless it is actually required. преди 14 години
  Jonas Maebe 8a389c16d7 * fixed indentation преди 14 години
  paul fa41b6ffe3 compiler: allow generic classes to derive from generic classes and generic interfaces преди 14 години
  paul 79813da090 compiler: don't allow record case with parameterized members преди 14 години
  paul 101f545ad0 compiler: don't allow generic object types (interfaces,dispinterfaces,objclasses,...) to have type,var,const sections if regular object types don't have them. currently only objects, classes and records are allowed to have nested type,var,const sections. преди 14 години
  paul 327b570ea4 compiler: rename extended records to advanced records преди 15 години
  paul 210e78e4fa compiler: allow objects and records to have members which point to themself. only don't permit this to regular fields. преди 15 години
  paul 92d6503704 compiler: rename _EQUAL token to _EQ to prevent problems with adding delphi operator names which contains "EQUAL" name, also rename _UNEQUAL to _NE for consistency преди 15 години
  paul d1026bb052 compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/extended_records преди 15 години
  paul 726ea27bc0 compiler: преди 15 години
  paul 17815ce7a2 compiler: implement properties in records: преди 15 години
  paul 69d3bb2ffc compiler: rename aclass->astruct in read_property_dec because records will have properties too преди 15 години
  paul 52cd624a76 compiler: fix static fields creation and access for records преди 15 години
  paul 56bf42de57 compiler: implement record methods and class methods: преди 15 години
  paul 26cef34005 compiler: преди 15 години
  paul 8e36256bc9 compiler: add support for visibility blocks in records and type, const declarations: преди 15 години
  paul 8b209be7e9 compiler: put static variables into unit level and not into parent class/object/record (fixes bug #0018131) преди 15 години
  sergei ba700ad2ff * Improvements to Dispatch call handling: преди 15 години
  florian eb3644140a * patches from Aleksa Todorovic for #15480 to improve error reporting, does not resolve #15480 преди 15 години
  joost 07bf44517c * Merged XPCom branch into trunk, added support for constref and changed преди 15 години
  daniel 3307d98c40 - Revert micro-exe mode for now. преди 15 години
  daniel 2139a229d3 + If no unit is used, no symbol inside the system unit is used, преди 15 години
  mazen b127fc154a * Fixed spell error revealed by lintian. преди 15 години
  Jonas Maebe f5c52b25cd * removed "and not is_class()" condition from is_managed_type(), because преди 15 години
  Jonas Maebe c60bcf8699 * fixed changing the visibility of a property with a fixed index in a child преди 15 години
  paul 24d8a7d833 compiler: start implementation of class constructors/destructors: parsing is ready but at the moment neither class constructors nor destructors are called - this is to be implemented преди 15 години
  paul c879230f08 compiler: fix parsing and handling of typed constants declared inside classes/objects + tests преди 15 години
  paul 973d947d6c compiler: allow const, type, var and class var sections for objects + test преди 15 години