3.0.2
-
Added
FMT_VERSION
macro (#411). -
Used
FMT_NULL
instead of literal0
(#409). Thanks @alabuzhev (Alex Alabuzhev). -
Added extern templates for
format_float
(#413). -
Fixed implicit conversion issue (#507).
-
Fixed signbit detection (#423).
-
Fixed naming collision (#425).
-
Fixed missing intrinsic for C++/CLI (#457). Thanks @calumr (Calum Robinson)
-
Fixed Android detection (#458). Thanks @Gachapen (Magnus Bjerke Vik).
-
Use lean
windows.h
if not in header-only mode (#503). Thanks @Quentin01 (Quentin Buathier). -
Fixed issue with CMake exporting C++11 flag (#445). Thanks @EricWF (Eric).
-
Fixed issue with nvcc and MSVC compiler bug and MinGW (#505).
-
Fixed DLL issues (#469 and #502). Thanks @richardeakin (Richard Eakin) and @AndreasSchoenle (Andreas Schönle).
-
Fixed test compilation under FreeBSD (#433).
-
Fixed various warnings (#403, #410 and #510). Thanks @Lecetem, @chenhayat (Chen Hayat) and @trozen.
-
Removed redundant include (#479).
-
Fixed documentation issues.