libxlsxwriter/third_party
John McNamara bda599d033 Added optional third party dtoa library.
Added the optional Milo Yip DTOA library (emyg_dtoa) to avoid
issues where the standard sprintf() dtoa function changes output
based on locale settings. It is also 40-50% faster than the
standard dtoa for raw numeric data.

If you wish to use this third party library you can compile
libxlsxwriter with it by passing `USE_DTOA_LIBRARY=1` to
make. The USE_DOUBLE_FUNCTION build variable is no longer used.

Imported source from https://github.com/miloyip/dtoa-benchmark

Feature request #272
2021-07-12 23:09:52 +01:00
..
dtoa Added optional third party dtoa library. 2021-07-12 23:09:52 +01:00
md5 Added optional third party dtoa library. 2021-07-12 23:09:52 +01:00
minizip Another fix for modified zconf.h on Gentoo. 2021-04-17 14:10:44 +01:00
tmpfileplus Add make target for macOS universal binary. 2020-11-14 21:32:00 +00:00