52 Commits

Author SHA1 Message Date
John McNamara
58248a0582 build: fix minizip build for cmake
Issue #471
2025-02-26 19:37:02 +00:00
John McNamara
f63ed56a18 build: clean up and document CMake file
Issue #471
2025-02-26 19:34:23 +00:00
John McNamara
3a975c6b89 build: fix pkg-config requires
Issue #471
2025-02-15 00:52:56 +00:00
John McNamara
ea6da0dace cmake: fix pkgconfig and cmake interaction
Issue #454
2025-02-14 20:28:57 +00:00
myfreax
f5448e6bd6 fix: cmake environment variable detection syntax error 2025-02-10 21:05:35 +00:00
Daniel Engberg
d9633436dc CMake: Check for third party libraries using pkgconfig
Try to find libraries using pkgconfig and fallback to old
behaviour if that fails
2024-09-02 20:02:28 +01:00
bcapuano
d3c1443155 OSSFuzz integration 2024-02-03 20:40:39 +00:00
John McNamara
29355a0887 Upgrade ctest.h to latest version. 2023-09-25 23:43:06 +01:00
John McNamara
44e72c5862 Add automatic Cmake endian detection.
Issue #407
2023-08-12 23:45:00 +01:00
Yihua Liu
f477741dd3 fix: cmake zlib minizip ver required 2023-04-29 15:47:29 +01: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
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
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
3b3945de84 Separate test and example output dirs. 2022-02-15 12:56:58 +00:00
John McNamara
e5e9451831 Add additional CMake configurations. 2022-02-15 01:16:27 +00:00
John McNamara
b4fdf908df Check for pytest with Cmake. 2022-02-14 18:49:30 +00:00
John McNamara
d9f42c45ae Turned off broken pytest check. 2022-02-14 12:56:19 +00:00
John McNamara
491531736b Add check for pytest to Cmake. 2022-02-14 08:59:10 +00:00
John McNamara
d5d99c8aef Add functional tests to Cmake build. 2022-02-13 23:46:39 +00: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
2d849f0938 Add find_package for OpenSSL to cmake build. 2021-07-02 17:35:08 +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
427154b134 Fix for Cmake versions that don't support VERSION_GREATER_EQUAL
Closes #336
2021-06-06 20:09:21 +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
b9a98af00d Another fix for modified zconf.h on Gentoo.
Issue #116
2021-04-17 14:10:44 +01:00
Andreas Naumann
a4a4d9ab0a Add support for cmake import with sub_directory.
Closes #318
Closes #319
2021-03-22 14:21:13 +00:00
Ayman Bagabas
83473df86a Add pkg-config files to the build
Fixes: https://github.com/jmcnamara/libxlsxwriter/issues/132
2021-03-22 14:19:29 +00:00
Evan Miller
b62653f382 Add image buffers without a temporary file
Use fmemopen to create an in-memory FILE for reading in image
attributes. This avoids creating a separate temporary file for every
image added to the worksheet.

Passing NULL as the first argument creates a buffer managed by fmemopen.
According to the system documentation, fclose will free the buffer, so
no further changes are needed.

fmemopen is defined by POSIX.1-2008, and on some platforms requires
_POSIX_C_SOURCE set to 200809L or greater. This is conditionally set in
the file (src/worksheet.c) where fmemopen is used.

This change includes a new USE_FMEMOPEN option for both CMake and make,
following the tradition set by USE_STANDARD_TMPFILE etc. This new option
is enabled on Travis.

See #287 #288
2020-05-08 13:48:12 +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
d85b186ece Changes to Cmake config for compatibility with vcpkg. 2019-12-23 16:33:55 +00:00
myd7349
f5ba33c0f6 CMake: Add /utf-8 MSVC compiler option for non-UTF-8 locales
CMake: Remove unknown option /O0
2019-09-16 22:48:56 +01:00
Alex Huszagh
153785ba83 Patch for issue #243, by specifying the new policy for <PackageName>_ROOT. 2019-09-08 19:46:11 +01:00
John Colvin
07fa7c59ac quote pdb paths 2019-08-30 13:19:44 +01:00
Taylor Holberton
d2c101cc5d CMake: Removed debug statement 2019-08-01 23:49:28 +01:00
Alexander Huszagh
c74bea700a Fix cmake pdb renaming 2018-07-18 13:42:52 +01:00
Dirk Vanden Boer
b616fb59ff Don't hardcode msvc runtime in cmake (#178)
Make msvc runtime optional in cmake.
2018-05-21 10:36:04 +01:00
Alex Huszagh
7e64f0fcd1 Add multiarch support and build toolchains for i686.
Fix #166
2018-04-27 20:52:25 +01:00
Remi Collet
b5a7c50255 Bump cmake required version.
Fix #168
2018-04-27 20:05:34 +01:00
Remi Collet
62ec2e75f8 Use GNUInstallDirs cmake module.
Fix #166
2018-04-27 20:03:51 +01:00
John McNamara
e5fa989ee8 Fix for Windows cmake prefix folder name. 2018-03-14 00:52:12 +00:00
Alex Huszagh
4d7db9abe5 Add system minizip support to CMakeLists 2017-10-23 18:21:40 -07:00
Alex Huszagh
a9210bc04b Simplified and more elegant CMakeLists 2017-10-23 18:12:50 -07:00
Alex Huszagh
282f828892 Patch to install DLL to bind dir 2017-10-23 14:57:06 -07:00
Alex Huszagh
6c7c15a978 Bug fixes for CMakeLists and CI for the CMakelists to patch #115 2017-10-19 22:10:59 -07:00
Alex Huszagh
a975b41705 Patch for MSVC CRT secure warnings 2017-10-18 09:57:14 -07:00
Alex Huszagh
bf6e50d6b2 Link ZLIB to library (required for shared libraries) 2017-10-17 20:18:33 -07:00
John McNamara
f256dc2ae9 Fix for modified zconf.h on Gentoo.
Issue #116
2017-08-12 14:50:31 +01:00
Alex Huszagh
de4afb49f5 Updated CMakeLists to fix iowin32.c with MSVC 2017-07-10 14:03:08 -07:00
Jim Z. Shi
9a78c323a9 improve cmake file for MSVC
- optional project and binary name
- optimize output folder tree for MSVC configurations
- fix compiler flags issues for MSVC
- fix minor issue when findzlib
2017-04-20 15:42:54 +10:00