florian
|
ec2d294287
* compiler works again compiled with $R+
|
14 gadi atpakaļ |
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.
|
14 gadi atpakaļ |
svenbarth
|
07eebff55c
Rebase to revision 16827
|
14 gadi atpakaļ |
svenbarth
|
a317827456
symtable.pas:
|
14 gadi atpakaļ |
svenbarth
|
dde7290439
compiler/symtable.pas:
|
14 gadi atpakaļ |
paul
|
0c9b40acb7
compiler: record operators
|
14 gadi atpakaļ |
paul
|
368c215070
compiler: always derive DispInterface from IDispatch, this solve a problem with assigning dispinterface to IUnknown or IDispatch variables
|
14 gadi atpakaļ |
svenbarth
|
a9b64c80ad
Rebase to revision 16728
|
14 gadi atpakaļ |
svenbarth
|
aed9f0a5f7
Added first version of class helper support (not fully working and not fully featured)
|
14 gadi atpakaļ |
paul
|
2599cc63bd
compiler: implement generic procedural types
|
14 gadi atpakaļ |
Jonas Maebe
|
3ca3276400
* changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another
|
14 gadi atpakaļ |
paul
|
55a0fefb1f
compiler: implement generic array type:
|
14 gadi atpakaļ |
paul
|
210e78e4fa
compiler: allow objects and records to have members which point to themself. only don't permit this to regular fields.
|
14 gadi atpakaļ |
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
|
14 gadi atpakaļ |
paul
|
4531e1231b
compiler: implement Inc, Dec class operators
|
14 gadi atpakaļ |
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.
|
14 gadi atpakaļ |
paul
|
bf3c098c18
compiler: check that records methods have implementation too. previously check worked only for some object types
|
14 gadi atpakaļ |
paul
|
8c0c614d5a
compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test
|
14 gadi atpakaļ |
paul
|
d1026bb052
compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/extended_records
|
14 gadi atpakaļ |
paul
|
289c9bd192
compiler: remove unneeded checks and typecasting caused by move of objectoptions into tabstractrecorddef
|
14 gadi atpakaļ |
paul
|
4640d096c4
compiler: redo searchsym_type:
|
14 gadi atpakaļ |
paul
|
56bf42de57
compiler: implement record methods and class methods:
|
14 gadi atpakaļ |
paul
|
26cef34005
compiler:
|
14 gadi atpakaļ |
paul
|
902a78eec1
compiler: add current_structdef: tabstractrecorddef and point current_objectdef to it
|
14 gadi atpakaļ |
paul
|
5d1c9ab6ba
compiler: check visibility of record members, allow access to record consts and types:
|
14 gadi atpakaļ |
paul
|
3e5f6e7a60
compiler: reduce the overhead made in previous revision
|
14 gadi atpakaļ |
paul
|
af39178e06
compiler: redo type search in parent classes. previous trial breaks objective pascal implementation
|
14 gadi atpakaļ |
paul
|
8b209be7e9
compiler: put static variables into unit level and not into parent class/object/record (fixes bug #0018131)
|
14 gadi atpakaļ |
paul
|
0d57d38d7c
compiler: fix visibility of inherited protected members (mantis #0018087) and strict private/protected members (mantis #0018085) to nested classes
|
14 gadi atpakaļ |
paul
|
d99b4ae7c1
compiler: set moduleid for record symtables and descendants (fixes bug #0017950)
|
14 gadi atpakaļ |