829 Commits

Author SHA1 Message Date
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
393ded9a2d Add option to turn off bold in chart title font.
Added the LXW_EXPLICIT_FALSE variable to allow the default bold
property in chart title fonts to be turned off.

Closes #199
2021-07-12 22:33:11 +01:00
John McNamara
8fe2105f15 Doc clarification.
Issue #184
2021-07-11 14:31:42 +01:00
John McNamara
016e6eb1db Prep for release 1.1.0. RELEASE_1.1.0 2021-07-09 20:33:38 +01:00
ulmentflam
3b5a59d0e3 Fix podspec include order.
Closes #342
Closes #343
2021-07-09 20:25:11 +01:00
John McNamara
812deaeca1 Prep for release 1.0.9. RELEASE_1.0.9 2021-07-07 23:55:42 +01:00
John McNamara
d72da755f0 Add docs and examples for dynamic arrays.
Feature request #327
2021-07-07 23:33:26 +01:00
John McNamara
22612d9a62 Prep for release 1.0.8. RELEASE_1.0.8 2021-07-03 10:37:47 +01:00
John McNamara
2d849f0938 Add find_package for OpenSSL to cmake build. 2021-07-02 17:35:08 +01:00
Robert Schütz
ee507423f5 fix library name in Makefile 2021-07-02 16:12:24 +01:00
John McNamara
c844843c97 Add section on number format locales to the docs. 2021-07-02 11:50:44 +01:00
John McNamara
4fcdd7b26d Updated copyright year. 2021-07-01 23:57:09 +01:00
John McNamara
005cb5fd89 Update public doc urls. 2021-07-01 23:42:45 +01:00
John McNamara
1810eb6a97 Prep for release 1.0.7. RELEASE_1.0.7 2021-07-01 23:38:46 +01:00
John McNamara
7f20142d47 Add extra unixtime test. 2021-07-01 23:25:54 +01:00
John McNamara
b36b7db552 Moved soversion down into /src makefile. 2021-07-01 23:19:16 +01:00
John McNamara
9b89841750 Add support for Unix datetimes. 2021-07-01 21:00:59 +01:00
John McNamara
36edb6898d Remove tmp patch file. 2021-06-27 23:07:31 +01:00
John McNamara
036ada33c8 Add cmake support for USE_DOUBLE_FUNCTION.
Closes #269
2021-06-27 22:55:19 +01:00
John McNamara
9a5ee07d48 Add soname versioning to the dynamic library.
Issue: #340
2021-06-26 01:01:27 +01:00
John McNamara
dcf8d418db Fix gcc -Wformat-truncation warning. 2021-06-17 20:38:07 +01:00
John McNamara
19e48ba61c Minor refactoring to fix type differences. 2021-06-09 15:00:47 +01:00
John McNamara
814634e2e9 Minor refactoring to fix const issues. 2021-06-08 21:31:59 +01:00
John McNamara
88a6a82730 Minor refactoring to make types match. 2021-06-06 21:04:15 +01:00
John McNamara
ab34f3ae3c Minor refactoring. 2021-06-06 20:49:44 +01:00
John McNamara
8852feb4da Minor refactoring to avoid variable shadowing. 2021-06-06 20:21:36 +01:00
John McNamara
a07e340fd8 Remove TODO warnings. 2021-06-06 20:09:21 +01:00
John McNamara
9c765e279b Remove commented code. 2021-06-06 20:09:21 +01:00
John McNamara
3ad4e3866c Remove some unnecessary code for inline rich strings. 2021-06-06 20:09:21 +01:00
John McNamara
c037de8e10 Remove unnecessary return. 2021-06-06 20:09:21 +01:00
John McNamara
103f0cfd8b Minor refactoring. 2021-06-06 20:09:21 +01:00
John McNamara
712a90a8d3 Minor refactoring to avoid treating doubles as bools. 2021-06-06 20:09:21 +01:00
John McNamara
c62807f68f Minor refactoring to merge if statements. 2021-06-06 20:09:21 +01:00
John McNamara
29c086579f Minor refactoring of duplicate code. 2021-06-06 20:09:21 +01:00
John McNamara
79f9d3e01e Minor change to sonar build. 2021-06-06 20:09:21 +01:00
John McNamara
77984543a0 Add gcov coverage to sonarcloud analysis. 2021-06-06 20:09:21 +01:00
John McNamara
427154b134 Fix for Cmake versions that don't support VERSION_GREATER_EQUAL
Closes #336
2021-06-06 20:09:21 +01:00
John McNamara
412571bb92 Add build support for gcov coverage. 2021-06-06 20:09:21 +01:00
John McNamara
972db12d50 Separate out the third_party build target. 2021-06-06 20:09:21 +01:00
John McNamara
cd660913e4 Fix sonarcloud warnings for some macros. 2021-06-02 13:55:46 +01:00
John McNamara
127d85070f Add sonarcloud analysis make rule. 2021-06-02 13:54:59 +01:00
John McNamara
fb84d514e3 Prep for release 1.0.6. RELEASE_1.0.6 2021-05-28 16:05:13 +01:00
John McNamara
7eacdb47f9 Add support for using MD5 functions from OpenSSL.
Feature request #335
2021-05-28 15:40:05 +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
acc0640237 Prep for release 1.0.5. RELEASE_1.0.5 2021-05-14 00:30:56 +01:00
John McNamara
5f3647faa5 Test in-memory JPEG file. 2021-05-14 00:13:01 +01:00
John McNamara
af5115cbb5 Add support for worksheet background images. 2021-05-14 00:12:05 +01:00
John McNamara
5e1262cf46 Minor doc fix. 2021-05-12 20:46:16 +01:00
John McNamara
379c522613 Fix release target to push to main instead of master. 2021-05-08 00:43:09 +01:00
John McNamara
b45ba65a06 Prep for release 1.0.4. RELEASE_1.0.4 2021-05-08 00:38:47 +01:00