tom_at_work
|
6958bbfdda
* allow explicit conversion of enumeration values (in addition to integers) to object references in Delphi mode
|
17 jaren geleden |
florian
|
467aeb3446
* avoid ie 99080501 when overloading procedures with open arrays of widechar, resolves #11543
|
17 jaren geleden |
florian
|
e265393d7a
* make stringconstn => open array of char a l1 conversion as it was earlier, resolves #10727
|
17 jaren geleden |
Jonas Maebe
|
85b9c65f51
* fixed support in macpas mode for anonymous procedure/function types
|
17 jaren geleden |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 jaren geleden |
yury
|
801837f60d
* Fixed bug #10681.
|
17 jaren geleden |
Jonas Maebe
|
08ccb30e3b
* perform real "exactness" checking for open array parameters
|
17 jaren geleden |
Jonas Maebe
|
719c29cf86
+ new cpo_openequalisexact parameter comparison option which
|
17 jaren geleden |
florian
|
5c96c4a671
+ first part of support for an unicodestring type
|
17 jaren geleden |
Jonas Maebe
|
e716ac6b6b
* give ord->formaldef again a higher precedence than ord->floatdef
|
18 jaren geleden |
Jonas Maebe
|
82a0749970
* prefer non-matching orddef conversions to orddef-to-pointer conversions
|
18 jaren geleden |
Jonas Maebe
|
5bc156efea
* always demote type conversions which cannot represent part of the
|
18 jaren geleden |
daniel
|
6e0a7bb0eb
* Nil constants that are type converted to a method procvar are now
|
18 jaren geleden |
florian
|
76a3d55199
* allow enum => pointer type casts in delphi mode, resolves #8465
|
18 jaren geleden |
daniel
|
504d845e86
* Consider conversion from integer to integer te_equal, if the base types
|
18 jaren geleden |
florian
|
70284da435
* allow <any ordinal>(class/interface) type casts likewise it is allowed for class references and pointers
|
18 jaren geleden |
Jonas Maebe
|
ba95cc22ee
* only allow automatic type conversions of array constructors of
|
18 jaren geleden |
florian
|
c7037df254
+ classrefdef is assignment compatible to pointers in delphi mode
|
18 jaren geleden |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 jaren geleden |
Jonas Maebe
|
6555f37cff
* do not search variant operators when looking for an overloaded
|
18 jaren geleden |
florian
|
45cda67f3f
+ first basically working (not all node types yet) dfa implementation determining life information
|
18 jaren geleden |
florian
|
9a0f769b2f
* cleaned up set conversion
|
18 jaren geleden |
peter
|
f7a6c1e2ee
* only allow pointer(integer) in fpc modes
|
18 jaren geleden |
peter
|
9a37c04131
* cardinal-cardinal is calculated using int64
|
18 jaren geleden |
yury
|
48e46f1c2e
* Fixed error "Incompatible type for arg no. X: Got "Array Of Char", expected "Array Of PChar"" when passing values like ['1','2','3'] for "array of PChar" parameter.
|
18 jaren geleden |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
18 jaren geleden |
Jonas Maebe
|
2b9bdf2155
* fixed mantis 6631, 7322 and 7989: check parameters and return
|
18 jaren geleden |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 jaren geleden |
Jonas Maebe
|
d87f03eef5
- removed automatic int-string, string-int and int-array conversion for
|
19 jaren geleden |
peter
|
136d3e8d46
* refactor implemented interfaces
|
19 jaren geleden |