summaryrefslogtreecommitdiff
path: root/compiler/pdecvar.pas
Commit message (Expand)AuthorAgeFilesLines
* --- Merging r42998 into '.':marco2019-11-101-6/+6
* --- Merging r40654 into '.':marco2019-11-071-0/+2
* * rest of the previous accidental partial commitjonas2019-02-071-10/+10
* --- Merging r40284 into '.':marco2018-11-121-31/+48
* * 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
* * changed write-only parameter of parse_symlist() into an out-parameterjonas2014-06-121-1/+1
* * don't generate debug info for class fields in generic typesjonas2014-06-101-4/+2
* Added support for partial specialization. This should fix a few problems with...svenbarth2014-06-051-18/+24
* * isolated segment-related functionality of tabsolutevarsym into i386/i8086-jonas2014-03-301-3/+6
* + support overriding tdef/tsym methods with target-specific functionality:jonas2014-03-291-20/+20
* * use a 16-bit integer for property indexes on 16- and 8-bit targetsnickysn2014-03-091-2/+10
* * disallow 64-bit property index specifiers on 64-bit CPUs, since they were notnickysn2014-03-091-2/+0
* * do not crash on invalid property declaration, resolves #23980florian2014-02-191-1/+1
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-0/+5
* Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstr...svenbarth2013-10-251-1/+1
* Refactor tobjectdef.find_implemented_interface out into unit defcmp so that t...svenbarth2013-10-231-1/+1
* + implemented absolute seg:ofs vars on i8086nickysn2013-10-051-7/+17