paul
|
a1e0b833b2
compiler: fix ppu read/write of property parameters symtable (bug #0020454)
|
před 14 roky |
svenbarth
|
feeff56099
We need to flag specializations of record-/objectdef once we have generated their methods otherwise an interesting situation might occur:
|
před 14 roky |
svenbarth
|
90278ec755
Allow generics to be overloaded by variables.
|
před 14 roky |
paul
|
005795495d
merge r17552 from cpstrnew branch by inoussa:
|
před 14 roky |
paul
|
de21de2024
compiler: implement delphi like namespaces
|
před 14 roky |
Jonas Maebe
|
8a7982fe9e
* fixed wrong notes about declaring two destructors after r18427:
|
před 14 roky |
Jonas Maebe
|
0b7b6361fe
* ignore methods that are added for the purpose of the JVM (inherited
|
před 14 roky |
Jonas Maebe
|
ee75bfaaf4
* change non-virtual instance methods to "virtual; final;" methods on the
|
před 14 roky |
Jonas Maebe
|
4074bf412b
- removed po_java procoption, since it wasn't really used for anything
|
před 14 roky |
Jonas Maebe
|
13b0ac91d9
+ generate java.lang.Enum descendant classes for Pascal enum types
|
před 14 roky |
Jonas Maebe
|
30478a14b6
+ new vis_none visibility specifier that can be used as "neutral"
|
před 14 roky |
Jonas Maebe
|
40e0b4677a
+ support for (only named, for now) records in the JVM target:
|
před 14 roky |
Jonas Maebe
|
fa49ddac11
* constructors are not inherited in Java
|
před 14 roky |
Jonas Maebe
|
019ca93a04
* symcreat functionality to use the parser from inside the compiler for
|
před 14 roky |
Jonas Maebe
|
37b5c061e3
+ support for "final" fields in *external* (Java and other) classes, enabled
|
před 14 roky |
Jonas Maebe
|
6e82417a51
* various small support fixes for Java classes:
|
před 14 roky |
Jonas Maebe
|
f67919e9f5
+ odt_javaclass, odt_interfacejava objectdef types
|
před 14 roky |
sergei
|
fec5dde5b6
* Fix handling of Windows WideString typed constants, resolves #15842 and completes the related #14308:
|
před 14 roky |
svenbarth
|
a862cd702d
Rebase to revision 18000
|
před 14 roky |
florian
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
před 14 roky |
svenbarth
|
80100734c5
*type symbol overloads are only allowed in mode Delphi
|
před 14 roky |
svenbarth
|
35b47e491c
Rebase to revision 17306
|
před 14 roky |
svenbarth
|
b0b051ae83
Introduce a new type kind for helpers in the RTTI. This is Delphi incompatible, but it's cleaner than Delphi's "let's extend some magic class". This might not matter much though, because according to Google the RTTI for class helpers seems to be rarely used.
|
před 14 roky |
florian
|
f328b6d635
+ user section type
|
před 14 roky |
svenbarth
|
f7f357f18e
* symconst.pas:
|
před 14 roky |
svenbarth
|
878c8c7806
Implemented correct handling of inherited methods.
|
před 14 roky |
svenbarth
|
963a4d7b23
Commit of a completely restructured helper implementation. Instead of changing objectdefs with odt_classhelper to odt_class, they'll have the odt_helper type assigned to and this will be kept. This also implies that the parent of a helper is its true parent while the extended type is set to a field in tobjectdef (extendeddef).
|
před 14 roky |
svenbarth
|
d12b198c7f
Rebase to revision 16888
|
před 14 roky |
florian
|
1fef7e4b6c
+ introduces vo_volatile for variables, the node cse optimizer takes care of it
|
před 14 roky |
svenbarth
|
e19bcfae38
Added a flag set to TSymtable that tells whether it contains a class helper symbol, which is currently only used for static- and globalsymtables.
|
před 14 roky |