revert back from THArraySorted to THarrayG because of Delphi internal compiler error
Array of Keys is replaced to Sorted Array to increase preformance
.
delete
Small compilation error fix
Added more methods descriptions
Better names of testing methods
Better names of testing methods
Better names of testing methods
.
.
more testign types
minor changes
usage of TMyComparer<T> class in tests
added TMyComparer<T> class for testing SortedArray
.
small code cleanups
Minor code cleanups
Added descriptions to methods and classes
added second type parameter to THArraySorted
formatting changes
fixed tests data
fixed tests data
fixed tests data
More float types added to tests
Disabled several Sotring tests via Ignore attribute
Disabled several Sotring tests via Ignore attribute
Disabled several Sotring tests via Ignore attribute
more asserts added
added SetComparer and GetComparer methods
Improved THArray iterators
Added functions.h into project
Added more tests for Iterators
Added tests for ExctractFileExt, DelSPCRLF, DelCRLF, Trim functions
Fixed bugs in DelCRLF and DelSPCRLF
some changes in project settings
Minor changes
Formatting changes. Removed some compiler warnings. Added BubbleSort method.
Fixes in tests due to changes in Hash classes
Fixed some compiler warnings
Fixed some compiler warnings
Fixed access violation during tests
Added possibility to specify Comparer in constructor. If not specified then default is used TComparer<T>.Default
Added GetPair function that returns KeyValue pair by index.
AddFillValues is now function that returns pointer to the first added element
Added Assign() method that copies all data from TArray<T>
- more description for methods
Added const_iterator to THarray. Added tests.
added THArrayUInt64 class
test splitted into two files
test splitted into two files
fixed compiler warnings
minor changes in AVariant
added Pop and Push methods to THArray
formatting changes and code comments
updated TODO and whatsnew
formatting changes
formatting changes
Dynamic Arrays and Hashes version 1.04 has been released !
New version 1.03 is released!
New version 1.03 is released!
New version 1.03 is released!
minor changes
new file with tests
added more tests
fixed compiler warnings, strings moved to resourstrings
fixed many tests
new file with tests added
manu formatting changes + some bug fixing
small fix
C++ language standard set to C++20
minor changes
added more tests on sorting algs
EqualNCase and CompareNCase made as templates to be able to work with wstring and other parametrized string.
eliminated some CLANG warnings
Fixed bugs in THArrayG.QuickFind method. Added new sorting algs. Added more tests. Added method descriptions.
Fixed bugs in THArrayG.QuickFind method. Added new sorting algs. Added more tests. Added method descriptions.
more THarrayG tests added
Merge branch 'master' of https://git.code.sf.net/p/dynamicarrays/code
Revert "more THArrayG tests added"
more THArrayG tests added
init
changes in Add Many and InsertMany methods
added tests for AddMany and InsertMany methods
some changes in options
.
cleaning code up
formatting and cleaning up
Formatting and cleaning up
Many small improvememnt and cleaning up
Tests cleaned up and improved (memory leaks)
.
Updated tests for improved THArray class
Improved THarray class
fixes for ExtractFileName, StripFileExt, ExtractFileDir
added more tests
minor changes
added iterators for THarray and Thash together with tests
new tests added