Histórico de Commits

Autor SHA1 Mensagem Data
  sergei b4ac714201 * defutil.pas: added UnicodeString to automatable types, fixes compilation of webtbs/tw2649.pp after r16360. However it requires RTL support similar to one for AnsiString to be complete. há 15 anos atrás
  sergei 9d8d518029 * translate_disp_call, support passing Variants by-value (still pass a pointer, but reset ByRef bit in CallDesc.Args[]). há 15 anos atrás
  sergei ba700ad2ff * Improvements to Dispatch call handling: há 15 anos atrás
  sergei 2d860e356c * Fixed parameter generation for dispatch calls: assuming that everything is passed by reference and needs only sizeof(ptruint) bytes is wrong. 64-bit primitive types (Double,Int64) are passed by value and require twice more space on 32-bit platforms. há 15 anos atrás
  joost 07bf44517c * Merged XPCom branch into trunk, added support for constref and changed há 15 anos atrás
  Jonas Maebe 769eb3f604 * moved the initialisation of the nodetree and tai class reference constants há 15 anos atrás
  Jonas Maebe 94d976bc87 * when simplifying ordinal expressions during inlining, keep the resultdef há 15 anos atrás
  mazen b127fc154a * Fixed spell error revealed by lintian. há 15 anos atrás
  Jonas Maebe f13f6627c4 * moved use_fixed_stack from cgutils to a method in paramgr so it can há 15 anos atrás
  Jonas Maebe c43fda1fe1 * enabled maybe_call_procvar() also for macpas mode (calls procvars that há 15 anos atrás
  joost 65ab1e820b * Safecall on linux/i386 now behaves like cdecl plus hidden exception support. há 15 anos atrás
  Jonas Maebe 5ca1bd2a32 * if the unit of a procedure call is explicitly specified, limit the search há 15 anos atrás
  florian 3a07adf27e * reduce redundant temporary interfaces variables, resolves #14092 há 15 anos atrás
  Jonas Maebe 57bd6d2685 + merged nestedprocvars branch há 15 anos atrás
  Jonas Maebe f72526b95f * allow function results of inlined functions to be regvars há 15 anos atrás
  Jonas Maebe 835899524b + support for Objective-Pascal for-in loops ("fast enumerations") há 15 anos atrás
  Jonas Maebe 82b65a1f93 * made internalerror unique há 15 anos atrás
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can há 15 anos atrás
  Jonas Maebe f5c52b25cd * removed "and not is_class()" condition from is_managed_type(), because há 15 anos atrás
  Jonas Maebe 34cf323f7a * don't use hardcoded expectloc for certain types for callnodes (was wrong há 15 anos atrás
  Jonas Maebe 2911435c5a * do replace one temp with another while inlining in case the former can há 15 anos atrás
  Jonas Maebe 34487fa455 * part of r15163, forgot to commit há 15 anos atrás
  paul 24d8a7d833 compiler: start implementation of class constructors/destructors: parsing is ready but at the moment neither class constructors nor destructors are called - this is to be implemented há 15 anos atrás
  Jonas Maebe 6db635210a * don't give an internalerror when passing a constant string to an há 15 anos atrás
  Jonas Maebe 0cfc6e1cac + support for "univ" in macpas mode: a parameter modifier that allows há 15 anos atrás
  paul ba3744b38e compiler: translate_disp_call: há 15 anos atrás
  paul fe6a0d27a1 compiler: fix variant dispatch after r14782 há 15 anos atrás
  paul 8511a3e1e4 compiler: fix an assumption that para.parasym is always assigned há 15 anos atrás
  paul ca99f902d6 compiler: fix a memory leak in translate_disp_call há 15 anos atrás
  paul 7aede2018f compiler: mark 'var' and 'out' arguments as they are passed by reference for dispatch invoke há 15 anos atrás