Commit Verlauf

Autor SHA1 Nachricht Datum
  florian 60e16260e1 o adjust define handling to resolve #19519 vor 14 Jahren
  Jonas Maebe b0e83a06af * fixed crash when trying to index a record without a default property vor 14 Jahren
  svenbarth 35b47e491c Rebase to revision 17306 vor 14 Jahren
  florian 4d19f6c532 * patch by Jeppe Johansen to be able to generate debug info if an rtl without variant support is used, resolves #18483 vor 14 Jahren
  svenbarth 16e500ee3c Removed old search algorithm vor 14 Jahren
  svenbarth d0705a1779 Rebase to revision 17236 vor 14 Jahren
  svenbarth a944be69a6 * nflw.pas: search for enumerators in helpers for records as well vor 14 Jahren
  Jonas Maebe 10674153cf * set result of searchsym_in_record() in case nothing was found vor 14 Jahren
  svenbarth f7f357f18e * symconst.pas: vor 14 Jahren
  svenbarth 80e6498921 Rebase to revision 17096 vor 14 Jahren
  svenbarth 5218666328 * ncgrtti.pas: RTTI generation for helpers is handled like that for classes vor 14 Jahren
  svenbarth 878c8c7806 Implemented correct handling of inherited methods. vor 14 Jahren
  florian 26fbfaf5a7 + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer) vor 14 Jahren
  svenbarth 963a4d7b23 Commit of a completely restructured helper implementation. Instead of changing objectdefs with odt_classhelper to odt_class, they'll have the odt_helper type assigned to and this will be kept. This also implies that the parent of a helper is its true parent while the extended type is set to a field in tobjectdef (extendeddef). vor 14 Jahren
  svenbarth d12b198c7f Rebase to revision 16888 vor 14 Jahren
  florian ec2d294287 * compiler works again compiled with $R+ vor 14 Jahren
  svenbarth e19bcfae38 Added a flag set to TSymtable that tells whether it contains a class helper symbol, which is currently only used for static- and globalsymtables. vor 14 Jahren
  svenbarth 07eebff55c Rebase to revision 16827 vor 14 Jahren
  svenbarth a317827456 symtable.pas: vor 14 Jahren
  svenbarth dde7290439 compiler/symtable.pas: vor 14 Jahren
  paul 0c9b40acb7 compiler: record operators vor 14 Jahren
  paul 368c215070 compiler: always derive DispInterface from IDispatch, this solve a problem with assigning dispinterface to IUnknown or IDispatch variables vor 14 Jahren
  svenbarth a9b64c80ad Rebase to revision 16728 vor 14 Jahren
  svenbarth aed9f0a5f7 Added first version of class helper support (not fully working and not fully featured) vor 14 Jahren
  paul 2599cc63bd compiler: implement generic procedural types vor 14 Jahren
  Jonas Maebe 3ca3276400 * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another vor 15 Jahren
  paul 55a0fefb1f compiler: implement generic array type: vor 15 Jahren
  paul 210e78e4fa compiler: allow objects and records to have members which point to themself. only don't permit this to regular fields. vor 15 Jahren
  paul 66b128efb3 compiler: map delphi Implicit operator to := operator of FPC, add Explicit operator for delphi only (for now) which works when explicit type conversion happens + extend test vor 15 Jahren
  paul 4531e1231b compiler: implement Inc, Dec class operators vor 15 Jahren