Rika Ichinose
|
324b77f317
Let fpc_dynarray_concat(_multi) reuse the only nonempty input or append to the destination if possible.
|
hai 1 ano |
florian
|
7e69f399b3
* patch and test by Rika: fixes self inserts in Insert(x, dynarray) and improves Insert(x, dynarray), resolves #40417
|
hai 1 ano |
florian
|
f0ac02cb2e
* patch by Rika: Remove wrong paranoia (and add correct one (and shorten in general (and fix a bug in))) fpc_dynarray_setlength, resolves #40193
|
%!s(int64=2) %!d(string=hai) anos |
florian
|
73b528d170
* patch by Rika: Remove dead code in DynArrayIndex, resolves #40194
|
%!s(int64=2) %!d(string=hai) anos |
florian
|
6a902660a5
* patch by Rika: Make more use of fpc_*_array (mainly fpc_addref_array) in rtl/inc/dynarr.inc, resolves #40174
|
%!s(int64=2) %!d(string=hai) anos |
florian
|
9f293df425
* export DynArrayAssign, resolves #39897
|
%!s(int64=2) %!d(string=hai) anos |
florian
|
449cc8f152
* make use of AllocMem in fpc_dynarray_setlength
|
%!s(int64=4) %!d(string=hai) anos |
svenbarth
|
15141124f4
* restore ability to cycle with 3.0.4 (at least until 3.2.2 is released) after r46890
|
%!s(int64=4) %!d(string=hai) anos |
svenbarth
|
d3e18ccb5e
* fix for Mantis #37221: apply adjusted patch by Ondrej Pokorny to allow the use of Copy() on open array parameters (the result will be a dynamic array)
|
%!s(int64=4) %!d(string=hai) anos |
florian
|
ed688aceee
* remove packed from tdynarray, it is not needed and especially 64 bit CPUs which require proper aligment, suffer from it
|
%!s(int64=6) %!d(string=hai) anos |
florian
|
217ae6e4bb
* more fixes to rtti after attribute branch merging
|
%!s(int64=6) %!d(string=hai) anos |
svenbarth
|
3ad24c9db8
* as attributes can be part of any type they are best suited in a common part of TTypeData
|
%!s(int64=6) %!d(string=hai) anos |
pierre
|
e4346b264f
Add missing alignment in DynArrayIndex function
|
%!s(int64=7) %!d(string=hai) anos |
svenbarth
|
8536abce8a
* as the management operator feature is not platform specific using a specific define for it aside from a
|
%!s(int64=7) %!d(string=hai) anos |
svenbarth
|
8606293028
* assume that dynamic arrays with a negative reference count are immutable (at least regarding their metadata)
|
%!s(int64=7) %!d(string=hai) anos |
florian
|
c230f81719
+ support for <dyn. array>+<dyn. array>, resolves #30463
|
%!s(int64=7) %!d(string=hai) anos |
svenbarth
|
c87cee09fd
* use the type information *parameter* not the unitialized parameter
|
%!s(int64=7) %!d(string=hai) anos |
svenbarth
|
916ff0b92c
+ extend Concat() with support for dynamic arrays
|
%!s(int64=7) %!d(string=hai) anos |
svenbarth
|
c45f738081
* fix DynArrayIndex(): as the last typeinfo entry is no longer a dynamic array the elSize needs to be remembered
|
%!s(int64=8) %!d(string=hai) anos |
svenbarth
|
8b5461367b
* move TTypeKind from TypInfo unit to System unit as it's necessary for the future GetTypeKind() intrinsic
|
%!s(int64=8) %!d(string=hai) anos |
svenbarth
|
72c595eefe
+ implement support for Insert() for dynamic arrays; the parameter that is inserted can be a dynamic or static array of the same type, an array constructor or a single element of the arrays type; all that is determined based on the second type
|
%!s(int64=8) %!d(string=hai) anos |
maciej-izak
|
0cff9fe83c
* Call management operator (Initialize) for records when SetLength for dynamic arrays is used.
|
%!s(int64=8) %!d(string=hai) anos |
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
|
%!s(int64=8) %!d(string=hai) anos |
florian
|
3faff7946d
* fix typo for endif VER3_0_0, patch by Maciej Izak
|
%!s(int64=8) %!d(string=hai) anos |
svenbarth
|
f889891466
* fix Delete() for dynamic arrays
|
%!s(int64=9) %!d(string=hai) anos |
svenbarth
|
26a2ddd3d6
+ extend Delete() intrinsics with Delphi compatible support for dynamic arrays. Also fixes Mantis #30306
|
%!s(int64=9) %!d(string=hai) anos |
pierre
|
97c2067832
Fix compiler cycling starting from 3.0.0 powerpc64 release compiler
|
%!s(int64=9) %!d(string=hai) anos |
svenbarth
|
d9d2789375
* fix DynArrayDim() and DynArrayIndex() after the RTTI changes in r33944
|
%!s(int64=9) %!d(string=hai) anos |
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!
|
%!s(int64=9) %!d(string=hai) anos |
svenbarth
|
e15816e35b
Fix for Mantis #30110. Speed up finalization of array of primitive/simple records (aka records not containing managed types).
|
%!s(int64=9) %!d(string=hai) anos |