The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth c17a8d36ae generate_specialization needs to return the correct generic def if the parent classes are parsed, so that that the usage of generic interfaces is allowed.
This fixes the compilation of test tests\test\tgeneric29.pp and the reminder in pdecobj.pas is not needed anymore.

Note: Perhaps this behavior should be enabled in general if "parse_generic" is true (and not only if parse_parent_class if true as well).

git-svn-id: branches/svenbarth/generics@17538 -
2011-05-23 19:15:36 +00:00
compiler generate_specialization needs to return the correct generic def if the parent classes are parsed, so that that the usage of generic interfaces is allowed. 2011-05-23 19:15:36 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer + packages fcl-js and hermes added 2011-02-20 20:48:16 +00:00
packages fcl-stl fixes2 2011-04-18 12:05:27 +00:00
rtl * Fixed bug #19188 again, this time with *correct* value of the AND mask. 2011-04-18 18:03:18 +00:00
tests This test does not need to be run 2011-05-23 19:13:51 +00:00
utils * Fixed 19068 2011-04-03 09:27:06 +00:00
.gitattributes Added a file which will hold the various functions related to generic parsing. The header copyright notice and the info comment might not yet be final. 2011-05-02 20:22:41 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00
Makefile.fpc * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00