paul
|
d29de71b75
compiler: allow message after the *deprecated* keyword
|
16 years ago |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
16 years ago |
Jonas Maebe
|
597622d313
* moved the forwardchecksyms back to symbase (but the main functionality
|
17 years ago |
Jonas Maebe
|
0b815a6fff
- removed global "resolving_forward" variable (was no longer used)
|
17 years ago |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
17 years ago |
Jonas Maebe
|
156acf3817
* fixed version of r11719 (faster parsing of units with lots of declarations
|
17 years ago |
Jonas Maebe
|
f35051f76e
- reverted r11719, there are still some problems with it
|
17 years ago |
Jonas Maebe
|
632abdace8
* keep the syms that need to be checked for forward definitions in a
|
17 years ago |
peter
|
6c586e4eca
* store specializations in globalsymtable for units, use localsymtable
|
17 years ago |
florian
|
ed9c7ceaea
* support deprecated for types
|
17 years ago |
Almindor
|
62205d0346
* fix memory leaks in create_dwarf and types_dec procedures thanks to Giulio Bernardi's detailed report
|
17 years ago |
Jonas Maebe
|
28bab3fb4f
- removed some unused variables
|
18 years ago |
Jonas Maebe
|
20a35f9701
* fixed public/export support for initialised variables/typed
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
florian
|
7d3d64e2ec
* fixed #8156
|
18 years ago |
pierre
|
31e650f98d
fix another memory leak
|
18 years ago |
florian
|
11aa2b483e
* kicked ignore_equal, usage was wrong anyways
|
18 years ago |
florian
|
28c5578976
* don't generate vmt for a generic
|
18 years ago |
peter
|
9ae8e9fa21
* refactor tclassheader in tvmtbuilder and tvmtwriter
|
18 years ago |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
18 years ago |
peter
|
99309202bc
* don't try to generate rtti if the type has an error
|
18 years ago |
peter
|
84a96d66de
* move rtti and vmt table generation into write_persistent_type_info
|
18 years ago |
peter
|
3cae449fda
* moved rtti to ncgrtti
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
florian
|
4c76107b98
* limited generics to records, classes, objects and interfaces
|
19 years ago |
florian
|
bce905b106
* give correct error locations for errors when specializing templates
|
19 years ago |
florian
|
ef7bd58c54
* germanism removed (aktfilepos -> current_filepos)
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
peter
|
3078a1927f
* remove ttype
|
19 years ago |
peter
|
71af18855e
* remove sym from ttype, we can now reference any def in any unit directly
|
19 years ago |