svenbarth
|
12dba952f0
* integration of Part 2 patch of Mantis #30687 with a few adjustments:
|
8 anni fa |
michael
|
0d772ae198
* Patch from Silvio Clecio to remove unused variable (bug ID 31044)
|
8 anni fa |
svenbarth
|
fde867cd5c
* change IIDStr from a field to a property as otherwise the compiler would access the wrong field offset as it assumes RawUnitName to be a 255-byte ShortString
|
8 anni fa |
svenbarth
|
4fb77b71ec
* fix for Mantis #31029, based on the patch provided by Silvio Clécio: PArrayOfByte is not necessary and in fact the purpose of TArrayOfByte is a different one from reference counting (namely to ensure correct passing of the parameter), so renamed accordingly (plus a comment); similar change in SetDynArrayProp. Also Get-/SetPropValue in Variants unit has been adjusted to make use of Get-/SetDynArrayProp.
|
8 anni fa |
svenbarth
|
345d83c3e3
Merge RTTI changes from packages branch (including adjustments that were required due to changes in trunk since then). These changes favor source backwards compatibility in contrast to Delphi compatibility. Binary compatiblity is however drastically broken due to the indirect references that are platform independant!
|
9 anni fa |
svenbarth
|
6d81760136
typinfo.pp, TTypeData:
|
9 anni fa |
pierre
|
701a610f4d
Use CodePointer for all CheckVariantEvent parameter typecast
|
9 anni fa |
michael
|
b9da082e29
* Patch from Silvio Clecio to Extends SetPropValue/GetPropValue (bug ID 28278)
|
9 anni fa |
nickysn
|
e2ed8f2251
* fixed various procvars being casted to pointer instead of codepointer in the rtl
|
10 anni fa |
yury
|
7c62aadf65
* Fixed string conversion warnings in RTL.
|
10 anni fa |
florian
|
53d6f6bc55
* handle dyn. arrays and interfaces correctly in TypInfo.SetOrdProp
|
10 anni fa |
nickysn
|
070955bcd0
* fixed 'data element too large' error in i8086 far data memory models
|
11 anni fa |
nickysn
|
fec4c6a6e2
* various rtl fixes that allow objpas.integer to be 16-bit on 16-bit targets
|
11 anni fa |
nickysn
|
e8005f9485
* fixed compilation of unit typinfo in the i8086 medium memory model
|
12 anni fa |
nickysn
|
79db53b049
* TPropInfo.GetProc, .SetProc and .StoredProc changed to CodePointer for compatibility with the i8086 medium memory model
|
12 anni fa |
paul
|
fa0d5bb66e
rtl: add tkBool into TTypeData case (issue #0024538)
|
12 anni fa |
nickysn
|
4bc99b1315
* use a PtrInt cast in typinfo.SetObjectProp
|
12 anni fa |
nickysn
|
fe48700483
* another i8086 compilation fix for typinfo
|
12 anni fa |
nickysn
|
4b220d7261
* fixed 'data element too large' error when compiling typinfo on i8086
|
12 anni fa |
sergei
|
23cb216435
* RTTI fix for alignment-sensitive targets:
|
12 anni fa |
paul
|
8b98a38b56
rtl: add a helper method to get TProcedureSignature parameter by index
|
12 anni fa |
paul
|
cd8690c197
rtl: typo
|
12 anni fa |
paul
|
bc973e538d
compiler: write extended RTTI for tkProcVar (tkProcedure in Delphi)
|
12 anni fa |
paul
|
fe04dedbab
compiler: change RTTI size of record field offset from fixed 32bit to platform dependent integer (sizeint) since it is stored this way in the compiler. This is also Delphi compatible, rtl: adopt rtl appropriately
|
12 anni fa |
paul
|
dce960c97b
compiler: write Delphi compatible tkArray RTTI:
|
12 anni fa |
paul
|
da35b3c601
compiler, rtl: write CodePage for AnsiString RTTI (Delphi compatible), change TTypeData appropriately + test
|
12 anni fa |
paul
|
a020440d48
rtl: minor formatting
|
12 anni fa |
paul
|
1c86a9482b
rtl:
|
12 anni fa |
paul
|
d18f273f67
compier, rtl: revert 24424 since it fails on some platforms
|
12 anni fa |
paul
|
e23534eec4
compiler, rtl: some rtti related changes:
|
12 anni fa |