Commit | Date | |
---|---|---|
2013-10-21 13:04:30 | Tree | |
[r3632]
by
delphidabbler
Replaced arrays defined as "array of some-type" with TArray<some-type> and changed to use TArrayHelper<>.Copy() to copy such arrays instead of doing explicit copy or each array element. |
2013-10-21 13:00:10 | Tree |
2013-10-21 12:58:19 | Tree | |
[r3630]
by
delphidabbler
Changed to TArrayHelper.Copy<>() to initialise TArray<> array from dynamic array instead of performing initialisation in a loop. |
2013-10-21 12:52:44 | Tree |
[r3629]
by
delphidabbler
Replaced various "array of some-type" declarations with "TArray<some-type>". |
2013-10-21 12:48:14 | Tree |
2013-10-21 12:04:17 | Tree | |
[r3627]
by
delphidabbler
Added new TArrayHelper container record with single method Copy<T> for making copies of dynamic arrays. |
2013-10-21 10:20:10 | Tree |
2013-10-21 09:44:58 | Tree | |
2013-10-20 10:49:16 | Tree | |
[r3624]
by
delphidabbler
Replaced all constant flags defined for use with IDocHostUIHandler methods with constant-only records that group related constants together. |
2013-10-20 00:37:01 | Tree |