Releases: BartoszKlonowski/ExtendedVector
Releases · BartoszKlonowski/ExtendedVector
Release 1.1.2
The further improvements of ExtendedVector contains:
- Better unit tests coverage and support
- Improved and fixed comments for
AddRange
method AddRange
method provided withstd::array<>
type support
Release 1.1.1
This minor update contains the license header added as a comment to all source code files.
This include the main Vector.hpp header.
Release 1.1.0
The ExtendedVector has been improved by providing it with:
- More types acceptable when using overloaded
CopyTo
method
This includes:std::array
,std::vector
,Cx::Vector
. - Capacity as an argument for the overloaded constructor
It is now possible to specify the initial capacity when creating theCx::Vector
First launch - Release 1.0.0
This is the first release of the ExtendedVector project.
For all the changes and implementation please check the history of the repository and closed pull requests.
The package contains:
- README.txt
Official README but modified so it's easier to read without markdown reader - LICENSE
- Vector.hpp file
this is the main source of the project