[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 0/4] Fixes curses on msys2/mingw
From: |
Yonggang Luo |
Subject: |
[PATCH v5 0/4] Fixes curses on msys2/mingw |
Date: |
Sat, 19 Sep 2020 00:02:46 +0800 |
And also convert related configure script to meson.
Yonggang Luo (4):
curses: Fixes compiler error that complain don't have langinfo.h on
msys2/mingw
curses: Fixes curses compiling errors.
win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE
are defined on msys2/mingw
configure: Fixes ncursesw detection under msys2/mingw by convert them
to meson
configure | 155 ++------------------------------------
include/sysemu/os-win32.h | 4 +-
meson.build | 80 +++++++++++++++++---
meson_options.txt | 4 +
ui/curses.c | 14 ++--
ui/meson.build | 2 +-
util/oslib-win32.c | 4 +-
7 files changed, 91 insertions(+), 172 deletions(-)
--
2.28.0.windows.1
- [PATCH v5 0/4] Fixes curses on msys2/mingw,
Yonggang Luo <=
- [PATCH v5 1/4] curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw, Yonggang Luo, 2020/09/18
- [PATCH v5 2/4] curses: Fixes curses compiling errors., Yonggang Luo, 2020/09/18
- [PATCH v5 3/4] win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defined on msys2/mingw, Yonggang Luo, 2020/09/18
- [PATCH v5 4/4] configure: Fixes ncursesw detection under msys2/mingw by convert them to meson, Yonggang Luo, 2020/09/18
- Re: [PATCH v5 0/4] Fixes curses on msys2/mingw, Yonggang Luo, 2020/09/18