Ignore:
Timestamp:
Feb 8, 2012, 1:04:21 PM (13 years ago)
Author:
chronos
Message:
  • Modified: TListChar in unit SpecializedList replaced by more general TGString in GenericString.
  • Added: TGBitmap example implementation.
  • Modified: TGList splitted to TGAbstractList and TGList as memory implementation.
  • Modified: TGMatrix splitted to TGAbstractMatrix and TGMatrix as memory implementation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/NativeGenerics/NativeGenerics.pas

    r321 r324  
    99uses
    1010  GenericList, GenericTree, GenericDictionary, GenericQueue, GenericRange,
    11   GenericSet, GenericStack, GenericStream, SpecializedList, GenericMatrix,
    12   LazarusPackageIntf;
     11  GenericSet, GenericStack, GenericStream, GenericMatrix, GenericString,
     12  GenericBitmap, LazarusPackageIntf;
    1313
    1414implementation
Note: See TracChangeset for help on using the changeset viewer.