C++ Format v3.0.2 Release Notes

Release Date: 2017-06-14 // almost 7 years ago
    • βž• Added FMT_VERSION macro (#411 <https://github.com/fmtlib/fmt/issues/411>_).

    • πŸ‘‰ Used FMT_NULL instead of literal 0 (#409 <https://github.com/fmtlib/fmt/pull/409>). Thanks @alabuzhev (Alex Alabuzhev) <https://github.com/alabuzhev>.

    • βž• Added extern templates for format_float (#413 <https://github.com/fmtlib/fmt/issues/413>_).

    • πŸ›  Fixed implicit conversion issue (#507 <https://github.com/fmtlib/fmt/issues/507>_).

    • πŸ›  Fixed signbit detection (#423 <https://github.com/fmtlib/fmt/issues/423>_).

    • πŸ›  Fixed naming collision (#425 <https://github.com/fmtlib/fmt/issues/425>_).

    • πŸ›  Fixed missing intrinsic for C++/CLI (#457 <https://github.com/fmtlib/fmt/pull/457>). Thanks @calumr (Calum Robinson) <https://github.com/calumr>

    • πŸ›  Fixed Android detection (#458 <https://github.com/fmtlib/fmt/pull/458>). Thanks @Gachapen (Magnus Bjerke Vik) <https://github.com/Gachapen>.

    • 🏁 Use lean windows.h if not in header-only mode (#503 <https://github.com/fmtlib/fmt/pull/503>). Thanks @Quentin01 (Quentin Buathier) <https://github.com/Quentin01>.

    • πŸ›  Fixed issue with CMake exporting C++11 flag (#445 <https://github.com/fmtlib/fmt/pull/455>). Thanks @EricWF (Eric) <https://github.com/EricWF>.

    • πŸ›  Fixed issue with nvcc and MSVC compiler bug and MinGW (#505 <https://github.com/fmtlib/fmt/issues/505>_).

    • πŸ›  Fixed DLL issues (#469 <https://github.com/fmtlib/fmt/pull/469>_ and #502 <https://github.com/fmtlib/fmt/pull/502>). Thanks @richardeakin (Richard Eakin) <https://github.com/richardeakin> and @AndreasSchoenle (Andreas SchΓΆnle) <https://github.com/AndreasSchoenle>_.

    • πŸ›  Fixed test compilation under FreeBSD (#433 <https://github.com/fmtlib/fmt/issues/433>_).

    • πŸ›  Fixed various warnings (#403 <https://github.com/fmtlib/fmt/pull/403>, #410 <https://github.com/fmtlib/fmt/pull/410> and #510 <https://github.com/fmtlib/fmt/pull/510>). Thanks @Lecetem <https://github.com/Lectem>, @chenhayat (Chen Hayat) <https://github.com/chenhayat>_ and @trozen <https://github.com/trozen>_.

    • Worked around a broken __builtin_clz in clang with MS codegen (#519 <https://github.com/fmtlib/fmt/issues/519>_).

    • βœ‚ Removed redundant include (#479 <https://github.com/fmtlib/fmt/issues/479>_).

    • πŸ›  Fixed documentation issues.