Skip to content

Releases: cemderv/linq

v0.8.0

01 Oct 17:43
Compare
Choose a tag to compare
  • Changed callable parameters from const& to &&
    • Callables are now forwarded to the operators using std::forward
    • Operators now store the callables by value
  • Optimized container access in the distinct operator
  • Changed the linq CMake target to require at least C++ 17
  • Fixed multiple compiler warnings
  • Enabled compatibility with:
    • GCC 10
    • Clang 16
    • AppleClang 13
    • MSVC 2019
  • Enabled Cppcheck and strict compiler options in builds

Full Changelog: v0.7.0...v0.8.0

v0.7.0

30 Sep 23:43
Compare
Choose a tag to compare

First public release