| Commit message (Expand) | Author | Age | Files | Lines |
* | Contrary to popular believe the VMT for a generic needs to be at least genera... | svenbarth | 2014-06-06 | 1 | -2/+1 |
* | Added support for partial specialization. This should fix a few problems with... | svenbarth | 2014-06-05 | 1 | -1/+1 |
* | * moved x86-specific tpointerdef functionality to architecture-specific | jonas | 2014-03-30 | 1 | -10/+10 |
* | + support overriding tdef/tsym methods with target-specific functionality: | jonas | 2014-03-29 | 1 | -21/+21 |
* | compiler: fix error message (was error message about resourcestring for prope... | paul | 2014-01-05 | 1 | -1/+1 |
* | * fixes several issues which cause warnings by the dfa code when using it to ... | florian | 2013-12-01 | 1 | -1/+2 |
* | * don't generate typed constant initialisers for set and enum constants | jonas | 2013-11-06 | 1 | -2/+5 |
* | * convert unicode/widestring constants to ansistring in resourcestring | jonas | 2013-10-17 | 1 | -0/+3 |
* | * record/use the code page of string constants typecasted to an ansistring | jonas | 2013-08-02 | 1 | -3/+9 |
* | * got rid of tpointerdef.update_savesize, overrode size instead | nickysn | 2013-06-08 | 1 | -1/+0 |
* | Fix for Mantis #24071. | svenbarth | 2013-05-24 | 1 | -40/+53 |
* | * fixed the far pointer size not being updated after reading the near/far typ... | nickysn | 2013-05-22 | 1 | -0/+1 |
* | + added support for special versions of near data pointers associated with a ... | nickysn | 2013-05-05 | 1 | -1/+43 |
* | Added support for type helpers. In non Delphi modes they use "type helper" an... | svenbarth | 2013-02-06 | 1 | -1/+1 |
* | * throw an error if threadvars are used but not supported | florian | 2013-01-19 | 1 | -1/+7 |
* | Add support for generic type constraints. They are currently only useful to s... | svenbarth | 2012-12-16 | 1 | -1/+1 |
* | * cleanup some unused units from uses clauses | florian | 2012-09-21 | 1 | -9/+3 |
* | Preparations for upcoming work on generics: | svenbarth | 2012-09-13 | 1 | -0/+3 |
* | * use the parsed node type for checking the validity of default parameter | jonas | 2012-08-29 | 1 | -3/+5 |
* | pdecl.pas, readconstant: If we are parsing a constant declaration in a generi... | svenbarth | 2012-06-06 | 1 | -2/+20 |
* | compiler: allow compiler to find real class definition during class members p... | paul | 2012-05-14 | 1 | -2/+2 |
* | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -68/+159 |
|\ |
|
| * | * introduction of in_generic in r20699 was unneeded, replaced by parse_generic | florian | 2012-04-12 | 1 | -1/+1 |
| * | + in_generic for testing if currently a generic declaration/definition is par... | florian | 2012-04-03 | 1 | -1/+3 |
| * | compiler: global property can't be a class property | paul | 2012-02-29 | 1 | -4/+5 |
| * | This fixes Mantis #20851 . | svenbarth | 2012-02-04 | 1 | -1/+4 |
| * | When searching for the generic def of nested types inside specializations we ... | svenbarth | 2011-12-08 | 1 | -2/+26 |
| * | Merging of generics branch of Sven Barth | florian | 2011-12-06 | 1 | -62/+100 |
| * | compiler: | paul | 2011-10-20 | 1 | -1/+1 |
| * | compiler: | paul | 2011-09-19 | 1 | -0/+23 |
* | | * for all managed VM targets, reject ord->ptr typecasts (except for 0), | jonas | 2011-08-20 | 1 | -0/+2 |
* | | * extracted the code to deal with static fields into a routine | jonas | 2011-08-20 | 1 | -20/+4 |
* | | + full support for sets on the JVM target | jonas | 2011-08-20 | 1 | -1/+1 |
* | | * converted all enum handling for the JVM target so that it uses the | jonas | 2011-08-20 | 1 | -0/+11 |
* | | * mark sp_internal fields as "synthetic" | jonas | 2011-08-20 | 1 | -1/+0 |
* | | + support for initialising typed constants via compiler-generated | jonas | 2011-08-20 | 1 | -0/+7 |
* | | + support for unit initialisation sections for the JVM target, | jonas | 2011-08-20 | 1 | -2/+2 |
* | | + support for formal constants (= not typed constants) in Java interfaces, | jonas | 2011-08-20 | 1 | -3/+8 |
* | | + support for "final" fields in *external* (Java and other) classes, enabled | jonas | 2011-08-20 | 1 | -2/+10 |
* | | * removed jvmdef.jvminternalstaticfieldname() and now use newly created | jonas | 2011-08-20 | 1 | -1/+1 |
* | | * various small support fixes for Java classes: | jonas | 2011-08-20 | 1 | -6/+8 |
* | | + odt_javaclass, odt_interfacejava objectdef types | jonas | 2011-08-20 | 1 | -5/+11 |
|/ |
|
* | * fixed switched around lists for read-only/read-write typed consts | jonas | 2011-08-02 | 1 | -2/+2 |
* | * Merged helper branch made by Sven Barth | florian | 2011-04-16 | 1 | -2/+3 |
* | * when checking whether the current class definition finalises an existing | jonas | 2011-03-13 | 1 | -3/+4 |
* | compiler: fix tgeneric11 test: | paul | 2011-01-08 | 1 | -2/+1 |
* | compiler: move parse_generic_parameters to the interface of pdecl unit, move ... | paul | 2011-01-06 | 1 | -20/+53 |
* | compiler: implement generic procedural types | paul | 2011-01-06 | 1 | -1/+1 |
* | compiler: implement delphi generic syntax for delphi mode | paul | 2011-01-04 | 1 | -2/+6 |
* | * fixed some comments after r16684 | jonas | 2011-01-02 | 1 | -5/+1 |