paul
|
11cdaafea4
compiler: allow 'enumerator MoveNext' for the interface function declaration + test
|
15 éve |
paul
|
90a92061a9
compiler: enumerator directive support:
|
15 éve |
paul
|
ef9d010cc3
complier: continue enumerator implementation:
|
15 éve |
paul
|
5ba2d8d3df
merge 13886,13888-13889,13894-13897,13900-13907,13910-13922,13925-13931 revisions from the trunk
|
15 éve |
paul
|
d29de71b75
compiler: allow message after the *deprecated* keyword
|
16 éve |
paul
|
4165499df6
compiler: starting support for final methods (todo: generate an error when overriding a final method) + test
|
16 éve |
paul
|
1d9245d75f
compiler: abstract/sealed class delphi-like support
|
16 éve |
florian
|
b8a83fd997
* allow reintroduce for objects, resolves #14743
|
16 éve |
Jonas Maebe
|
621ebe240e
* fixed another case where safecall was not ignored for targets<>windows
|
16 éve |
Jonas Maebe
|
ceb547d027
* only allow cdecl "array of const" parameters for procvars and for external
|
16 éve |
florian
|
a9aba39d63
* show warnings about parameter types in cdecl'ed procedures at proper locations, resolves #14283
|
16 éve |
florian
|
04a796628c
* variables in dlls need at least a dll name on windows, test fixed
|
16 éve |
Jonas Maebe
|
52c6f14de5
* do not allow local type definitions such as string[1] and "file of byte"
|
16 éve |
Jonas Maebe
|
c6733ed9a5
* disallow placing fields after method/property definitions, because this
|
16 éve |
Jonas Maebe
|
4e20c12326
* fixed compilation on x86_64 and ARM after r12891
|
16 éve |
Jonas Maebe
|
7e8343f6e2
* removed any use of pushleftright_pocalls for non-i386 platforms, since
|
16 éve |
yury
|
afa7ade545
* Replace ? and @ in external names only if the external is imported from DLL on Windows.
|
16 éve |
Jonas Maebe
|
549f1ecc1b
* when using overloaded functions in Delphi mode without the "overload"
|
16 éve |
peter
|
9086a2549d
* refactor overload collection in tcallcandidates. separate
|
16 éve |
peter
|
a3a66ba74d
* split tvisibility from tsymoptions
|
16 éve |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
16 éve |
Jonas Maebe
|
a23630260b
+ "weakexternal" support for imported procedures and variables.
|
16 éve |
Károly Balogh
|
d41cb0c251
* another attempt to properly fix the fix for 8391
|
17 éve |
florian
|
8c9baed5cb
* force static; being repeated in the procedure body, this avoids trouble as in #12242
|
17 éve |
peter
|
6c586e4eca
* store specializations in globalsymtable for units, use localsymtable
|
17 éve |
florian
|
95c69a64ad
* don't generate a hidden parameter for static class methods, resolves #10998
|
17 éve |
peter
|
beb01e6e79
* give warning for disabling inline if assembler
|
17 éve |
florian
|
d8d96f14e6
+ experimental directive, resolves #10833
|
17 éve |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 éve |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 éve |