Jonas Maebe
|
2ba6583d8d
Merged revisions 12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from
|
17 년 전 |
Jonas Maebe
|
11083d88b3
Merged revisions 11337-11338,11341-11345,11348,11350-11361,11363-11368,11370,11376-11392,11397-11400,11402-11410,11415-11419,11421,11423-11426,11429-11464,11466-11468,11471-11486,11489,11491-11517,11522,11524-11527,11529-11534,11536-11550,11552,11554,11556,11558-11561,11563,11565-11570,11572-11587,11589-11618,11620,11623-11627,11629-11663,11668-11669,11671-11682,11684,11686-11688,11693,11697,11699-11700,11703-11704,11708-11711,11719-11722,11727,11730-11732,11738-11777,11779,11782-11784,11786-11809,11811-11821,11823-11830,11832-11835,11837-11847,11849-11871,11873-11875,11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045 via svnmerge from
|
17 년 전 |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 년 전 |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 년 전 |
florian
|
2d91fef4f1
+ accept system.string, resolves #10489
|
18 년 전 |
peter
|
1e123d66ba
* improved generics
|
18 년 전 |
florian
|
7229dcfdcb
* setup a proper symtable stack before parsing the generic declaration itself, resolves #9419
|
18 년 전 |
Jonas Maebe
|
0040eecf9f
+ support for extra packing of sets whose lower element number
|
18 년 전 |
Jonas Maebe
|
eddc507a13
* disallow widechar sets (Delphi 7 compatible, and were handled wrongly
|
18 년 전 |
florian
|
4b9669a081
* give proper error location if something is wrong with the type argument list, resolves #9112
|
18 년 전 |
florian
|
fa2a2b0bd0
* generics without specialization can't be used as a type, resolves #9225
|
18 년 전 |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 년 전 |
florian
|
301be02148
* forbid anonymous generic specializations
|
18 년 전 |
peter
|
91dbd27a42
* cleanup deleting of defs
|
19 년 전 |
florian
|
11aa2b483e
* kicked ignore_equal, usage was wrong anyways
|
19 년 전 |
florian
|
c4d96ec538
* only non generic types can be used when specializing generics, fixes 7735
|
19 년 전 |
peter
|
9ae8e9fa21
* refactor tclassheader in tvmtbuilder and tvmtwriter
|
19 년 전 |
florian
|
b0104f2ec8
* fixed parsing of spezialitions taking more than one argument
|
19 년 전 |
peter
|
84a96d66de
* move rtti and vmt table generation into write_persistent_type_info
|
19 년 전 |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 년 전 |
florian
|
bce905b106
* give correct error locations for errors when specializing templates
|
19 년 전 |
florian
|
85d63d9fa9
* settings refactored
|
19 년 전 |
peter
|
3078a1927f
* remove ttype
|
19 년 전 |
peter
|
71af18855e
* remove sym from ttype, we can now reference any def in any unit directly
|
19 년 전 |
Jonas Maebe
|
3bb41dcf9a
* fixed writing "packed" status of bitpacked records to ppu files.
|
19 년 전 |
Jonas Maebe
|
2b3250aac0
* no support yet for packed records which need to be initialized
|
19 년 전 |
Jonas Maebe
|
1f42ee201b
+ support for bitpacked records, except for:
|
19 년 전 |
florian
|
9e66674ff9
+ first part of qwordbool implementation
|
19 년 전 |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
19 년 전 |
Jonas Maebe
|
6fd4c50f0a
* give proper error message when upper or lower bound of array type is out
|
19 년 전 |