Historie revizí

Autor SHA1 Zpráva Datum
  paul 1c578de28c compiler: před 12 roky
  Jonas Maebe 9619ed8b4b - undo hack from r25713 před 12 roky
  svenbarth fb8b0e7a27 Fix for Mantis #24453. Check for nested types after a specialization. Additionally check correctly whether a type is really a generic before accepting it when parsing a generic. před 12 roky
  svenbarth 9d48bc0baf Implement cross unit type overloading of generics. This fixes the regression introduced with revision 25498. před 12 roky
  paul 115ddf4364 compiler: modernize exception class parse: před 12 roky
  florian 0e41df598e * merge i8086 branch by Nikolay Nikolov před 12 roky
  sergei d54d38b4ab * Moved all code responsible for writing VMTs and interface wrappers (nobj.TVMTWriter, ncgutil.gen_intf_wrappers, ptype.write_persistent_type_info) into a new unit ncgvmt.pas. před 12 roky
  florian 2fdd3e2d0a + introduce tvariantrecbranch to be able to store před 12 roky
  florian 1f978ba9fe * 16 bit targets cannot use Word and Longint as array index před 12 roky
  svenbarth 489e038379 Disallow "protected" and "strict protected" in extended records (Delphi compatible). před 12 roky
  svenbarth 344571cb4e Added support for type helpers. In non Delphi modes they use "type helper" and in mode Delphi they use "record helper". They can also be used on constants. před 12 roky
  paul 7c663af588 compiler: also don't allow record constructors with only default arguments před 12 roky
  paul 1b8369dd99 compiler: don't allow parameterless constructors před 12 roky
  paul 3a3c10a474 compiler: don't allow constants, methods, class members and properties for local or anonymous records (fixes bug #0023000) před 12 roky
  paul b2a613c17f compiler: implement record constructors + tests před 12 roky
  svenbarth 29bd000a4a Fix for Mantis #23571. před 12 roky
  svenbarth 4adb36e8da Add support for generic type constraints. They are currently only useful to stop specialization of a generic. The parsing of a generic is still too lax and needs to be changed in the future... před 12 roky
  Jonas Maebe 64740049bf * fix for mantis #22796: add alignment padding to records before inserting před 13 roky
  Jonas Maebe 3798b79fd7 + optimization that (re)orders instance fields of Delphi-style classes in před 13 roky
  svenbarth f9211271d5 Fix for Mantis #22154: před 13 roky
  svenbarth cc65ac20c5 Fix for Mantis #22220 před 13 roky
  svenbarth 8c95ea039f Fix for Mantis #22219 před 13 roky
  svenbarth d2fabd2a22 Fix for Mantis #21350 před 13 roky
  svenbarth bf9cb352b3 ptype.pas, single_type: If the generic dummy type is used in mode Delphi then generate an error. This fixes Mantis #21363. před 13 roky
  svenbarth dbc410de63 Allow the usage of a generic's name without type arguments inside of nested classes inside the generic. This fixes Mantis #19499, but also Mantis #18688. před 13 roky
  paul 4312aa4e08 compiler: allow compiler to find real class definition during class members parse to handle references to self constants + test před 13 roky
  paul 62a91ef626 compiler: don't search symbol in other symtables than in found nested class, fix wrong test + add another one před 13 roky
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 před 13 roky
  florian 9fcff238f1 * create and push array def before the array range is parsed, this allows generic parameters to be used in the range definition, resolves #21592 před 13 roky
  florian 0f9b8c8936 * don't throw an error if a non-generic is tried to be specialized, resolves #21238 před 13 roky