mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 18:38:24 +01:00
* New collections:
- TSortedList<T>
- THashSet<T>
- TAVLTreeMap<TKey, TValue>
- TIndexedAVLTreeMap<TKey, TValue>
- TAVLTree<T>
- TIndexedAVLTree<T>
- TSortedSet<T>
- TSortedHashSet<T> (this one collection is especially interesting - optimized mix of dictionary and AVL tree)
* Ptr property for all collections
* New hash functions (the optimal hash function for collections is selected depending on environment)
* Bug fixes
* Tests
git-svn-id: trunk@38462 -
93 lines
2.5 KiB
XML
93 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="10"/>
|
|
<PathDelim Value="\"/>
|
|
<General>
|
|
<Flags>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
<MainUnitHasScaledStatement Value="False"/>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<MainUnit Value="0"/>
|
|
<Title Value="testrunner.rtlgenerics"/>
|
|
<UseAppBundle Value="False"/>
|
|
<ResourceType Value="res"/>
|
|
</General>
|
|
<BuildModes Count="1">
|
|
<Item1 Name="Default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
<CommandLineParams Value="-a --format=plain"/>
|
|
</local>
|
|
</RunParams>
|
|
<Units Count="7">
|
|
<Unit0>
|
|
<Filename Value="testrunner.rtlgenerics.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="tests.generics.arrayhelper.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="tests.generics.trees.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="tests.generics.sets.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="tests.generics.stdcollections.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="tests.generics.bugs.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="tests.generics.utils.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit6>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<Target>
|
|
<Filename Value="testrunner.rtlgenerics.rtlgenerics"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="..\src\inc;$(ProjOutDir)"/>
|
|
<OtherUnitFiles Value="..\src"/>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CustomOptions Value="-dWAIT_FOR_ENTER"/>
|
|
<OtherDefines Count="1">
|
|
<Define0 Value="WAIT_FOR_ENTER"/>
|
|
</OtherDefines>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions Count="3">
|
|
<Item1>
|
|
<Name Value="EAbort"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Name Value="EFOpenError"/>
|
|
</Item3>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|