florian
|
d2214685c3
* fixes compiler crash with out of memory on illegal array declarations
|
17 years ago |
yury
|
4cabbe0e39
* Fixed compiler cycling with enabled range and overflow checking.
|
17 years ago |
peter
|
6c586e4eca
* store specializations in globalsymtable for units, use localsymtable
|
17 years ago |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 years ago |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 years ago |
florian
|
2d91fef4f1
+ accept system.string, resolves #10489
|
17 years ago |
peter
|
1e123d66ba
* improved generics
|
18 years ago |
florian
|
7229dcfdcb
* setup a proper symtable stack before parsing the generic declaration itself, resolves #9419
|
18 years ago |
Jonas Maebe
|
0040eecf9f
+ support for extra packing of sets whose lower element number
|
18 years ago |
Jonas Maebe
|
eddc507a13
* disallow widechar sets (Delphi 7 compatible, and were handled wrongly
|
18 years ago |
florian
|
4b9669a081
* give proper error location if something is wrong with the type argument list, resolves #9112
|
18 years ago |
florian
|
fa2a2b0bd0
* generics without specialization can't be used as a type, resolves #9225
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
florian
|
301be02148
* forbid anonymous generic specializations
|
18 years ago |
peter
|
91dbd27a42
* cleanup deleting of defs
|
18 years ago |
florian
|
11aa2b483e
* kicked ignore_equal, usage was wrong anyways
|
18 years ago |
florian
|
c4d96ec538
* only non generic types can be used when specializing generics, fixes 7735
|
18 years ago |
peter
|
9ae8e9fa21
* refactor tclassheader in tvmtbuilder and tvmtwriter
|
19 years ago |
florian
|
b0104f2ec8
* fixed parsing of spezialitions taking more than one argument
|
19 years ago |
peter
|
84a96d66de
* move rtti and vmt table generation into write_persistent_type_info
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
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
|
71af18855e
* remove sym from ttype, we can now reference any def in any unit directly
|
19 years ago |
Jonas Maebe
|
3bb41dcf9a
* fixed writing "packed" status of bitpacked records to ppu files.
|
19 years ago |
Jonas Maebe
|
2b3250aac0
* no support yet for packed records which need to be initialized
|
19 years ago |
Jonas Maebe
|
1f42ee201b
+ support for bitpacked records, except for:
|
19 years ago |
florian
|
9e66674ff9
+ first part of qwordbool implementation
|
19 years ago |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
19 years ago |