[PR #82] [CLOSED] CMake configure #413

Closed
opened 2026-05-05 12:15:14 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/82
Author: @burlen
Created: 12/5/2016
Status: Closed

Base: masterHead: cmake_configure


📝 Commits (3)

📊 Changes

25 files changed (+1024 additions, -71 deletions)

View changed files

CMakeLists.txt (+74 -0)
CTestCustom.cmake.in (+2 -0)
📝 Makefile (+3 -1)
examples/CMakeLists.txt (+49 -0)
📝 examples/dates_and_times01.c (+2 -2)
📝 examples/dates_and_times02.c (+2 -2)
📝 examples/format_num_format.c (+13 -13)
include/CMakeLists.txt (+3 -0)
src/CMakeLists.txt (+32 -0)
test/CMakeLists.txt (+2 -0)
test/functional/CMakeLists.txt (+347 -0)
📝 test/functional/base_test_class.py (+9 -5)
test/functional/conftest.py (+11 -0)
test/functional/src/CMakeLists.txt (+262 -0)
test/unit/CMakeLists.txt (+110 -0)
📝 test/unit/ctest.h (+1 -0)
third_party/CMakeLists.txt (+4 -0)
third_party/minizip/CMakeLists.txt (+11 -0)
📝 third_party/minizip/crypt.h (+2 -0)
📝 third_party/minizip/ioapi.c (+30 -1)

...and 5 more files

📄 Description

add support for CMake


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/82 **Author:** [@burlen](https://github.com/burlen) **Created:** 12/5/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cmake_configure` --- ### 📝 Commits (3) - [`43c08cd`](https://github.com/jmcnamara/libxlsxwriter/commit/43c08cda523eb68ec16ba1c3bf80f304bf9a7200) warning clean up - [`9de6913`](https://github.com/jmcnamara/libxlsxwriter/commit/9de6913edd3ecba6cb017db952282401c1246f16) pass executable and baseline to test - [`9c897a1`](https://github.com/jmcnamara/libxlsxwriter/commit/9c897a12f59298162faa2e2d5440b55f45cefab8) add CMake support ### 📊 Changes **25 files changed** (+1024 additions, -71 deletions) <details> <summary>View changed files</summary> ➕ `CMakeLists.txt` (+74 -0) ➕ `CTestCustom.cmake.in` (+2 -0) 📝 `Makefile` (+3 -1) ➕ `examples/CMakeLists.txt` (+49 -0) 📝 `examples/dates_and_times01.c` (+2 -2) 📝 `examples/dates_and_times02.c` (+2 -2) 📝 `examples/format_num_format.c` (+13 -13) ➕ `include/CMakeLists.txt` (+3 -0) ➕ `src/CMakeLists.txt` (+32 -0) ➕ `test/CMakeLists.txt` (+2 -0) ➕ `test/functional/CMakeLists.txt` (+347 -0) 📝 `test/functional/base_test_class.py` (+9 -5) ➕ `test/functional/conftest.py` (+11 -0) ➕ `test/functional/src/CMakeLists.txt` (+262 -0) ➕ `test/unit/CMakeLists.txt` (+110 -0) 📝 `test/unit/ctest.h` (+1 -0) ➕ `third_party/CMakeLists.txt` (+4 -0) ➕ `third_party/minizip/CMakeLists.txt` (+11 -0) 📝 `third_party/minizip/crypt.h` (+2 -0) 📝 `third_party/minizip/ioapi.c` (+30 -1) _...and 5 more files_ </details> ### 📄 Description add support for CMake --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:15:14 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#413
No description provided.