Releases: TheLartians/EasyIterator
Releases · TheLartians/EasyIterator
v1.5
What's Changed
- Update EasyIterator to work with C++20 by @pr0g in #13
- Update project version to 1.5 by @TheLartians in #15
New Contributors
Full Changelog: v1.4...v1.5
v1.4: Modernize project and add MSVC support (#10)
* add .gitignore * update tests to use doctest * apply clang-format * update benchmark and version * add /permissive- flag * replace standalone with benchmark test * add codecov.yaml * update google benchmark * update google benchmark * compile with cross-compilation flags * test with other flags * try installing libc++ * try another answer * also install libc++abi-dev * build benchmark as release * remove deprecated std::iterator base class * why does release build of the benchmark target add the "-Werror" flag? * require C++17 * add find utility function * swap argument order * add instructions to run benchmark
v1.3: Merge pull request #9 from TheLartians/TheLartians-patch-1
Use size_t as enumeration index type
v1.2: Merge pull request #6 from TheLartians/dev
update benchmark and comments
v1.1: Merge pull request #4 from TheLartians/dev
add remove method
v1.0
Update README.md