994 Commits

Author SHA1 Message Date
James Addison
786a68ac1a Apply diff-patch of zlib-distributed minizip code (v1.3 to v1.3.1) to vendored minizip 2024-02-03 20:13:39 +00:00
Ed Maste
6a2364c42c Add FreeBSD CI via Cirrus-CI 2024-01-02 09:46:36 +00:00
Hans Wennborg
1dfd55bf17 Reject overflows of zip header fields in minizip.
This checks the lengths of the file name, extra field, and comment
that would be put in the zip headers, and rejects them if they are
too long. They are each limited to 65535 bytes in length by the zip
format. This also avoids possible buffer overflows if the provided
fields are too long.

(cherry picked from commit 73331a6a0481067628f065ffe87bb1d8f787d10c)
2023-12-24 23:27:09 +00:00
Matheus C. França
9732c7639e zig: use cached include_files 2023-12-12 23:27:15 +00:00
Matheus C. França
3ff64d4294 zig: add current release version
TODO: 0.12.0 (break changes) unreleased yet!
2023-12-12 23:27:15 +00:00
John McNamara
db5c0a6705 minizip: update include files for v1.3 2023-11-18 14:22:18 +00:00
John McNamara
78468a18ef doc: fix minor typo 2023-11-18 14:10:51 +00:00
James Addison
7e8e9c0b4c Manually re-apply libxlsxwriter customizations to minizip 2023-11-18 13:54:37 +00:00
James Addison
957ed5ca74 Raw copy of minizip source files from zlib v1.3 release 2023-11-18 13:54:37 +00:00
John McNamara
29355a0887 Upgrade ctest.h to latest version. 2023-09-25 23:43:06 +01:00
John McNamara
5625238848 Convert public char* to const char* for C++ compatibility. 2023-09-25 20:59:05 +01:00
John McNamara
e94bbb54eb Temporarily disable broken minizip in Windows CI build. 2023-09-21 23:53:22 +01:00
John McNamara
cb31934cf3 Fix minor Windows warnings. 2023-09-21 12:39:46 +01:00
John McNamara
c3b1a327eb Fix valgrind install. 2023-09-21 08:32:54 +01:00
Holger Hoffmann
ed257aadaa Add support for signed VBA projects. 2023-09-20 19:41:21 +01:00
John McNamara
44e72c5862 Add automatic Cmake endian detection.
Issue #407
2023-08-12 23:45:00 +01:00
John McNamara
31b331462d Fix 32bit multiply with overflow issue for images.
Fix multiply with overflow issue when image locations in the worksheet
were greater than the u32 max value.
2023-08-12 21:11:00 +01:00
John McNamara
4aaca54c41 Fix cmake minizip version check.
Fix Cmake minizip version check that had an incorrect regex and
resulted in the package not being found.

Issue #405
2023-08-03 01:09:18 +01:00
Matheus Catarino França
fe26f9a130 full-support 2023-08-02 23:24:46 +01:00
Matheus C. França
f43e53e018 zig build 2023-05-12 12:31:43 +01:00
Yihua Liu
f477741dd3 fix: cmake zlib minizip ver required 2023-04-29 15:47:29 +01:00
Massimo Paladin
ccd900dc7f Remove SonarCloud cache and threads configuration and rely on default
No need to configure the cache and threads anymore, SonarCloud now has automatic analysis caching and threads configuration. See: https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache
2023-04-04 11:21:28 +01:00
John McNamara
c425245a09 chart: add support for 0 line width 2023-03-26 20:22:00 +01:00
John McNamara
aa9a5598f0 Fix for range in text type conditional format.
Issue #395
2023-02-23 17:00:41 +00:00
John McNamara
bd91a72223 Fix for buffer overflow with utf-8 strings in data validation.
Fix for buffer overflow with utf-8 strings in data validation
list.

Closes #394
2023-02-22 13:10:27 +00:00
John McNamara
5c5b3046af Fix memory leak in list formula data validation. 2023-02-19 16:45:24 +00:00
John McNamara
2a2ea84c20 Remove unnecessary axis labels from chart radar example. 2023-02-19 14:16:03 +00:00
John McNamara
c20b7fc9df Fix example 7 of the data_validation.c file.
Closes #393
2023-02-14 16:14:19 +00:00
John McNamara
93616e2729 Add fix for worksheets with tables and background images. 2023-01-31 23:32:05 +00:00
John McNamara
800a108057 Minor doc fix. 2023-01-17 23:58:53 +00:00
John McNamara
d3efbdbbfe Fix worksheet password hashing algorithm for long passwords.
Replace/fix the worksheet protection password algorithm
so that is works correctly for strings over 24 chars.
2023-01-14 18:29:41 +00:00
Bruno Virlet
1b7e99a7eb Add Swift Package Manager support 2023-01-11 14:11:25 +00:00
John McNamara
052d70ff95 Merge branch 'main' of github.com:jmcnamara/libxlsxwriter into main 2023-01-10 00:05:47 +00:00
John McNamara
d0e1b80ddd Add quote_prefix format property.
Closes #385
2023-01-10 00:05:08 +00:00
Mohamed Akram
88a0efd35a Avoid image buffer copy 2023-01-04 09:48:58 +00:00
John McNamara
0491feb67c Fix for memory buffer images on Centos 7.
Fix/workaround for Centos 7 fmemopen() issue.

See #388 for details.
2023-01-04 01:11:06 +00:00
John McNamara
fc06b59d5b Prep for release 1.1.5. RELEASE_1.1.5 2022-12-30 15:25:10 +00:00
John McNamara
04b42bd7b3 Ignore openssl3 deprecation warnings
Ignore openssl3 MD5 low level function deprecation warnings,
for now.
2022-12-30 01:14:08 +00:00
John McNamara
5aeab22a94 Minor doc fix. 2022-12-30 00:32:24 +00:00
John McNamara
bbd46fff22 Fix minizip compile warnings.
Closes #381
2022-12-29 21:19:42 +00:00
John McNamara
b3059c805d Update docs/example for lambda function. 2022-12-28 13:27:41 +00:00
John McNamara
7f5745c1a3 Minor doc/example fix. 2022-12-26 13:11:58 +00:00
John McNamara
5b6ba9fc9b Fix top/bottom10 conditional format for values other than 10.
Closes issue ##386
2022-12-11 18:30:47 +00:00
John McNamara
43037c1e88 Added memory buffer example to the docs. 2022-11-12 18:03:22 +00:00
Mohamed Akram
ca9c220d40
Improve buffer support.
PR #383
2022-11-12 16:42:46 +00:00
Mohamed Akram
5097c0e41f Add memory buffer support
* Avoid using temporary files when possible
* Add support for writing to a buffer

PR #382
2022-11-10 19:22:49 +00:00
John McNamara
07c67b504c Minor refactor to pattern handling. 2022-09-05 00:35:00 +01:00
John McNamara
efd67162ed Update readme. 2022-08-10 15:40:03 +01:00
John McNamara
12afb351db Fix Cmake version parsing.
Fix the Cmake VERSION and SOVERSION regex parsing.

Issue #375
2022-07-22 02:05:39 +01:00
John McNamara
de497c7239 Add xlsx package explanation to packager source. 2022-06-25 10:51:16 +01:00