Jonas Maebe
|
8e81477fcf
* make hidden '_cmd' (selector) parameter available in Objective-C methods
|
16 years ago |
Jonas Maebe
|
ed9656d1e6
Merged revisions 13627-13631,13637-13638,13640,13642-13648,13650-13653,13656-13658,13660,13664-13667,13672-13675,13680,13682,13687 via svnmerge from
|
16 years ago |
Jonas Maebe
|
6fcd29c190
* fixed the parameter order of self/_cmd relative to the hidden function
|
16 years ago |
Jonas Maebe
|
b76def10b2
+ check whether selector names are valid when they are specified in a class
|
16 years ago |
Jonas Maebe
|
64af998435
* correct type of _cmd parameter for ObjC methods (is objc_id, not
|
16 years ago |
Jonas Maebe
|
621ebe240e
* fixed another case where safecall was not ignored for targets<>windows
|
16 years ago |
Jonas Maebe
|
744d20d086
* allow "array of const" parameters again for objcclass/objcprotocol methods
|
16 years ago |
Jonas Maebe
|
5082e23d57
Merged revisions 13599-13600,13602-13604,13608,13615-13618 via svnmerge from
|
16 years ago |
Jonas Maebe
|
b15fb4afb5
* renamed hidden selector parameter to Objective-C methods from msgsel to
|
16 years ago |
Jonas Maebe
|
ceb547d027
* only allow cdecl "array of const" parameters for procvars and for external
|
16 years ago |
Jonas Maebe
|
a149674a75
Merged revisions 13458-13596 via svnmerge from
|
16 years ago |
florian
|
a9aba39d63
* show warnings about parameter types in cdecl'ed procedures at proper locations, resolves #14283
|
16 years ago |
Jonas Maebe
|
335e159c11
Merged revisions 13351-13373,13376-13457 via svnmerge from
|
16 years ago |
florian
|
04a796628c
* variables in dlls need at least a dll name on windows, test fixed
|
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
|
92de010fe1
Merged revisions 13218-13347 via svnmerge from
|
16 years ago |
Jonas Maebe
|
c6733ed9a5
* disallow placing fields after method/property definitions, because this
|
16 years ago |
Jonas Maebe
|
27afdbf94a
* fixed check for forbidding constructors/destructors in objcclasses + tests
|
16 years ago |
Jonas Maebe
|
b1b9894ae3
* initial Objective-C 1.0 support:
|
16 years ago |
Jonas Maebe
|
4e20c12326
* fixed compilation on x86_64 and ARM after r12891
|
16 years ago |
Jonas Maebe
|
7e8343f6e2
* removed any use of pushleftright_pocalls for non-i386 platforms, since
|
16 years ago |
yury
|
afa7ade545
* Replace ? and @ in external names only if the external is imported from DLL on Windows.
|
16 years ago |
Jonas Maebe
|
549f1ecc1b
* when using overloaded functions in Delphi mode without the "overload"
|
16 years ago |
peter
|
9086a2549d
* refactor overload collection in tcallcandidates. separate
|
17 years ago |
peter
|
a3a66ba74d
* split tvisibility from tsymoptions
|
17 years ago |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
17 years ago |
Jonas Maebe
|
a23630260b
+ "weakexternal" support for imported procedures and variables.
|
17 years ago |
Károly Balogh
|
d41cb0c251
* another attempt to properly fix the fix for 8391
|
17 years ago |
florian
|
8c9baed5cb
* force static; being repeated in the procedure body, this avoids trouble as in #12242
|
17 years ago |