Skip to content

Releases: Zetelias/EasyCLI

v0-2-0

29 Dec 23:37
8ce2783
Compare
Choose a tag to compare

v0-2-0: Performance and convenience

Changelog

  • The CommandMap data type now uses an unordered_map for O(1) lookup instead of O(log(n)) lookup as map does
  • Added a python script to generate the pdf documentation and versioned the doxyfile for convenience purposes

Breaking changes

If you relied on commands being iterated in the same order that they were inserted in, this will break your code, as unordered_map has no particular order, so "iterating" over it is more like traversal.

What's Changed

  • 0.2.0 brings performance improvements by @Zetelias in #1

New Contributors

Full Changelog: header...v0-2

V 0.1.0

29 Dec 03:15
Compare
Choose a tag to compare

V0.1.0: Huzzah!

Changelog

  • Duh

Usage

Drag and drop this to your C++ project and #include it!