Commit Verlauf

Autor SHA1 Nachricht Datum
  Károly Balogh 464ecab542 huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention vor 9 Jahren
  svenbarth bf3c7144b0 * make not of public assembler symbols for variables and classes if necessary vor 9 Jahren
  nickysn c2305809dc + added an i8086-embedded target support to the compiler (RTL and makefile vor 9 Jahren
  Jonas Maebe 899add8c7d * don't emit default values for local variables in generic routines: those vor 9 Jahren
  florian 1142fdeccd * initialize variables to avoid warnings vor 10 Jahren
  svenbarth d3660fec31 Implement support for parsing "generic [class] procedure" and "generic [class] function" in non-Delphi modes. Since "generic" is a prefix it is quite ugly to implement, but from a Pascal language point of view it fits better than "procedure generic xyz". vor 10 Jahren
  svenbarth 74c79803f7 Extend tlocalvarsym with the ability to not register it if needed. vor 10 Jahren
  svenbarth 0ac12f0eaf Extend tstaticvarsym (and by extension tabstractnormalvarsym) with the capability to create it as unregistered if needed. vor 10 Jahren
  svenbarth 922646d106 Adjust tfieldvarsym (and by extension tabstractvarsym) so that it can be created as not registered if needed. vor 10 Jahren
  florian 70b8789262 o basic extended pascal support: vor 10 Jahren
  svenbarth 0ff87336aa Convert the Boolean parameters accept_equal, typeonly and hadspecialize of comp_expr(), sub_expr() and factor() to a set parameter and adjust all calls. vor 10 Jahren
  svenbarth 65c37df999 + extend tprocdef with the possiblity to create it as unregistered vor 10 Jahren
  svenbarth d45c275ef3 + extend ttypesym with the possiblity to create it as unregistered vor 10 Jahren
  nickysn 4068a05631 + support the 'absolute seg:ofs' variable declaration in the win16 target as well vor 10 Jahren
  Jonas Maebe 25e6eaf07f * store the to be used recordalignmin and maxcrecordalign settings inside vor 10 Jahren
  Jonas Maebe 165aaea8a4 * made a separate abi entry for powerpc_darwin, as it's not exactly the same vor 10 Jahren
  Jonas Maebe 159a35da4e * check for read/write after a newly declared property (mantis #26011) vor 11 Jahren
  Jonas Maebe 5795daf2cd * removed no longer used/needed {$ifdef jvm} parts vor 11 Jahren
  Jonas Maebe 8634aa8ad2 * fixes for the support for overriding properties on the JVM target: vor 11 Jahren
  Jonas Maebe 5f99ec6197 * factored out overridden properties into a virtual method vor 11 Jahren
  Jonas Maebe 2bd39f62cb * factored out associating properties with their getters/setters/fiels vor 11 Jahren
  Jonas Maebe 47c6b08ece * changed write-only parameter of parse_symlist() into an out-parameter vor 11 Jahren
  Jonas Maebe 145e9c1aae * don't generate debug info for class fields in generic types vor 11 Jahren
  svenbarth 639a59df92 Added support for partial specialization. This should fix a few problems with generics, the tests for which will be added in the next days after I've verified them. vor 11 Jahren
  Jonas Maebe 4a79481c51 * isolated segment-related functionality of tabsolutevarsym into i386/i8086- vor 11 Jahren
  Jonas Maebe b57c95043f + support overriding tdef/tsym methods with target-specific functionality: vor 11 Jahren
  nickysn b4bb09254e * use a 16-bit integer for property indexes on 16- and 8-bit targets vor 11 Jahren
  nickysn dcc2354760 * disallow 64-bit property index specifiers on 64-bit CPUs, since they were not vor 11 Jahren
  florian 6364cf412d * do not crash on invalid property declaration, resolves #23980 vor 12 Jahren
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables vor 12 Jahren