Sven/Sarah Barth
|
533a11ec80
* correctly handle calling convention for function references
|
3 years ago |
Sven/Sarah Barth
|
e8b0fc88e3
* correctly handle directives for function references
|
3 years ago |
Sven/Sarah Barth
|
2ed2c21313
+ add support for parsing function references
|
3 years ago |
Sven/Sarah Barth
|
0bbfad1add
* apply patch by Blaise.ru:
|
3 years ago |
Sven/Sarah Barth
|
3aebcccdf2
* allow procvars to not be registered right away
|
4 years ago |
Pierre Muller
|
5acd7a7b83
Rename tsymtable.insert and delete methods to insertsym ands deletesym
|
3 years ago |
florian
|
ae89261008
* prevent that a absolute symbol references itself, resolves #39604
|
3 years ago |
Jonas Maebe
|
15865e7602
Record variant discriminators: check types
|
3 years ago |
nickysn
|
ea5ffd597f
* set self to nil in current_module.deflist for registered defs in the
|
4 years ago |
nickysn
|
81bd473439
* fixed win32 testsuite regressions after r49084
|
4 years ago |
nickysn
|
8ec71bc810
* fixed memory leak, introduced accidentally in r48998
|
4 years ago |
nickysn
|
d608b4b689
* instead of registering all and then deleting non-propgetter/setter procdefs in
|
4 years ago |
nickysn
|
811cf381ad
* when parsing unions, set the uniondef reference to nil in
|
4 years ago |
Jonas Maebe
|
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
|
5 years ago |
svenbarth
|
60345366f2
* fix for Mantis #35140: apply patch by Ryan Joseph together with some further changes by me to add support for constant parameters in generics
|
5 years ago |
Jonas Maebe
|
a051b8d225
- remmoved doregister parameter from t*sym constructors, as the registration
|
5 years ago |
Jonas Maebe
|
d8903ce6b3
- removed maxcrecordalign parameter/field from recordsymtables, as this value
|
6 years ago |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 years ago |
Jonas Maebe
|
ed2ae508d0
* only add hidden parameters for objectdef methods after generating the vmt,
|
6 years ago |
yury
|
a277a5f8db
* Removed unused local vars.
|
6 years ago |
Jonas Maebe
|
91d5457b38
* moved around/replaced the following procedures to stop nflw from depending
|
6 years ago |
Jonas Maebe
|
28df55fe08
* moved handle_calling_convention() to pparautl
|
6 years ago |
svenbarth
|
539ed761ba
* a property access list must only consist of record or object fields; classes are not allowed
|
6 years ago |
svenbarth
|
446f89719c
* move checking whether a field's type is valid for the field to a separate function
|
6 years ago |
Jonas Maebe
|
0b246f3dbd
* converted Boolean8 to an internal type, and mapped Boolean to the
|
6 years ago |
florian
|
b70fc52874
* patch by Ondrej Pokorny: the stored property modifier does not delete the inherited default value anymore, resolves #33564
|
7 years ago |
florian
|
eb61923762
* patch by Ondrej Pokorny: The nodefault is now inherited from parent class, resolves #33563
|
7 years ago |
svenbarth
|
89f42fcdae
* handle vd_threadvar inside read_record_fields()
|
7 years ago |
florian
|
6d5ce55232
* unified def creation for open arrays
|
7 years ago |
florian
|
14cb60e479
* set an owner for open array defs being created in property declarations, resolves #25769
|
7 years ago |