Jonas Maebe
|
402390a25d
* same extension as other files
|
14 年之前 |
Jonas Maebe
|
956d63da9e
* only treat Java interfaces and classes as equivalent to classdefs rather
|
14 年之前 |
Jonas Maebe
|
625f52b7e4
* make sure that int->int conversions are handled by the generic code
|
14 年之前 |
Jonas Maebe
|
67ce687683
* don't keep the original location in case of 2->4 byte ordinal type
|
14 年之前 |
Jonas Maebe
|
40fdc62e74
+ support for automatically converting char/widechar to java.lang.String
|
14 年之前 |
Jonas Maebe
|
4af73c0c51
+ also support sp_internal for constsyms (mark them as "synthetic")
|
14 年之前 |
Jonas Maebe
|
5ea497857d
+ FpcEnumValueObtainable interface that's implemented by all FPC
|
14 年之前 |
Jonas Maebe
|
386136ba7c
* declare enumclass "values" method as "static" (necessary so that the JVM
|
14 年之前 |
Jonas Maebe
|
112d17af84
+ support for local enum types (defined in procedures), by stuffing their
|
14 年之前 |
Jonas Maebe
|
5ad5a6f326
* small optimization for g_getarraylen
|
14 年之前 |
Jonas Maebe
|
b65422cd59
* make sure that the real name of enums is not replaced by the alias
|
14 年之前 |
Jonas Maebe
|
cfe125198c
* always return true from tjvmnodeutils.force_init(), because when this
|
14 年之前 |
Jonas Maebe
|
2376003cd0
* wrap the init/finalization code even when it is implicitly generated
|
14 年之前 |
Jonas Maebe
|
466f6751c8
+ getpointerdef() function that returns a pointerdef for the passed def.
|
14 年之前 |
Jonas Maebe
|
9d4162d840
* ifdefed jvmdef usage
|
14 年之前 |
Jonas Maebe
|
ae554ba1d3
* ifdefed pjvm usage
|
14 年之前 |
Jonas Maebe
|
ec33f745a2
* ifdefed jvmdef usage
|
14 年之前 |
Jonas Maebe
|
bd9e0b1a45
* ifdefed pjvm usage
|
14 年之前 |
Jonas Maebe
|
93ddf11143
* ifdefed pjvm usage
|
14 年之前 |
Jonas Maebe
|
75e259e426
* ifdef'ed jvmdef/pjvm usage for jvm target
|
14 年之前 |
Jonas Maebe
|
e534a17c01
- removed unused scanner.tscannerstate, inserttext_begin and inserttext_end
|
14 年之前 |
Jonas Maebe
|
90d82ad826
* fixed unit reloading after the addition of the def field to tcgpara
|
14 年之前 |
Jonas Maebe
|
6154f1b0d9
* keep track of the number of abstract methods per class via a counter
|
14 年之前 |
Jonas Maebe
|
92fbbcff88
* also write definitions for abstract methods
|
14 年之前 |
Jonas Maebe
|
390bf35b52
* skip the funcretsym in tprocdef.getcopy in case it's in the localst,
|
14 年之前 |
Jonas Maebe
|
1ad834f5f9
* in case a property uses a getter/setter with lower visibility than the
|
14 年之前 |
Jonas Maebe
|
bc21708967
* again use areturn instead of ireturn for returning enums since they're
|
14 年之前 |
Jonas Maebe
|
a3bd8cb0ba
* correctly add an extra [ to the type of call-by-reference parameters that
|
14 年之前 |
Jonas Maebe
|
b50bd9534d
* name nestedfpstruct types so they can no longer be confused with names of
|
14 年之前 |
Jonas Maebe
|
460c7a519b
* also handle tc_int_2_int,tc_int_2_bool,tc_bool_2_int in
|
14 年之前 |