summaryrefslogtreecommitdiff
path: root/utils/javapp/src/fpc
Commit message (Expand)AuthorAgeFilesLines
* + new -varparas option that adds overloads for imported methods wherebyjonas2012-05-286-36/+71
* + -prefix_constants <x>, -prefix_fields <x> and -prefix_innerclasses <x>jonas2012-04-2511-32/+73
* * don't mark final class methods as virtualjonas2012-04-251-1/+5
* + support for detecting varargs functions -> mark their open arrayjonas2011-08-202-1/+4
* * correctly set the external name of nested classes (should notjonas2011-08-202-1/+19
* * generate a declaration with an dynamic array and one with an open arrayjonas2011-08-207-65/+156
* + generate external names for methods imported under a different namejonas2011-08-208-122/+214
* * first version of javapp that can create a compilable Pascal importjonas2011-08-2028-642/+2728
* + javap source code from JDK6, we be used to create javapp thatjonas2011-08-2019-0/+5195