Michael VAN CANNEYT
|
ccfa38c68e
* Dotted RTL compiles
|
2 years ago |
Michael VAN CANNEYT
|
98cdab5200
* Add MainUnit
|
2 years ago |
Nikolay Nikolov
|
1eca53a681
+ support 16-bit pointers in TFPList.IndexOf
|
2 years ago |
florian
|
466561f09f
* patch by Rika: Use Index* for pointer lists, resolves #40218
|
2 years ago |
Michaël Van Canneyt
|
59a7024d73
* Move() check for identical index. Additional fix for #39617
|
3 years ago |
Károly Balogh
|
45b5e9215c
rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that
|
4 years ago |
michael
|
c6d8bd73f7
* Patch from Serge Anvarov with some optimizations (bug ID 36143)
|
5 years ago |
michael
|
91ba1214d2
* Allow context when sorting lists (patch from Ondrej Pokorny, bug ID #0035962)
|
6 years ago |
nickysn
|
ff90e7622a
+ added .Sort overloads, that specify an algorithm and use the sortbase defined
|
6 years ago |
nickysn
|
63f9afa6bd
* fixed TFPList.Sort. Scary news: turns out we don't have any tests for
|
6 years ago |
nickysn
|
25f6da7066
* added PtrList to the names of the current sort algorithm callback functions and
|
6 years ago |
nickysn
|
e8dc54c768
+ added TList.Sort overload with a sorting algorithm parameter
|
6 years ago |
nickysn
|
248fd313f8
+ introduced unit SortBase, which implements the foundation for pluggable
|
6 years ago |
pierre
|
78343902bf
Allow objpas classes and sysutils units to compile with threading support disabled
|
8 years ago |
michael
|
2e3ab0d37e
* Introduce TFPList.CheckIndex (bug ID 30887)
|
8 years ago |
michael
|
860ad25430
* Add some comments about used algorithms for increasing/decreasing list sizes
|
8 years ago |
michael
|
b8b96f0c8c
* Patch from Laco to limit growth of TFPList
|
9 years ago |
yury
|
e1a0b1204a
* Removed unused vars in RTL.
|
10 years ago |
michael
|
66553a253e
* Applied and expanded patch from Luiz Americo to implement faster notifyobservers (bug ID 23419)
|
12 years ago |
florian
|
39aef35bdc
* pass not only exception address but also frame to raise:
|
12 years ago |
michael
|
6eade12d3f
* Take care of Florian's remark that FList may be nil when constructor failed
|
13 years ago |
michael
|
61fecf4562
* Patch from Luiz Americo to clean up tlist (bug ID 23024)
|
13 years ago |
michael
|
441e059f32
* Changed ooChanged to ooChange, to be more consistent with tense in other values
|
13 years ago |
michael
|
8d9f8e19c3
* remove use of ooCustom to avoid polluting custom use
|
13 years ago |
michael
|
43be53351e
* Added observer support
|
13 years ago |
michael
|
032528115f
* Patch from Mattias Gaertner to improve quicksort memory use (Bug 22119)
|
13 years ago |
florian
|
a7fe7b5d06
* patch by cobines to improve speed of TFPList.Move, resolves #21436
|
13 years ago |
michael
|
4a8914cbb0
* Implemented IndexOfItem, reversed search again in IndexOf
|
14 years ago |
michael
|
39d8ee1136
* Reverse IndexOf. Increases speed of freeing collection with a factor N^2
|
14 years ago |
marco
|
d742d6db58
* another fix for #15655, wrongly fixed in r14885
|
15 years ago |