Commit History

Upphovsman SHA1 Meddelande Datum
  paul 8b0cb2c1d5 compiler: 14 år sedan
  paul eca53485b8 compiler: cleanup 14 år sedan
  paul 9e0ad7baae merge r17318 from cpstrnew branch by florian: 14 år sedan
  paul 8a4634a7b1 merge r13481 from cpstrnew branch by florian 14 år sedan
  paul a95512f0ec merge cpstrnew branch r13480 by florian: 14 år sedan
  paul ec29fddda7 compiler: implement Delphi like dynamic array constructors. E.g.: SomeArrayVar := TSomeDynArrayType.Create(value1, value2). (issue #0015385) 14 år sedan
  paul 8309809a0d compiler: use try_consume_unitsym for except variable parse. this is needed to reduce maintenance cost for later unit identifier search changes 14 år sedan
  Jonas Maebe 28c20cfc5e * the default string type for the JVM target is no longer automatically 14 år sedan
  Jonas Maebe 67c2c7c166 * renamed cchartype to cansichartype 14 år sedan
  Jonas Maebe d48fa1d7e2 * for all managed VM targets, reject ord->ptr typecasts (except for 0), 14 år sedan
  Jonas Maebe 1c74072748 * moved handle_staticfield_access() from pexpr to nutils so it can 14 år sedan
  Jonas Maebe 466f6751c8 + getpointerdef() function that returns a pointerdef for the passed def. 14 år sedan
  Jonas Maebe 50dd6489c4 * support default properties for Java classes 14 år sedan
  Jonas Maebe 40e0b4677a + support for (only named, for now) records in the JVM target: 14 år sedan
  Jonas Maebe b6bae1e2e7 * do not automatically resolve constructor calls to constructors of parent 14 år sedan
  Jonas Maebe 7200245337 + cs_unicodestrings global switch to indicate that the default string type 14 år sedan
  Jonas Maebe eb5814a868 * implemented declaring and calling constructors for Java classes 14 år sedan
  Jonas Maebe 6e82417a51 * various small support fixes for Java classes: 14 år sedan
  florian 79a96ab287 + ttypesym.prettyname 14 år sedan
  florian 8b58d69576 * accept undefineddef (generic parameter) as parameter for assigned, resolves #19974 14 år sedan
  Jonas Maebe 9195506c56 * make sure that anonymous inherited calls only call through to the 14 år sedan
  svenbarth a862cd702d Rebase to revision 18000 14 år sedan
  svenbarth 6a9e882277 pexpr.pas, sub_expr: Added support for "as" and "is" operators if the right hand side is an inline specialization (currently detected by the next token being a "<"). This could potentially introduce some problems if the right hand side isn't a specialization but a "<" comparison together with some overloaded operators (I still need to find a case for such a problem)... 14 år sedan
  svenbarth b23b42acb3 factor_read_id: 14 år sedan
  svenbarth de1e6b1c3d Implement support for nested non-generic types inside generic types. This is mostly for records, classes and objects ("structures") as those didn't work at all, but the others (arrays, procvars) weren't done cleanly either. 14 år sedan
  svenbarth 8737220309 * Reordered the conditions for the inline spezialization as the "isgeneric" boolean is not needed 14 år sedan
  svenbarth 6a60f9d42a Integrated the changes from trunks's postfixoperators into my own and removed the local version again. 14 år sedan
  florian d35d1ed357 + initial support for pascal booleans with sizes 2, 4 and 8 14 år sedan
  svenbarth 973750ebe5 Rebase to revision 17533 14 år sedan
  svenbarth 66748692ef Allow typecasts to inline specializations as well. 14 år sedan