Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Releases: sionpixley/Sion-Vector

Sion's C++ Vector 2

05 Jul 17:16
f223c48

Choose a tag to compare

Almost total re-write of the sion-vector and sion-vector.cpp files. Has support for const iterators, reverse iterators, and const reverse iterators now. Also has built-in methods for sorting and reversing the Vector.

Custom C++ Vector

23 Mar 00:35

Choose a tag to compare

v1.3.3

v1.3.3

Custom C++ Vector

22 Mar 23:58

Choose a tag to compare

v1.3.2

Updated .gitignore.

Custom C++ Vector

22 Mar 21:41
8301981

Choose a tag to compare

Merge pull request #6 from sionpixley/moving-code

v1.3.1

Custom C++ Vector

22 Mar 19:54
bc03d17

Choose a tag to compare

Added copy constructor, = operator, sort() function, sorted() function, reverse() function, and reversed() function. Initial stress testing showing good performance.

Custom C++ Vector

20 Mar 21:38
9b7054d

Choose a tag to compare

Now has compatibility with most STL container functions.

Custom C++ Vector

20 Mar 02:57
43de895

Choose a tag to compare

Vector now has a clear() function to quickly empty its contents.

Custom C++ Vector

12 Mar 02:04
5b003da

Choose a tag to compare

Merge pull request #1 from sionpixley/header-rename

Header rename

Custom C++ Vector

12 Mar 02:01

Choose a tag to compare

v1.0.0

Simple implementation.