florian
|
e8dff46f8e
* several small bugs in the handling of implements fixed, resolves #14418
|
16 years ago |
ivost
|
0438667eed
* fixed bug #5800
|
16 years ago |
ivost
|
0f519439b5
* reverted r12690 and r12691
|
16 years ago |
ivost
|
7f2c77a407
* temporarly disabled GetInterface(iidstr: .... to keep fpc compiling
|
16 years ago |
yury
|
15d0521f39
* Inlining is not supported for formal parameters. Disable inlining to prevent warning.
|
17 years ago |
florian
|
1fa70f7a0a
* proper support for tobject.getinterface with raw/corba interfaces, resolves #6798 and #6036
|
17 years ago |
florian
|
d672700a59
* some avr fixes
|
17 years ago |
florian
|
d79851dc1b
* patch by Sergei Gorelkin to improve class creation speed and make objpas.inc more readable
|
17 years ago |
marco
|
eb2a80d272
* TContainedObject 10496. First implementation copied from TInterfacedObject
|
17 years ago |
peter
|
6ed3d91989
* CompareText for shortstrings added
|
17 years ago |
peter
|
e8322a83e4
* optimized generic implementations to use pointers instead of
|
18 years ago |
Jonas Maebe
|
5cffd5d22b
* marked TObject.InitInstance as inline
|
18 years ago |
daniel
|
ea47fcfc97
* ptrint -> ptruint
|
18 years ago |
ivost
|
1a7f06aa7d
* added the new CLONE_* constants from syscall clone
|
18 years ago |
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 years ago |
Jonas Maebe
|
3eb4823209
* made return value of TInterfacedObject._AddRef and
|
18 years ago |
florian
|
49796e5151
+ TAggregatedObject, fixes #8149
|
18 years ago |
florian
|
8e8c0832c6
* fixed previous commit
|
18 years ago |
florian
|
4c7c5e5adf
* hopefully fpc_intf_assign_by_iid improved
|
18 years ago |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
18 years ago |
florian
|
21955282d0
+ infrastructure for DispInterface call dispatching
|
18 years ago |
florian
|
fd2032dab2
+ start of embedded rtl
|
18 years ago |
ivost
|
7e2f18ea7e
* removed debug output (sorry, forgot the remove it, my bad)
|
18 years ago |
ivost
|
73713d14e3
* improved getinterfaceentry and getinterfaceentrybystr
|
18 years ago |
chrivers
|
4bb1d117d6
Use symbolic const E_NOINTERFACE instead of raw value $80004002
|
19 years ago |
florian
|
557afed6f3
* missing space added
|
19 years ago |
micha
|
d704af7216
fix compilation for {$T+} linux/win
|
19 years ago |
peter
|
367958e154
* fpc_intf_assign_by_iid does not call Addref anymore, the QueryInterface call will increase the refcount
|
19 years ago |
chrivers
|
dceda55abf
Implemented _IMPLEMENTS. Changed GetInterfaceByStr() and GetInterface() accordingly. Also introduced new compilerproc: fpc_intf_assign_by_iid to allow := with _IMPLEMENTS-support
|
19 years ago |
florian
|
849878b472
* fixed memory leak with the as operator, fixes #7174
|
19 years ago |