nickysn
|
c1b0fb81f1
* updated all the RTL helper functions related to exceptions and stack traces to use codepointer instead of pointer
|
%!s(int64=12) %!d(string=hai) anos |
nickysn
|
ef2423128f
* use CodePointer instead of Pointer in TObject.MethodName() and .MethodAddress() for i8086 medium memory model compatibility
|
%!s(int64=12) %!d(string=hai) anos |
nickysn
|
54c4c8155b
+ also added PCodePointer and PPCodePointer
|
%!s(int64=12) %!d(string=hai) anos |
sergei
|
27c626245b
* Reuse RecordRTTI to finalize class instances. This is possible because RTTI for classes is the same as for records (except different value of tkKind field), and RecordRTTI ignores tkKind (assuming that required checks are done by its caller).
|
%!s(int64=12) %!d(string=hai) anos |
Jonas Maebe
|
93c345a099
* always decrease the refcount of the function result of helpers that return
|
%!s(int64=13) %!d(string=hai) anos |
pierre
|
a311c53167
Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in common code (to allow correct backtrace for mips cpu)
|
%!s(int64=13) %!d(string=hai) anos |
sergei
|
568ef396fb
* Added fpc_dynarray_assign (a helper for dynamic array assignments), added local access to fpc_intf_assign, and switched fpc_copy to use assignment helpers instead of incr_ref/decr_ref combinations.
|
%!s(int64=13) %!d(string=hai) anos |
tom_at_work
|
0cb36ee173
* fix integer message dispatch on ppc64-darwin by temporarily setting the correct record alignment
|
%!s(int64=15) %!d(string=hai) anos |
tom_at_work
|
8a2696eb24
* limit the number of string message methods per class to 2^31 independent of architecture width: this avoids lots of compiler changes when allowing 2^63 (for 64 bit targets)
|
%!s(int64=15) %!d(string=hai) anos |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
%!s(int64=15) %!d(string=hai) anos |
ivost
|
a6022f5df2
* removed IImplementorGetter interface and replaced it by the guid IObjectReference.
|
%!s(int64=15) %!d(string=hai) anos |
ivost
|
561997e8ef
* added fpc_class_is_corbaintf and fpc_class_cast_corbaintf compiler helper functions
|
%!s(int64=15) %!d(string=hai) anos |
ivost
|
d9a6e63ef0
* prepeared compiler functions for IS and cast operators
|
%!s(int64=15) %!d(string=hai) anos |
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
|
%!s(int64=15) %!d(string=hai) anos |
ivost
|
6560ed87e9
* removed a debug writeln, unfortunately commited by r15077
|
%!s(int64=15) %!d(string=hai) anos |
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.
|
%!s(int64=15) %!d(string=hai) anos |
ivost
|
3f2d66b188
* when calling GetInterfaceByStr on COM Objects, the refcounter was not increased
|
%!s(int64=15) %!d(string=hai) anos |
ivost
|
c47c125ec0
* changed 0 to S_OK as return value of QueryInterface (niceness)
|
%!s(int64=15) %!d(string=hai) anos |
paul
|
cf0a1b1af9
compiler: safecall exception handling:
|
%!s(int64=15) %!d(string=hai) anos |
paul
|
ea8bf4f2fd
rtl: TObject.SafeCallException and TComponent.SafeCallException has HResult return value. Fix default return value to catastrophic failure error code.
|
%!s(int64=15) %!d(string=hai) anos |
Jonas Maebe
|
b1d2ab5450
* tobject.inheritsfrom(nil) has to return false (mantis #15690)
|
%!s(int64=15) %!d(string=hai) anos |
Jonas Maebe
|
870edaf916
* tobject.unitname and tobject.tostring have to return an ansistring instead
|
%!s(int64=15) %!d(string=hai) anos |
florian
|
dab642986e
* patch by Sergei Gorelkin, fixes several issues with implements, resolves #15209
|
%!s(int64=16) %!d(string=hai) anos |
marco
|
4104d9f481
* More pluggability of the RTL. Mantis 15124
|
%!s(int64=16) %!d(string=hai) anos |
paul
|
dfef902c53
rtl: introduce new TObject methods: UnitName, GetHashCode, Equals, ToString added for compatibility with delphi 2009.
|
%!s(int64=16) %!d(string=hai) anos |
florian
|
e8dff46f8e
* several small bugs in the handling of implements fixed, resolves #14418
|
%!s(int64=16) %!d(string=hai) anos |
ivost
|
0438667eed
* fixed bug #5800
|
%!s(int64=16) %!d(string=hai) anos |
ivost
|
0f519439b5
* reverted r12690 and r12691
|
%!s(int64=16) %!d(string=hai) anos |
ivost
|
7f2c77a407
* temporarly disabled GetInterface(iidstr: .... to keep fpc compiling
|
%!s(int64=16) %!d(string=hai) anos |
yury
|
15d0521f39
* Inlining is not supported for formal parameters. Disable inlining to prevent warning.
|
%!s(int64=17) %!d(string=hai) anos |