2.0.1 c++17/c++20
This is the first release where c++17/20 is supported. Users of c++14 should use g3log 1.3.4.
What's Changed
C++17 adjustment
- Replace std::result_of with std::invoke_result by @Friendly0Fire in #392
- Avoid copying LOGLEVELS for g3::logLevel call by @lukeocamden in #399
Platform improvements
- Fix ARM compilation for windows. by @englercj in #401
- SOName needs to be less volatile by @Shachar in #402
- Fix soname 2 by @KjellKod in #404
Documentation now available at: https://kjellkod.github.io/g3log/
- Create CODE_OF_CONDUCT.md by @KjellKod in #411
- Readme improvement by @KjellKod in #441
- Update PULL_REQUEST_TEMPLATE.md by @KjellKod in #440
- Create publish_docs.yml by @KjellKod in #442
- Update API.md by @KjellKod in #446
- Update index.md by @KjellKod in #447 #449
- Update mkdocs.yml by @KjellKod in #448 #450 #451 #452 #453 #455
- Create .ciignore by @KjellKod in #454
- Update README.md by @KjellKod in #456, @SkiddyToast in #458, @mudream4869 in #460
Functionality improvements
- Enable coredump for containerized applications by @hoditohod in #419
- Fix pretty function magic constant overwriting by @landwehrj in #424
Bugfix
- Fixes #428: memory leak in g3::internal::createLogFile by @DlubalSmidJaroslav in #430
CI, test, build, warnings
- update gtest zip URL by @KjellKod in #417
- dummy circle-ci by @KjellKod in #434
- Delete .travis.yml by @KjellKod in #435
- updated doc circle ci by @KjellKod in #436
- Update cmake.yml by @KjellKod in #437
- fix(cmake): fixes #413 by @zjeffer in #457
- Resolve noexcept warnings on lambdas by @bmagistro in #463
New Contributors
- @Friendly0Fire made their first contribution in #392
- @lukeocamden made their first contribution in #399
- @englercj made their first contribution in #401
- @Shachar made their first contribution in #402
- @hoditohod made their first contribution in #419
- @landwehrj made their first contribution in #424
- @DlubalSmidJaroslav made their first contribution in #430
- @zjeffer made their first contribution in #457
- @SkiddyToast made their first contribution in #458
- @mudream4869 made their first contribution in #460
Full Changelog: 1.3.4...2.0.1