2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  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 жил өмнө
  paul 49d94c5a16 compiler: implement {$VARPROPSETTER ON/OFF} support which is required for COM (D7 compatibility): 15 жил өмнө
  Jonas Maebe 88f5addd1c * do not typecheck statements before checking whether they are valid, 15 жил өмнө
  Jonas Maebe 77d5d9435b * corrected detection of the start of variant parts of records 15 жил өмнө
  Jonas Maebe 674cdaf3fc * handle fields with the same name as a type also correctly in case of 15 жил өмнө
  paul bd6f1d7447 compiler: auto generate method/property dispid if it is not set explicitly 15 жил өмнө