marco
|
edf32cd5dc
The Important Ones:
|
há 6 anos atrás |
svenbarth
|
8536abce8a
* as the management operator feature is not platform specific using a specific define for it aside from a
|
há 7 anos atrás |
svenbarth
|
4d0ab82ef7
* optimize class initialization by calling RTTIRecord() only when required for a non-trivial initialization
|
há 7 anos atrás |
michael
|
3787d52dee
* Fix bug ID #32353, reset ref count fields in destructor
|
há 8 anos atrás |
michael
|
9878dc280b
* Fix bug ID #32168
|
há 8 anos atrás |
maciej-izak
|
5a7d4eb25f
* Call management initialize operator for records inside classes (record with management operators as field) (rtl/inc/objpas.inc, TObject.InitInstance)
|
há 8 anos atrás |
florian
|
0b82f71e8d
* take care of the fact that there are 32 bit abis (e.g. ARMHF) which align qword on 8 byte boundaries, resolves issue #31132
|
há 8 anos atrás |
florian
|
091b31fc76
* fix avr compilation after r34975 by more tests against feature defines, resolves #31036
|
há 8 anos atrás |
florian
|
bcb7061314
* made TObject usable, even if no ansistring support is available
|
há 8 anos atrás |
michael
|
784da563ef
* Patch from Silvio Clecio to implement QualifiedClassName (bug ID 30985)
|
há 8 anos atrás |
nickysn
|
7d15b688e8
* TInterfaceEntry changed to a variant record, that overlays a CodePointer on
|
há 8 anos atrás |
nickysn
|
5e7ba4a893
* the type of FieldOffset in the TFieldInfo rtti structure changed to SizeUInt,
|
há 8 anos atrás |
svenbarth
|
fb6546972b
* IID and IIDStr references of the VMT's interface table need to be indirect
|
há 9 anos atrás |
svenbarth
|
685f820622
* switch class'/object's parent reference in the VMT to an indirect reference
|
há 9 anos atrás |
svenbarth
|
7a5bac9cd3
Rework the interface table of VMTs to get rid of FPC_EMPTYINTF.
|
há 9 anos atrás |
nickysn
|
c1b0fb81f1
* updated all the RTL helper functions related to exceptions and stack traces to use codepointer instead of pointer
|
há 12 anos atrás |
nickysn
|
ef2423128f
* use CodePointer instead of Pointer in TObject.MethodName() and .MethodAddress() for i8086 medium memory model compatibility
|
há 12 anos atrás |
nickysn
|
54c4c8155b
+ also added PCodePointer and PPCodePointer
|
há 12 anos atrás |
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).
|
há 12 anos atrás |
Jonas Maebe
|
93c345a099
* always decrease the refcount of the function result of helpers that return
|
há 13 anos atrás |
pierre
|
a311c53167
Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in common code (to allow correct backtrace for mips cpu)
|
há 13 anos atrás |
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.
|
há 13 anos atrás |
tom_at_work
|
0cb36ee173
* fix integer message dispatch on ppc64-darwin by temporarily setting the correct record alignment
|
há 14 anos atrás |
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)
|
há 14 anos atrás |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
há 14 anos atrás |
ivost
|
a6022f5df2
* removed IImplementorGetter interface and replaced it by the guid IObjectReference.
|
há 15 anos atrás |
ivost
|
561997e8ef
* added fpc_class_is_corbaintf and fpc_class_cast_corbaintf compiler helper functions
|
há 15 anos atrás |
ivost
|
d9a6e63ef0
* prepeared compiler functions for IS and cast operators
|
há 15 anos atrás |
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
|
há 15 anos atrás |
ivost
|
6560ed87e9
* removed a debug writeln, unfortunately commited by r15077
|
há 15 anos atrás |