Historique des commits

Auteur SHA1 Message Date
  svenbarth 5218666328 * ncgrtti.pas: RTTI generation for helpers is handled like that for classes il y a 14 ans
  svenbarth 878c8c7806 Implemented correct handling of inherited methods. il y a 14 ans
  florian 26fbfaf5a7 + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer) il y a 14 ans
  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). il y a 14 ans
  svenbarth d12b198c7f Rebase to revision 16888 il y a 14 ans
  florian ec2d294287 * compiler works again compiled with $R+ il y a 14 ans
  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. il y a 14 ans
  svenbarth 07eebff55c Rebase to revision 16827 il y a 14 ans
  svenbarth a317827456 symtable.pas: il y a 14 ans
  svenbarth dde7290439 compiler/symtable.pas: il y a 14 ans
  paul 0c9b40acb7 compiler: record operators il y a 14 ans
  paul 368c215070 compiler: always derive DispInterface from IDispatch, this solve a problem with assigning dispinterface to IUnknown or IDispatch variables il y a 14 ans
  svenbarth a9b64c80ad Rebase to revision 16728 il y a 14 ans
  svenbarth aed9f0a5f7 Added first version of class helper support (not fully working and not fully featured) il y a 14 ans
  paul 2599cc63bd compiler: implement generic procedural types il y a 14 ans
  Jonas Maebe 3ca3276400 * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another il y a 14 ans
  paul 55a0fefb1f compiler: implement generic array type: il y a 14 ans
  paul 210e78e4fa compiler: allow objects and records to have members which point to themself. only don't permit this to regular fields. il y a 15 ans
  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 il y a 15 ans
  paul 4531e1231b compiler: implement Inc, Dec class operators il y a 15 ans
  paul 22ddd23d03 compiler: fix error in overloaded_names array. "In" operator has "is" name and vice versa. Add token in comment for each overloaded_names entry to prevent similar errors in future. il y a 15 ans
  paul bf3c098c18 compiler: check that records methods have implementation too. previously check worked only for some object types il y a 15 ans
  paul 8c0c614d5a compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test il y a 15 ans
  paul d1026bb052 compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/extended_records il y a 15 ans
  paul 289c9bd192 compiler: remove unneeded checks and typecasting caused by move of objectoptions into tabstractrecorddef il y a 15 ans
  paul 4640d096c4 compiler: redo searchsym_type: il y a 15 ans
  paul 56bf42de57 compiler: implement record methods and class methods: il y a 15 ans
  paul 26cef34005 compiler: il y a 15 ans
  paul 902a78eec1 compiler: add current_structdef: tabstractrecorddef and point current_objectdef to it il y a 15 ans
  paul 5d1c9ab6ba compiler: check visibility of record members, allow access to record consts and types: il y a 15 ans