summaryrefslogtreecommitdiff
path: root/compiler/pdecvar.pas
Commit message (Expand)AuthorAgeFilesLines
* * fixed win32 testsuite regressions after r49084nickysn2021-04-101-2/+8
* * fixed memory leak, introduced accidentally in r48998nickysn2021-03-301-2/+11
* * instead of registering all and then deleting non-propgetter/setter procdefs innickysn2021-03-171-7/+10
* * when parsing unions, set the uniondef reference to nil innickysn2021-03-151-0/+5
* * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOSjonas2020-07-101-1/+1
* * fix for Mantis #35140: apply patch by Ryan Joseph together with some furthe...svenbarth2020-04-251-0/+4
* - remmoved doregister parameter from t*sym constructors, as the registrationjonas2019-09-141-6/+6
* - removed maxcrecordalign parameter/field from recordsymtables, as this valuejonas2019-07-141-1/+1
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+2
* * only add hidden parameters for objectdef methods after generating the vmt,jonas2019-03-161-4/+16
* * Removed unused local vars.yury2019-02-251-2/+1
* * moved around/replaced the following procedures to stop nflw from dependingjonas2019-01-051-8/+8
* * moved handle_calling_convention() to pparautljonas2019-01-051-1/+1
* * a property access list must only consist of record or object fields; classe...svenbarth2018-12-261-0/+2
* * move checking whether a field's type is valid for the field to a separate f...svenbarth2018-11-111-31/+48
* * converted Boolean8 to an internal type, and mapped Boolean to thejonas2018-10-161-1/+1
* * patch by Ondrej Pokorny: the stored property modifier does not delete the i...florian2018-07-011-2/+5
* * patch by Ondrej Pokorny: The nodefault is now inherited from parent class, ...florian2018-07-011-1/+1
* * handle vd_threadvar inside read_record_fields()svenbarth2018-06-231-0/+2
* * unified def creation for open arraysflorian2018-03-041-1/+1
* * set an owner for open array defs being created in property declarations, re...florian2018-02-251-0/+1
* * prevent crash on not yet supported attribute declarations, resolves #32075florian2018-02-171-1/+1
* * Patch from Ondrej Pokorny to allow correct nodefault/stored for stringsmichael2018-01-131-0/+13
* + also support 'external near' var declarations on i8086nickysn2017-10-301-4/+8
* + added support for 'external far' variables for i8086nickysn2017-10-301-0/+8
* + allow absolute to absolute symbols, resolves issue #32474florian2017-10-011-1/+1
* * ignore is_publishable for properties in interfaces (related to $M+ directiv...maciej2017-09-031-1/+5
* * insert symbol only oncesvenbarth2017-06-301-2/+3
* * removed unused unitsflorian2017-05-091-6/+3
* huge syscall support refactor for Amiga-likes. removed large chunks of ancien...karoly2016-09-031-2/+2
* * make not of public assembler symbols for variables and classes if necessarysvenbarth2016-08-121-1/+3
* + added an i8086-embedded target support to the compiler (RTL and makefilenickysn2016-06-171-1/+1
* * don't emit default values for local variables in generic routines: thosejonas2016-06-151-2/+13
* * initialize variables to avoid warningsflorian2015-11-211-0/+2
* Implement support for parsing "generic [class] procedure" and "generic [class...svenbarth2015-11-201-12/+74
* Extend tlocalvarsym with the ability to not register it if needed.svenbarth2015-11-201-1/+1
* Extend tstaticvarsym (and by extension tabstractnormalvarsym) with the capabi...svenbarth2015-11-201-2/+2
* Adjust tfieldvarsym (and by extension tabstractvarsym) so that it can be crea...svenbarth2015-11-201-2/+2
* o basic extended pascal support:florian2015-11-151-1/+1
* Convert the Boolean parameters accept_equal, typeonly and hadspecialize of co...svenbarth2015-11-071-7/+7
* + extend tprocdef with the possiblity to create it as unregisteredsvenbarth2015-09-111-2/+2
* + extend ttypesym with the possiblity to create it as unregisteredsvenbarth2015-09-111-1/+1
* + support the 'absolute seg:ofs' variable declaration in the win16 target as ...nickysn2015-09-051-1/+1
* * store the to be used recordalignmin and maxcrecordalign settings insidejonas2015-03-271-1/+1
* * made a separate abi entry for powerpc_darwin, as it's not exactly the samejonas2015-03-141-1/+2
* * check for read/write after a newly declared property (mantis #26011)jonas2014-06-151-1/+11
* * removed no longer used/needed {$ifdef jvm} partsjonas2014-06-151-10/+0
* * fixes for the support for overriding properties on the JVM target:jonas2014-06-141-2/+6
* * factored out overridden properties into a virtual methodjonas2014-06-121-2/+1
* * factored out associating properties with their getters/setters/fielsjonas2014-06-121-142/+21