Commit History

Автор SHA1 Съобщение Дата
  ivost a6022f5df2 * removed IImplementorGetter interface and replaced it by the guid IObjectReference. преди 15 години
  ivost 561997e8ef * added fpc_class_is_corbaintf and fpc_class_cast_corbaintf compiler helper functions преди 15 години
  ivost d9a6e63ef0 * prepeared compiler functions for IS and cast operators преди 15 години
  ivost dc785f6f68 * implemented intf as object. When doing IInterface as TObject the compiler calls fpc_intf_as_class to query for the IImplementorGetter interface and then invokes GetObject to get the преди 15 години
  ivost 6560ed87e9 * removed a debug writeln, unfortunately commited by r15077 преди 15 години
  ivost 3b5826059d * Added GetInterfaceWeak to TObject. It's equal to GetInterface but the returned interface is not referenced. This way it's possible to query interfaces of unreferenced objects. преди 15 години
  ivost 3f2d66b188 * when calling GetInterfaceByStr on COM Objects, the refcounter was not increased преди 15 години
  ivost c47c125ec0 * changed 0 to S_OK as return value of QueryInterface (niceness) преди 15 години
  paul cf0a1b1af9 compiler: safecall exception handling: преди 15 години
  paul ea8bf4f2fd rtl: TObject.SafeCallException and TComponent.SafeCallException has HResult return value. Fix default return value to catastrophic failure error code. преди 15 години
  Jonas Maebe b1d2ab5450 * tobject.inheritsfrom(nil) has to return false (mantis #15690) преди 15 години
  Jonas Maebe 870edaf916 * tobject.unitname and tobject.tostring have to return an ansistring instead преди 15 години
  florian dab642986e * patch by Sergei Gorelkin, fixes several issues with implements, resolves #15209 преди 16 години
  marco 4104d9f481 * More pluggability of the RTL. Mantis 15124 преди 16 години
  paul dfef902c53 rtl: introduce new TObject methods: UnitName, GetHashCode, Equals, ToString added for compatibility with delphi 2009. преди 16 години
  florian e8dff46f8e * several small bugs in the handling of implements fixed, resolves #14418 преди 16 години
  ivost 0438667eed * fixed bug #5800 преди 16 години
  ivost 0f519439b5 * reverted r12690 and r12691 преди 16 години
  ivost 7f2c77a407 * temporarly disabled GetInterface(iidstr: .... to keep fpc compiling преди 16 години
  yury 15d0521f39 * Inlining is not supported for formal parameters. Disable inlining to prevent warning. преди 17 години
  florian 1fa70f7a0a * proper support for tobject.getinterface with raw/corba interfaces, resolves #6798 and #6036 преди 17 години
  florian d672700a59 * some avr fixes преди 17 години
  florian d79851dc1b * patch by Sergei Gorelkin to improve class creation speed and make objpas.inc more readable преди 17 години
  marco eb2a80d272 * TContainedObject 10496. First implementation copied from TInterfacedObject преди 18 години
  peter 6ed3d91989 * CompareText for shortstrings added преди 18 години
  peter e8322a83e4 * optimized generic implementations to use pointers instead of преди 18 години
  Jonas Maebe 5cffd5d22b * marked TObject.InitInstance as inline преди 18 години
  daniel ea47fcfc97 * ptrint -> ptruint преди 18 години
  ivost 1a7f06aa7d * added the new CLONE_* constants from syscall clone преди 18 години
  ivost c0e9be49b8 * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$ преди 18 години