libs-base/Tests/base/NSArray
Niels Grewe f8fd11f3fd Completely overhaul how we do sorting in -base. GSSorting.h now defines an
interface that can be used for all sorting tasks in the library. The actual sort
algorithms to use are now plugable. Timsort is the new default sorting
algorithm, the existing algorithms, shellsort and quicksort, can still be
selected using a configure switch.

Also implement the new NSComparator (blocks) based sorting and insertion index
searching methods for NSMutableArray and NSArray.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35573 72102866-910b-0410-8b05-ffd578937521
2012-09-19 13:31:09 +00:00
..
basic.m Support for collection subscripting (NSArray and NSDictionary). 2012-04-06 12:23:10 +00:00
blocks.m Completely overhaul how we do sorting in -base. GSSorting.h now defines an 2012-09-19 13:31:09 +00:00
create.m Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
general.m Completely overhaul how we do sorting in -base. GSSorting.h now defines an 2012-09-19 13:31:09 +00:00
random.plist Completely overhaul how we do sorting in -base. GSSorting.h now defines an 2012-09-19 13:31:09 +00:00
sorted.plist Completely overhaul how we do sorting in -base. GSSorting.h now defines an 2012-09-19 13:31:09 +00:00
test.plist import testsuite 2011-02-16 08:21:17 +00:00
TestInfo Add TestInfo markers 2011-02-23 18:34:39 +00:00