Skip to content

Releases: BartoszKlonowski/ExtendedVector

Release 1.1.2

18 Jun 00:43
e0222e3
Compare
Choose a tag to compare

The further improvements of ExtendedVector contains:

  • Better unit tests coverage and support
  • Improved and fixed comments for AddRange method
  • AddRange method provided with std::array<> type support

Release 1.1.1

15 May 16:45
190717a
Compare
Choose a tag to compare

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

22 Apr 20:29
84ce12a
Compare
Choose a tag to compare

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 the Cx::Vector

First launch - Release 1.0.0

09 Mar 01:58
4e901bf
Compare
Choose a tag to compare

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