Commit History

Author SHA1 Message Date
  Jonas Maebe d6966e545b + support for formal var/out parameters on the JVM target: 14 years ago
  Jonas Maebe 5bf16214cd * changed initialization of records from constructing a new instance and 14 years ago
  Jonas Maebe b52dcd4a56 * changed var-parameter of secondpass() into a value parameter: secondpass 14 years ago
  Jonas Maebe 40cf2cefa0 * when the user calls initialize(), force initialization to happen on the 14 years ago
  Jonas Maebe d0663411a5 * fixed order of operands on the jvm stack in case of a setlength(x,0) call 14 years ago
  Jonas Maebe ff37507bca * save/result nestsym to ppufile for inline routines 14 years ago
  Jonas Maebe 3a983d8ea5 * also escape the field names of records when used as source in fpcDeepCopy() 14 years ago
  Jonas Maebe 7286e3b645 * when determining the type to use for checkcast, first always dereference 14 years ago
  Jonas Maebe 6cced31157 * treat conversions involving arrays of sets also as pointer conversions 14 years ago
  Jonas Maebe 94be1980b4 * fixed type conversions between signed and unsigned ordinals of the same 14 years ago
  Jonas Maebe b556c05b1a * properly deal with reference temps in tcgtempdeletenode.pass_generate_code 14 years ago
  Jonas Maebe 102e9cf8f4 * mark implicitly created typesyms immediately as "referenced" to avoid hints 14 years ago
  Jonas Maebe 1b1face692 * fixed signature in enum class header (missed L-prefix) 14 years ago
  Jonas Maebe 37aa2d8443 + full support for sets on the JVM target 14 years ago
  Jonas Maebe 9ebf623895 + tcallnode.createinternmethod() constructor to easily call methods 14 years ago
  Jonas Maebe c387bc0c27 * allow overriding first_IncludeExclude 14 years ago
  Jonas Maebe 67a142c56e * fixed dereferencing pointers to JVM implicit pointer types in case the 14 years ago
  Jonas Maebe 51095fdd28 * make it possible to override parts of the typed constant code generation 14 years ago
  Jonas Maebe 402390a25d * same extension as other files 14 years ago
  Jonas Maebe 956d63da9e * only treat Java interfaces and classes as equivalent to classdefs rather 14 years ago
  Jonas Maebe 625f52b7e4 * make sure that int->int conversions are handled by the generic code 14 years ago
  Jonas Maebe 67ce687683 * don't keep the original location in case of 2->4 byte ordinal type 14 years ago
  Jonas Maebe 40fdc62e74 + support for automatically converting char/widechar to java.lang.String 14 years ago
  Jonas Maebe 4af73c0c51 + also support sp_internal for constsyms (mark them as "synthetic") 14 years ago
  Jonas Maebe 5ea497857d + FpcEnumValueObtainable interface that's implemented by all FPC 14 years ago
  Jonas Maebe 386136ba7c * declare enumclass "values" method as "static" (necessary so that the JVM 14 years ago
  Jonas Maebe 112d17af84 + support for local enum types (defined in procedures), by stuffing their 14 years ago
  Jonas Maebe 5ad5a6f326 * small optimization for g_getarraylen 14 years ago
  Jonas Maebe b65422cd59 * make sure that the real name of enums is not replaced by the alias 14 years ago
  Jonas Maebe cfe125198c * always return true from tjvmnodeutils.force_init(), because when this 14 years ago