تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  florian 6d5ce55232 * unified def creation for open arrays 7 سال پیش
  florian 14cb60e479 * set an owner for open array defs being created in property declarations, resolves #25769 7 سال پیش
  florian ad4ad82908 * prevent crash on not yet supported attribute declarations, resolves #32075 7 سال پیش
  michael f6a08a2c74 * Patch from Ondrej Pokorny to allow correct nodefault/stored for strings 8 سال پیش
  nickysn 49a96af874 + also support 'external near' var declarations on i8086 8 سال پیش
  nickysn 303309b28f + added support for 'external far' variables for i8086 8 سال پیش
  florian c0feaf1f1e + allow absolute to absolute symbols, resolves issue #32474 8 سال پیش
  maciej-izak 8b5524ac3a * ignore is_publishable for properties in interfaces (related to $M+ directive). $M has effect on visibility of default section for classes. Interface has always only public section (fix for problem in tb0631.pp) 8 سال پیش
  svenbarth ad65ff5600 * insert symbol only once 8 سال پیش
  florian b1dff29cbf * removed unused units 8 سال پیش
  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 9 سال پیش
  svenbarth bf3c7144b0 * make not of public assembler symbols for variables and classes if necessary 9 سال پیش
  nickysn c2305809dc + added an i8086-embedded target support to the compiler (RTL and makefile 9 سال پیش
  Jonas Maebe 899add8c7d * don't emit default values for local variables in generic routines: those 9 سال پیش
  florian 1142fdeccd * initialize variables to avoid warnings 10 سال پیش
  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". 10 سال پیش
  svenbarth 74c79803f7 Extend tlocalvarsym with the ability to not register it if needed. 10 سال پیش
  svenbarth 0ac12f0eaf Extend tstaticvarsym (and by extension tabstractnormalvarsym) with the capability to create it as unregistered if needed. 10 سال پیش
  svenbarth 922646d106 Adjust tfieldvarsym (and by extension tabstractvarsym) so that it can be created as not registered if needed. 10 سال پیش
  florian 70b8789262 o basic extended pascal support: 10 سال پیش
  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. 10 سال پیش
  svenbarth 65c37df999 + extend tprocdef with the possiblity to create it as unregistered 10 سال پیش
  svenbarth d45c275ef3 + extend ttypesym with the possiblity to create it as unregistered 10 سال پیش
  nickysn 4068a05631 + support the 'absolute seg:ofs' variable declaration in the win16 target as well 10 سال پیش
  Jonas Maebe 25e6eaf07f * store the to be used recordalignmin and maxcrecordalign settings inside 10 سال پیش
  Jonas Maebe 165aaea8a4 * made a separate abi entry for powerpc_darwin, as it's not exactly the same 10 سال پیش
  Jonas Maebe 159a35da4e * check for read/write after a newly declared property (mantis #26011) 11 سال پیش
  Jonas Maebe 5795daf2cd * removed no longer used/needed {$ifdef jvm} parts 11 سال پیش
  Jonas Maebe 8634aa8ad2 * fixes for the support for overriding properties on the JVM target: 11 سال پیش
  Jonas Maebe 5f99ec6197 * factored out overridden properties into a virtual method 11 سال پیش