daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
il y a 18 ans |
Jonas Maebe
|
6555f37cff
* do not search variant operators when looking for an overloaded
|
il y a 18 ans |
florian
|
45cda67f3f
+ first basically working (not all node types yet) dfa implementation determining life information
|
il y a 18 ans |
florian
|
9a0f769b2f
* cleaned up set conversion
|
il y a 18 ans |
peter
|
f7a6c1e2ee
* only allow pointer(integer) in fpc modes
|
il y a 18 ans |
peter
|
9a37c04131
* cardinal-cardinal is calculated using int64
|
il y a 18 ans |
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.
|
il y a 18 ans |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
il y a 18 ans |
Jonas Maebe
|
2b9bdf2155
* fixed mantis 6631, 7322 and 7989: check parameters and return
|
il y a 18 ans |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
il y a 19 ans |
Jonas Maebe
|
d87f03eef5
- removed automatic int-string, string-int and int-array conversion for
|
il y a 19 ans |
peter
|
136d3e8d46
* refactor implemented interfaces
|
il y a 19 ans |
florian
|
5c9b39549a
* fixed olevariant -> variant conversion
|
il y a 19 ans |
florian
|
85d63d9fa9
* settings refactored
|
il y a 19 ans |
peter
|
3078a1927f
* remove ttype
|
il y a 19 ans |
Jonas Maebe
|
2dd6a91a9f
+ allow implicit type conversions of 4 byte integers to strings for
|
il y a 19 ans |
peter
|
6fa1b27add
* openarray to openarray should still be equal for parameters
|
il y a 19 ans |
peter
|
0ddab0c161
* add cdo_parameter option for def_compare_ext that indicates that we
|
il y a 19 ans |
Jonas Maebe
|
47eb589d54
* allow implicit conversions from/to packed char arrays under the
|
il y a 19 ans |
florian
|
9e66674ff9
+ first part of qwordbool implementation
|
il y a 19 ans |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
il y a 19 ans |
peter
|
ac673f392c
* typo in previous commit
|
il y a 19 ans |
peter
|
4bde345009
* fix check for openarray and single element
|
il y a 19 ans |
peter
|
a704cbf048
* never prefer conversion to formaldef
|
il y a 19 ans |
peter
|
38c0ae73da
Merged revisions 2775,2788-2789 via svnmerge from
|
il y a 19 ans |
Jonas Maebe
|
92c389aaeb
* fixed web bug #4778 (explicit type casting of float to int in tp/delphi
|
il y a 19 ans |
peter
|
45176ea2a8
* split tstringtype for stringdef and stringconstnode
|
il y a 19 ans |
peter
|
95879fe8a7
* basic support for generic classes
|
il y a 19 ans |
peter
|
f9db030350
* fix overload choosing if both normal proc and proc of object are available
|
il y a 20 ans |
peter
|
09a0dff4da
* prefer object->object over object->intf
|
il y a 20 ans |