Jonas Maebe
|
0698121f36
--- Merging r13526 into '.':
|
16 years ago |
florian
|
a9aba39d63
* show warnings about parameter types in cdecl'ed procedures at proper locations, resolves #14283
|
16 years ago |
florian
|
04a796628c
* variables in dlls need at least a dll name on windows, test fixed
|
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
|
c6733ed9a5
* disallow placing fields after method/property definitions, because this
|
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
|
16 years ago |
peter
|
a3a66ba74d
* split tvisibility from tsymoptions
|
16 years ago |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
16 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 |
peter
|
6c586e4eca
* store specializations in globalsymtable for units, use localsymtable
|
17 years ago |
florian
|
95c69a64ad
* don't generate a hidden parameter for static class methods, resolves #10998
|
17 years ago |
peter
|
beb01e6e79
* give warning for disabling inline if assembler
|
17 years ago |
florian
|
d8d96f14e6
+ experimental directive, resolves #10833
|
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 |
Jonas Maebe
|
719c29cf86
+ new cpo_openequalisexact parameter comparison option which
|
17 years ago |
peter
|
1e123d66ba
* improved generics
|
18 years ago |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 years ago |
peter
|
68245771cc
* fix invalid typecast
|
18 years ago |
Jonas Maebe
|
91629f810f
* better error messages for non-overloadable operators:
|
18 years ago |
peter
|
0fc65c5eec
* for tp mode don't allow unitname reuse
|
18 years ago |
Jonas Maebe
|
28bab3fb4f
- removed some unused variables
|
18 years ago |
yury
|
84306f80e9
* fixed tw8391.pp for i386.
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |