Commit History

Author SHA1 Message Date
  paul a1e0b833b2 compiler: fix ppu read/write of property parameters symtable (bug #0020454) 13 years ago
  paul 62b4ef3d1a compiler: don't create a parasymtable for property if property has no parameters 13 years ago
  paul ceb141523d compiler: store property parameters in a parasymtables together with property. restore those parameters for descendant properties (fixes mantis #0020421 but maybe not very optimal) 14 years ago
  paul 7e88628b02 compiler: clear vd_class option if it was added by _STATIC token (issue #0020119) 14 years ago
  sergei 16859976da Mantis #19182, Delphi compatible tweaks: 14 years ago
  sergei bbae63a4f2 * Check that a single interface is only delegated to a single property within a class. 14 years ago
  pierre cfdc7c861d * Use public/global name 'name' section 'section' without semicolon for Windows TLS support 14 years ago
  pierre 47ff755068 symdef.pas New make_dllmangledname function 14 years ago
  florian d35d1ed357 + initial support for pascal booleans with sizes 2, 4 and 8 14 years ago
  pierre 239944f8d0 + Use DLL name in assembler labels used to import DLL functions/variables 14 years ago
  svenbarth 35b47e491c Rebase to revision 17306 14 years ago
  florian f328b6d635 + user section type 14 years ago
  svenbarth 96116a6c3a Several adjustments because virtual methods in helpers are just normal methods and a VMT isn't generated for them either. 14 years ago
  svenbarth d12b198c7f Rebase to revision 16888 14 years ago
  paul e77a9051c8 compiler: treat record/class fields types as bt_var_type block in delphi mode - as result they don't create a forward declaration for ^Type. Leave it as is for other modes because in other case it break the compilation of RTL and packages (fixes issue #0018620) 14 years ago
  sergei 58f37dc952 Improvements to dispinterface property handling: 14 years ago
  sergei ba74d47081 * pdecvar.pas, refactoring: don't create storedprocdef unless it is actually required. 14 years ago
  Jonas Maebe 8a389c16d7 * fixed indentation 14 years ago
  paul fa41b6ffe3 compiler: allow generic classes to derive from generic classes and generic interfaces 14 years ago
  paul 79813da090 compiler: don't allow record case with parameterized members 14 years ago
  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 years ago
  paul 327b570ea4 compiler: rename extended records to advanced records 14 years ago
  paul 210e78e4fa compiler: allow objects and records to have members which point to themself. only don't permit this to regular fields. 14 years ago
  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 14 years ago
  paul d1026bb052 compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/extended_records 14 years ago
  paul 726ea27bc0 compiler: 14 years ago
  paul 17815ce7a2 compiler: implement properties in records: 14 years ago
  paul 69d3bb2ffc compiler: rename aclass->astruct in read_property_dec because records will have properties too 14 years ago
  paul 52cd624a76 compiler: fix static fields creation and access for records 14 years ago
  paul 56bf42de57 compiler: implement record methods and class methods: 14 years ago