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 tahun lalu |
ivost
|
3f2d66b188
* when calling GetInterfaceByStr on COM Objects, the refcounter was not increased
|
15 tahun lalu |
ivost
|
c47c125ec0
* changed 0 to S_OK as return value of QueryInterface (niceness)
|
15 tahun lalu |
paul
|
cf0a1b1af9
compiler: safecall exception handling:
|
15 tahun lalu |
paul
|
ea8bf4f2fd
rtl: TObject.SafeCallException and TComponent.SafeCallException has HResult return value. Fix default return value to catastrophic failure error code.
|
15 tahun lalu |
Jonas Maebe
|
b1d2ab5450
* tobject.inheritsfrom(nil) has to return false (mantis #15690)
|
15 tahun lalu |
Jonas Maebe
|
870edaf916
* tobject.unitname and tobject.tostring have to return an ansistring instead
|
15 tahun lalu |
florian
|
dab642986e
* patch by Sergei Gorelkin, fixes several issues with implements, resolves #15209
|
15 tahun lalu |
marco
|
4104d9f481
* More pluggability of the RTL. Mantis 15124
|
15 tahun lalu |
paul
|
dfef902c53
rtl: introduce new TObject methods: UnitName, GetHashCode, Equals, ToString added for compatibility with delphi 2009.
|
15 tahun lalu |
florian
|
e8dff46f8e
* several small bugs in the handling of implements fixed, resolves #14418
|
16 tahun lalu |
ivost
|
0438667eed
* fixed bug #5800
|
16 tahun lalu |
ivost
|
0f519439b5
* reverted r12690 and r12691
|
16 tahun lalu |
ivost
|
7f2c77a407
* temporarly disabled GetInterface(iidstr: .... to keep fpc compiling
|
16 tahun lalu |
yury
|
15d0521f39
* Inlining is not supported for formal parameters. Disable inlining to prevent warning.
|
17 tahun lalu |
florian
|
1fa70f7a0a
* proper support for tobject.getinterface with raw/corba interfaces, resolves #6798 and #6036
|
17 tahun lalu |
florian
|
d672700a59
* some avr fixes
|
17 tahun lalu |
florian
|
d79851dc1b
* patch by Sergei Gorelkin to improve class creation speed and make objpas.inc more readable
|
17 tahun lalu |
marco
|
eb2a80d272
* TContainedObject 10496. First implementation copied from TInterfacedObject
|
17 tahun lalu |
peter
|
6ed3d91989
* CompareText for shortstrings added
|
17 tahun lalu |
peter
|
e8322a83e4
* optimized generic implementations to use pointers instead of
|
18 tahun lalu |
Jonas Maebe
|
5cffd5d22b
* marked TObject.InitInstance as inline
|
18 tahun lalu |
daniel
|
ea47fcfc97
* ptrint -> ptruint
|
18 tahun lalu |
ivost
|
1a7f06aa7d
* added the new CLONE_* constants from syscall clone
|
18 tahun lalu |
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 tahun lalu |
Jonas Maebe
|
3eb4823209
* made return value of TInterfacedObject._AddRef and
|
18 tahun lalu |
florian
|
49796e5151
+ TAggregatedObject, fixes #8149
|
18 tahun lalu |
florian
|
8e8c0832c6
* fixed previous commit
|
18 tahun lalu |
florian
|
4c7c5e5adf
* hopefully fpc_intf_assign_by_iid improved
|
18 tahun lalu |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
18 tahun lalu |