paul
|
1b614b526a
compiler:
|
15 years ago |
Jonas Maebe
|
88f5addd1c
* do not typecheck statements before checking whether they are valid,
|
15 years ago |
Jonas Maebe
|
d60e1f674c
* automatically try to call procvars that are subscripted or used in a
|
15 years ago |
Jonas Maebe
|
2be600afff
* support objc.id.<anyobjcmethod> in Delphi mode (mantis #15607)
|
15 years ago |
paul
|
ba3744b38e
compiler: translate_disp_call:
|
15 years ago |
florian
|
c6ffbe9eda
* support string constants > 255 chars
|
15 years ago |
paul
|
e82edfb0fb
compiler: allow Assigned call for dispinterfaces
|
15 years ago |
paul
|
1ae0cebc1a
compiler: implement dispinterface properties + modified test
|
15 years ago |
paul
|
77a2c316dd
compiler: use sp_internal instead of vo_is_internal for internal symbols used for static fields, remove vo_is_internal
|
15 years ago |
paul
|
55702ed4c0
compiler: fix nested class types
|
15 years ago |
paul
|
6e51a4d4a9
compiler: fix nested class types and consts usage outside class declaration
|
15 years ago |
paul
|
166f8a63a2
compiler: implement class constants + tests
|
15 years ago |
paul
|
3ed4c58502
compiler:
|
15 years ago |
paul
|
ea88883915
compiler: fix access to static class fields from the static class methods + extended test
|
15 years ago |
paul
|
67ae263dd9
compiler: load methodpointer for static class methods - fixes internal error 200305061 when some class member is called inside the class static method + test
|
15 years ago |
Jonas Maebe
|
5cca798316
* fix crashes when compiling with -gt
|
15 years ago |
Jonas Maebe
|
af85e45b67
+ support for id.anyobjcmethodinscope() calls for Objective-Pascal code,
|
15 years ago |
Jonas Maebe
|
b495fbb991
* let search_class_helper() only return class helper methods; it could
|
15 years ago |
Jonas Maebe
|
9e87f42b16
* made internalerror unique
|
15 years ago |
Jonas Maebe
|
559e284bd0
* merged r13762-14047 from trunk
|
16 years ago |
paul
|
aa5a5e79ce
merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,13950,13951,13952,13983,13994:
|
16 years ago |
paul
|
e784ec1079
merge revisions 13898-13899:
|
16 years ago |
Jonas Maebe
|
a149674a75
Merged revisions 13458-13596 via svnmerge from
|
16 years ago |
Jonas Maebe
|
666f345df4
* allow objcclasstype.classmethod()
|
16 years ago |
Jonas Maebe
|
0eec337a00
- removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED
|
16 years ago |
Jonas Maebe
|
a64c5a7b23
* fixed bug that sporadically caused the column of certain nodes to
|
16 years ago |
Jonas Maebe
|
5885866990
+ support for objcencode() (equivalent of Objective-C's @encode()) + test
|
16 years ago |
florian
|
10ede51609
* access static fields by a absolute sym pointing to the symbol for the space allocation, resolves #14124
|
16 years ago |
florian
|
6c99746074
* forbid the usage of Result(x) as function call, resolves #14248
|
16 years ago |
Jonas Maebe
|
2799cfd83f
+ parser-side of objcprotocol() expression to obtain the metaclass
|
16 years ago |