Historie revizí

Autor SHA1 Zpráva Datum
  Jonas Maebe 10674153cf * set result of searchsym_in_record() in case nothing was found před 14 roky
  florian 26fbfaf5a7 + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer) před 14 roky
  florian ec2d294287 * compiler works again compiled with $R+ před 14 roky
  paul 0c9b40acb7 compiler: record operators před 14 roky
  paul 368c215070 compiler: always derive DispInterface from IDispatch, this solve a problem with assigning dispinterface to IUnknown or IDispatch variables před 14 roky
  paul 2599cc63bd compiler: implement generic procedural types před 14 roky
  Jonas Maebe 3ca3276400 * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another před 14 roky
  paul 55a0fefb1f compiler: implement generic array type: před 14 roky
  paul 210e78e4fa compiler: allow objects and records to have members which point to themself. only don't permit this to regular fields. před 14 roky
  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 před 14 roky
  paul 4531e1231b compiler: implement Inc, Dec class operators před 14 roky
  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. před 14 roky
  paul bf3c098c18 compiler: check that records methods have implementation too. previously check worked only for some object types před 14 roky
  paul 8c0c614d5a compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test před 14 roky
  paul d1026bb052 compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/extended_records před 14 roky
  paul 289c9bd192 compiler: remove unneeded checks and typecasting caused by move of objectoptions into tabstractrecorddef před 14 roky
  paul 4640d096c4 compiler: redo searchsym_type: před 14 roky
  paul 56bf42de57 compiler: implement record methods and class methods: před 14 roky
  paul 26cef34005 compiler: před 14 roky
  paul 902a78eec1 compiler: add current_structdef: tabstractrecorddef and point current_objectdef to it před 14 roky
  paul 5d1c9ab6ba compiler: check visibility of record members, allow access to record consts and types: před 14 roky
  paul 3e5f6e7a60 compiler: reduce the overhead made in previous revision před 14 roky
  paul af39178e06 compiler: redo type search in parent classes. previous trial breaks objective pascal implementation před 14 roky
  paul 8b209be7e9 compiler: put static variables into unit level and not into parent class/object/record (fixes bug #0018131) před 14 roky
  paul 0d57d38d7c compiler: fix visibility of inherited protected members (mantis #0018087) and strict private/protected members (mantis #0018085) to nested classes před 14 roky
  paul d99b4ae7c1 compiler: set moduleid for record symtables and descendants (fixes bug #0017950) před 14 roky
  joost 07bf44517c * Merged XPCom branch into trunk, added support for constref and changed před 14 roky
  mazen b127fc154a * Fixed spell error revealed by lintian. před 15 roky
  Jonas Maebe 1c9fed7ae3 * resolve anonymous external objcclass definitions to the real type also when před 15 roky
  paul 4718c88f8d compiler: compare enumerator operator "current" return type with the loop variable while searching for enumerator před 15 roky