summaryrefslogtreecommitdiff
path: root/compiler/symdef.pas
Commit message (Expand)AuthorAgeFilesLines
* * mark hidden parameters with < > when printing parameter lists, only usedpeter2006-09-261-0/+4
* + first batch of varset support, as long as packset isn't changed, it doesn't...florian2006-09-241-25/+15
* * fixed writing "packed" status of bitpacked records to ppu files.jonas2006-09-211-0/+2
* + support for bitpacked records, except for:jonas2006-08-231-17/+13
* * fixed size of bitpacked arraysjonas2006-08-231-1/+1
* * patch from C Western for #7232florian2006-08-201-10/+7
* + first part of qwordbool implementationflorian2006-08-191-5/+5
* * partial fix (not for 64 bit CPUs yet) for #5641 (tested only lower byte of ...florian2006-08-191-0/+3
* + support for bitpacked arrays:jonas2006-08-191-13/+120
* * pass contextobjdef for visibility of methods. There are differentpeter2006-08-071-6/+14
* * store procdef messageinf in the ppupeter2006-08-071-2/+10
* Added iioffset for _IMPLEMENTS. added iitype initializerchrivers2006-08-061-0/+2
* Added Interface implementation type specifier (var: iitype) to tobjectdef. Us...chrivers2006-08-051-0/+1
* Cleanup for readability. timplementedinterfaces.searchintf() simplified, dumm...chrivers2006-08-051-10/+6
* * experimental patch to fix #7187florian2006-07-231-1/+1
* * removed/conditionalised several unused variablesjonas2006-07-141-2/+0
* * fixed wrong alignment on 64 bit cpus for rtti data for ordinals and enums i...tom_at_work2006-06-091-2/+2
* + support for register variables which contain recordsjonas2006-05-191-0/+9
* * always build deref info for localstpeter2006-05-071-4/+3
* * variant size must be 24 bytes on 64 bit platformsflorian2006-05-061-1/+5
* + parsing of variant dispatchingflorian2006-04-301-0/+1
* + parsing of dispinterface propertiesflorian2006-04-301-1/+1
* + dispid parsingflorian2006-04-301-0/+10
* * fixed several dispinterface parsing related stuffflorian2006-04-291-8/+19
* * fix coff section names to fix resourcestrings withpeter2006-04-171-3/+15
* * split newasmsymbol to refasmsymbol and defineasmsymbolpeter2006-03-271-3/+3
* * don't allow stringconst+integerpeter2006-03-271-33/+20
* * use shortint for alignmentspeter2006-03-201-16/+16
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-135/+135
* * fixed alignment of double, extended, int64 and qword on i386-darwinjonas2006-03-111-0/+28
* Merged revisions 2775,2788-2789 via svnmerge from peter2006-03-061-1/+1
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-2/+3
* * fixed crash with loading overridden properties of forward-declaredjonas2006-03-051-0/+18
* * also change labels starting with L to _L on darwin/x86jonas2006-03-031-1/+1
* * make classrefdef regablejonas2006-02-121-1/+2
* * symtablestack cleanup and rewritepeter2006-02-051-206/+147
* * don't endlessly recurse in tobjectdef.gettypename if we needjonas2006-02-031-1/+8
* + dwarf support for enumsflorian2006-01-281-3/+0
* + basic dwarf support for variables and typesflorian2006-01-281-3/+3
* * tai_const refactoredflorian2006-01-221-3/+3
* * split tstringtype for stringdef and stringconstnodepeter2006-01-131-2/+2
* * fixed compilation of macpas interface-only unitsjonas2006-01-021-1/+7
* * basic support for generic classespeter2005-12-211-88/+116
* * write only unique property names in rttipeter2005-12-201-177/+151
* + 1st attempt to have explicit funcretloc for Amiga/m68kkaroly2005-12-181-0/+3
* Various m68k fixes/additions:karoly2005-12-131-2/+2
* * Rename unit crc to fpccrc to avoid name conflict in packagesdaniel2005-12-011-1/+1
* * copying of classes fixed, closes 3930florian2005-11-201-17/+37
* bugfix, inherited reset was not calledolle2005-11-121-0/+1
* + proper init rtti for proc. varsflorian2005-10-181-0/+5