Skip to content

0.2.1

Compare
Choose a tag to compare
@jonathanhliu21 jonathanhliu21 released this 18 Sep 02:55
· 178 commits to develop since this release

What's Changed

  • Add iterator to Vector class and bounds-checking at() method by @jonyboi396825 in #30
  • Fixed CMake error when building on lower CMake versions by removing version property on simplevectors target
  • Improved issue templates
  • Added more examples: 2D and 3D vector examples showing how to find angle between vectors (among other things), and a 4D vector example showing how to extend the Vector base class
  • Changed minimum C++ standard from C++14 to C++11
  • Added option in CMakeLists to not install files when running make install for other projects importing simplevectors
  • Fixed missing export error when installing the library and added namespace to exported libraries
  • Added SVECTOR_ in front of build variables in the CMakeLists

Full Changelog: 0.2.0...0.2.1