mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 22:02:06 -06:00
[PR #109] [MERGED] Fixes 3 Issues #418
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#418
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/109
Author: @Alexhuszagh
Created: 7/11/2017
Status: ✅ Merged
Merged: 7/11/2017
Merged by: @jmcnamara
Base:
master← Head:master📝 Commits (3)
de4afb4Updated CMakeLists to fix iowin32.c with MSVC0278e18Updated CTest to work with MSVCdd1d18dAdded integrations for Tea-CI (MinGW, using a MSYS2-like environment, and AppVeyor, an MSVC CI service.📊 Changes
4 files changed (+122 additions, -11 deletions)
View changed files
➕
.drone.yml(+18 -0)📝
CMakeLists.txt(+15 -5)➕
appveyor.yml(+38 -0)📝
test/unit/ctest.h(+51 -6)📄 Description
Hi @jmcnamara, this PR fixes 3 issues we've previously discussed, and adds continual integration for MSYS2 (one that we had not discussed). It's broken into 3 commits accordingly.
Combined, this should be good assurance that the CMake builds work on a large variety of platforms, in addition to the Makefile builds, which is especially useful for Visual Studio.
I also need to submit a PR for an example for a CMake example, which I can do later tonight.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.