Jonas Maebe
|
f5c52b25cd
* removed "and not is_class()" condition from is_managed_type(), because
|
15 years ago |
Jonas Maebe
|
40705a085f
* renamed is_refcounted_type() into is_managed_type(), because it also
|
15 years ago |
paul
|
1b614b526a
compiler:
|
15 years ago |
paul
|
1768810783
compiler: allow to derive classes from a nested class type (issue #0016083)
|
15 years ago |
Jonas Maebe
|
88f5addd1c
* do not typecheck statements before checking whether they are valid,
|
15 years ago |
Jonas Maebe
|
dd94f5cf2b
* no longer allow typed files of reference counted data (mantis #15447)
|
15 years ago |
Jonas Maebe
|
f8754d8fab
+ Objective-C category support (old and new ABI, both external and
|
15 years ago |
florian
|
5d01732128
* several fixes which improve the behaviour of nested generics, resolves #15077
|
15 years ago |
Jonas Maebe
|
f238f7c74b
+ allow defining classrefdefs for objcclasses. Note, this happens using the
|
16 years ago |
Jonas Maebe
|
a149674a75
Merged revisions 13458-13596 via svnmerge from
|
16 years ago |
Jonas Maebe
|
3ed4734f85
* fixed position where error message is given about wrong "class of"
|
16 years ago |
Jonas Maebe
|
335e159c11
Merged revisions 13351-13373,13376-13457 via svnmerge from
|
16 years ago |
Jonas Maebe
|
5a2ccfff52
--WARNING: start build process with FPC 2.2.4; won't work when
|
16 years ago |
Jonas Maebe
|
52c6f14de5
* do not allow local type definitions such as string[1] and "file of byte"
|
16 years ago |
Jonas Maebe
|
a63d4e3ad0
* fixed indentation
|
16 years ago |
Jonas Maebe
|
b1b9894ae3
* initial Objective-C 1.0 support:
|
16 years ago |
peter
|
a3a66ba74d
* split tvisibility from tsymoptions
|
16 years ago |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
16 years ago |
peter
|
b6dcffe79b
* remove obsolete bt_specialize
|
16 years ago |
peter
|
84112032c3
* rename aktobjectdef to current_objectdef
|
16 years ago |
florian
|
d2214685c3
* fixes compiler crash with out of memory on illegal array declarations
|
17 years ago |
yury
|
4cabbe0e39
* Fixed compiler cycling with enabled range and overflow checking.
|
17 years ago |
peter
|
6c586e4eca
* store specializations in globalsymtable for units, use localsymtable
|
17 years ago |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 years ago |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 years ago |
florian
|
2d91fef4f1
+ accept system.string, resolves #10489
|
17 years ago |
peter
|
1e123d66ba
* improved generics
|
18 years ago |
florian
|
7229dcfdcb
* setup a proper symtable stack before parsing the generic declaration itself, resolves #9419
|
18 years ago |
Jonas Maebe
|
0040eecf9f
+ support for extra packing of sets whose lower element number
|
18 years ago |
Jonas Maebe
|
eddc507a13
* disallow widechar sets (Delphi 7 compatible, and were handled wrongly
|
18 years ago |