peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
peter
|
0c8796c210
* fix hiding of symbols
|
19 years ago |
peter
|
3cae449fda
* moved rtti to ncgrtti
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
peter
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
florian
|
bce905b106
* give correct error locations for errors when specializing templates
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
peter
|
3078a1927f
* remove ttype
|
19 years ago |
peter
|
0f6355e805
* fix property overriding
|
19 years ago |
florian
|
32c7ba29ea
* when calling an inherited methode by msg, any var parameters are compatible,
|
19 years ago |
Jonas Maebe
|
3bb41dcf9a
* fixed writing "packed" status of bitpacked records to ppu files.
|
19 years ago |
Jonas Maebe
|
c9c56996cc
- removed wrong databitsize assignment (which had no effect)
|
19 years ago |
Jonas Maebe
|
1f42ee201b
+ support for bitpacked records, except for:
|
19 years ago |
Jonas Maebe
|
441d5a3c12
* use constant called C_alignment instead of -1 to denote C-style
|
19 years ago |
peter
|
eb829ea21b
* store procdef messageinf in the ppu
|
19 years ago |
peter
|
22657a363b
* pass context class to searchsym_in_class to fix the visibility
|
19 years ago |
Jonas Maebe
|
c6b3550291
- removed some local variables and associated code not used
|
19 years ago |
peter
|
172413fd09
* inheritance based on message also needs to find hidden
|
19 years ago |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 years ago |
Jonas Maebe
|
659d3e106d
* fixed alignment of double, extended, int64 and qword on i386-darwin
|
19 years ago |
peter
|
785550d7e3
Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,2722-2723,2728-2730,2740,2769 via svnmerge from
|
19 years ago |
Jonas Maebe
|
e5ebc40446
* fixed crash with loading overridden properties of forward-declared
|
19 years ago |
Tomas Hajny
|
e8a2e42975
* unresolved forward declarations stopping the build with -dDEBUG left just as comments
|
19 years ago |
Jonas Maebe
|
63b9f00afd
* don't report sym_w_identifier_only_read for exported or external
|
19 years ago |
Jonas Maebe
|
c15b500e32
+ warn if a static variable is read but not assigned (tw4781*)
|
19 years ago |
peter
|
b1c66a106e
* more dup id fixes
|
19 years ago |
peter
|
232555904e
* symtablestack cleanup and rewrite
|
19 years ago |
peter
|
ad0f93da39
* don't report name differences after implicit renames
|
19 years ago |
peter
|
95879fe8a7
* basic support for generic classes
|
19 years ago |
Jonas Maebe
|
42ec76598c
* new categories for vs_*: vs_declared, vs_initialised, vs_read,
|
19 years ago |