13 Commits

Author SHA1 Message Date
John McNamara
f29cf40d38 package: update copyright year 2025-02-11 00:03:36 +00:00
John McNamara
cf887d65ce package: update copyright year 2024-06-23 12:03:34 +01:00
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
John McNamara
4fcdd7b26d Updated copyright year. 2021-07-01 23:57:09 +01:00
John McNamara
925a147fc1 Add support for using MD5 functions from OpenSSL.
Feature request #335
2021-05-27 23:35:59 +01:00
John McNamara
b0738e2ba9 Addition of Openwall MD5 library.
Imported from:
https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
2019-12-24 00:27:41 +00:00
John McNamara
856a45a292 Added option to use system minizip in make build.
Added option to use system minizip in the Makefile make system.

Issue #119.
2017-08-14 20:08:57 +01:00
John McNamara
c1c5c643cb Made the tmpfileplus lib optional. 2016-07-14 00:02:50 +01:00
John McNamara
6777d3346e Fix OpenBSD warnings. 2016-07-12 23:20:44 +01:00
John McNamara
c46b76ab9d Added tmpdir parameter to workbook constructor. 2016-07-10 23:46:51 +01:00
John McNamara
568270f533 Updated valgrind make targets. 2015-04-16 23:47:23 +01:00
John McNamara
09dd0d278e Updated valgrind make targets. 2015-04-16 23:38:46 +01:00
John McNamara
a27b6de38e Initial commit 2014-06-08 17:40:59 +01:00