florian
|
80af47489d
+ first batch of patches to support tdef.getcopy fully
|
20 years ago |
peter
|
2b6456fe16
* procvar handling for tp procvar mode fixed
|
20 years ago |
peter
|
5f61be6b4d
* prevent some IEs with delphi methodpointers
|
20 years ago |
peter
|
1418add0e0
* don't allow pointer(ordinal) typecast in fpc mode, only allow it
|
20 years ago |
peter
|
e740a66636
* tparaitem removed, use tparavarsym instead
|
21 years ago |
peter
|
6458bd0ce1
* tvarsym splitted
|
21 years ago |
peter
|
91a00b5344
* procvar arguments need to be at least equal
|
21 years ago |
peter
|
9f811b8bca
* remove previous patch
|
21 years ago |
peter
|
1c0b14c9f7
* only allow ordinal-pointer for same size
|
21 years ago |
peter
|
c95a859f0a
* generic tlocation
|
21 years ago |
peter
|
e1278ec66f
* prefer pchar-string over pchar-pointer
|
21 years ago |
peter
|
35c07ed9ef
* dynarr-pointer is allowed under delphi
|
21 years ago |
florian
|
8a9758c5e2
* logs truncated
|
21 years ago |
peter
|
73867aa44c
* voidpointer can be converted to dynarray
|
21 years ago |
peter
|
92203909b9
* use defs_equal when comparing pointer types
|
21 years ago |
peter
|
44a2e03d81
* also compare calling convention in proc_to_procvar_equal
|
21 years ago |
peter
|
05e0d83348
* operator overload chooses rewrite
|
21 years ago |
peter
|
da60da7f06
* allow real_2_real conversion for realconstn, fixes 2971
|
21 years ago |
peter
|
3a3fdde6d1
* compare_defs_ext has now a options argument
|
21 years ago |
daniel
|
d735071838
* Rtti generation moved to ncgutil
|
21 years ago |
peter
|
2b02238e4a
* prefere tobject-tobject over tobject-pointer
|
21 years ago |
peter
|
c3b9e56e90
* give penalty in float-float conversion when precision is lost
|
21 years ago |
florian
|
5f496817a0
* fixed webbug 2878
|
21 years ago |
Jonas Maebe
|
2af569745c
* if currency = int64, FPC_CURRENCY_IS_INT64 is defined
|
21 years ago |
daniel
|
23aa8e1cda
* Automatic conversion from integer constants to pointer constants is no
|
21 years ago |
michael
|
224a670b4a
+ Patch to prefer getpropinfo(ptypeinfo,name) over getpropinfo(tobject,name) when called with getpropinfo(aclass.classinfo) from Peter
|
22 years ago |
peter
|
a3c14e9c2d
* procvar default value support
|
22 years ago |
florian
|
8b337fb5ef
+ type cast variant<->enum
|
22 years ago |
peter
|
19727a3609
* don't search for overloads in parents for constructors
|
22 years ago |
florian
|
6906e33275
* fixed web bug #2129: explicit float casts in Delphi mode must be handled by the default code
|
22 years ago |