Jonas Maebe
|
740e7ca6b5
+ a bunch of jvm-specific tests: partly new, partly derived from existing
|
před 14 roky |
Jonas Maebe
|
f6ddabde85
+ "raw" resource support for the JVM target. The "raw" means that no
|
před 14 roky |
Jonas Maebe
|
c22394a9f4
* converted second_array_to_pointer() to thlcg
|
před 14 roky |
Jonas Maebe
|
2428ea65c1
* replaced the old hack for non-formal var/out/constref support with
|
před 14 roky |
Jonas Maebe
|
d1f424561e
+ getsingletonarraydef() function to get a (reused if possible) def for
|
před 14 roky |
Jonas Maebe
|
ee77d5a6f2
* some changes to handleformalcopyoutpara() so that in the future it can
|
před 14 roky |
Jonas Maebe
|
144ba2a2ad
* enabled (generic) fpc_pchar_length() and fpc_pwidechar_length()
|
před 14 roky |
Jonas Maebe
|
1a23a7cd27
* removed all remaining nounsupported ifdefs (except for the one about
|
před 14 roky |
Jonas Maebe
|
d7cff1cd31
* give an error when trying to typecast a unicodestring into a pwidechar
|
před 14 roky |
Jonas Maebe
|
224aae8993
+ support for typecasting ansistrings into pchars on the JVM platform
|
před 14 roky |
Jonas Maebe
|
27f2edea57
+ pchar -> short/ansi/unicodestring support
|
před 14 roky |
Jonas Maebe
|
1ff004312b
* null-terminate ansistrings like on native platforms (so support
|
před 14 roky |
Jonas Maebe
|
27731e342c
+ support for array-of-const on the JVM target. Even though the
|
před 14 roky |
Jonas Maebe
|
549e51fdfa
* uncommented a bunch of pointer types
|
před 14 roky |
Jonas Maebe
|
d0e8cd1637
+ support for dereferencing any kind of pointer type
|
před 14 roky |
Jonas Maebe
|
1a0913c462
* fixed proc_to_procvar() type conversion in case the target procvar
|
před 14 roky |
Jonas Maebe
|
687e9fb6dc
* fixed fully qualified class names passed to JLClass.forName()
|
před 14 roky |
Jonas Maebe
|
dd32efa9ff
+ cstring_to_pchar type conversion support
|
před 14 roky |
Jonas Maebe
|
4647aa3f15
* don't copy back constref parameter values after the call
|
před 14 roky |
Jonas Maebe
|
6d0dd347ba
* declare procvar constructors as "overload" so that the implicitly added
|
před 14 roky |
Jonas Maebe
|
c648cade1a
* prevent internal errors when calling location_force_mem() for
|
před 14 roky |
Jonas Maebe
|
eb8ba875db
* set the node complexity of stringconstn and setconstn to 1 rather than
|
před 14 roky |
Jonas Maebe
|
76de70e683
* since enums are represented by classes in the JVM, initialize global
|
před 14 roky |
Jonas Maebe
|
48710a5a3f
* print the owning class/record of internally generated methods when
|
před 14 roky |
Jonas Maebe
|
d33f71460f
* don't initialize static arrays of records twice (g_newarray already
|
před 14 roky |
Jonas Maebe
|
0b7b6361fe
* ignore methods that are added for the purpose of the JVM (inherited
|
před 14 roky |
Jonas Maebe
|
a73d5b6da7
* only set the assignmentside flag for typeconversion nodes in
|
před 14 roky |
Jonas Maebe
|
da5bd3b0bd
* use invokespecial for "strict private" (= Java "private") rather than for
|
před 14 roky |
Jonas Maebe
|
7f22a2f223
+ support for range checking calculations with hlcgobj
|
před 14 roky |
Jonas Maebe
|
851cb65021
* activate code to remove unnecessary widenings to 64 bit in case
|
před 14 roky |