Skip to content

Releases: TheLartians/EasyIterator

v1.4: Modernize project and add MSVC support (#10)

15 Apr 11:15
aab0c0d
Compare
Choose a tag to compare
* 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

08 Sep 13:59
5b3672a
Compare
Choose a tag to compare

v1.2: Merge pull request #6 from TheLartians/dev

09 May 11:13
4d59ba6
Compare
Choose a tag to compare
update benchmark and comments

v1.1: Merge pull request #4 from TheLartians/dev

08 May 19:47
3b2ee5b
Compare
Choose a tag to compare

v1.0

08 May 15:42
0f1dd65
Compare
Choose a tag to compare
Update README.md