svenbarth
|
956b26bc97
Completely reworked implementation of generic constraints, by moving the generic constraint data from the symbols to the definitions (I originally thought that this would simplyfy things, but the more correct approach is to add it to the defs).
|
преди 12 години |
svenbarth
|
cc5a108cca
Allocate the list for generic parameters in tstoreddef only on demand as most defs won't contain generic parameters anyway (avoids a little bit of runtime and memory overhead per def).
|
преди 12 години |
nickysn
|
b0f7786782
+ added support for special versions of near data pointers associated with a x86 segment register. They are supported on all x86 platforms: i8086, i386 and x86_64
|
преди 12 години |
Jonas Maebe
|
1244cdff70
* don't treat bitpacked arrays of subranges of char that can be represented
|
преди 12 години |
svenbarth
|
9ef4a35a7b
Fix the fix for Mantis #21538. The check never really worked up to now...
|
преди 12 години |
Jonas Maebe
|
c7255f153e
* sets with the same base/range can still have a different size (and hence
|
преди 12 години |
svenbarth
|
2414c55ca0
Fix for Mantis #21538.
|
преди 13 години |
Jonas Maebe
|
85765364ee
* properly compare parameter lists involving pointers to or classrefdefs of
|
преди 13 години |
Jonas Maebe
|
4d31fbc31d
* also allow conversion of niln to forward-defined pointerdef
|
преди 13 години |
Jonas Maebe
|
a63a603cc1
* allow conversion from niln to not-yet-fully-resolved classrefdefs
|
преди 13 години |
Jonas Maebe
|
63ab1bae3e
* don't allow ordinal->ptr-based-objectdef conversions on managed platforms,
|
преди 13 години |
Jonas Maebe
|
50659b7e7f
* give an error if a routine definition defines default values for
|
преди 13 години |
Jonas Maebe
|
ffe68ca284
* do not search overloaded assignment/conversion operators for internal
|
преди 13 години |
Jonas Maebe
|
99e70e7128
* do not allow implicit conversions from currency to orddef even if currency
|
преди 13 години |
paul
|
1a724f3e11
compiler:
|
преди 13 години |
paul
|
c7e057a835
compiler: use is_wide_or_unicode_string() istead of using is_widestring() or is_unicodestring()
|
преди 13 години |
Jonas Maebe
|
564445da8c
* re-enabled enum -> dispinterface typecasts after r21069, bug noticed by
|
преди 13 години |
Jonas Maebe
|
834026bfb5
* synchronised with trunk up to r21067
|
преди 13 години |
paul
|
a26bc50ca6
compiler: change ShortString->(Some)String and AnsiString->(Some)String overload precedence both for variables and string constants, change unicode constant type from widestring to unicodestring (Delphi compatibility)
|
преди 13 години |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
преди 13 години |
paul
|
2499b5514f
compiler: change overload search for char constants (for delphi compatibility):
|
преди 13 години |
svenbarth
|
2a872978dc
Fix Mantis #21179
|
преди 13 години |
paul
|
3b153c223a
compiler:
|
преди 13 години |
Jonas Maebe
|
0d5b2b84a8
+ Android/JVM target, including a translation of the Android r14 SDK
|
преди 13 години |
paul
|
c6ca9e5091
compiler:
|
преди 14 години |
paul
|
a99ffb3097
compiler: apply patches from Inoussa and Jonas:
|
преди 14 години |
paul
|
e0fecf5332
compiler: revert r19358. As stated by Florian, compiler should be able to compile with the latest RTL.
|
преди 14 години |
paul
|
ee2e0a0c1d
compiler: remove CP_xxx constants since they are present in the system unit now
|
преди 14 години |
paul
|
a769ef0ad2
compiler: don't return te_eual when we convert from RawByteString to another codepage
|
преди 14 години |
paul
|
00396da30c
compiler: cleanup
|
преди 14 години |