This repository was archived by the owner on Apr 4, 2025. It is now read-only.
Releases: sionpixley/Sion-Vector
Releases · sionpixley/Sion-Vector
Sion's C++ Vector 2
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
v1.3.3 v1.3.3
Custom C++ Vector
v1.3.2 Updated .gitignore.
Custom C++ Vector
Merge pull request #6 from sionpixley/moving-code v1.3.1
Custom C++ Vector
Added copy constructor, = operator, sort() function, sorted() function, reverse() function, and reversed() function. Initial stress testing showing good performance.
Custom C++ Vector
Now has compatibility with most STL container functions.
Custom C++ Vector
Vector now has a clear() function to quickly empty its contents.
Custom C++ Vector
Merge pull request #1 from sionpixley/header-rename Header rename
Custom C++ Vector
v1.0.0 Simple implementation.