qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Fixes curses on msys2/mingw
@ 2020-09-18 16:02 Yonggang Luo
  2020-09-18 16:02 ` [PATCH v5 1/4] curses: Fixes compiler error that complain don't have langinfo.h " Yonggang Luo
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yonggang Luo @ 2020-09-18 16:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: QEMU Trivial, Alex Bennée, Richard Henderson, Laurent Vivier,
	Yonggang Luo, Gerd Hoffmann, Philippe Mathieu-Daudé

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-19 16:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18 16:02 [PATCH v5 0/4] Fixes curses on msys2/mingw Yonggang Luo
2020-09-18 16:02 ` [PATCH v5 1/4] curses: Fixes compiler error that complain don't have langinfo.h " Yonggang Luo
2020-09-18 16:02 ` [PATCH v5 2/4] curses: Fixes curses compiling errors Yonggang Luo
2020-09-18 16:02 ` [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 16:02 ` [PATCH v5 4/4] configure: Fixes ncursesw detection under msys2/mingw by convert them to meson Yonggang Luo
2020-09-18 16:10 ` [PATCH v5 0/4] Fixes curses on msys2/mingw 罗勇刚(Yonggang Luo)
2020-09-19 15:03   ` Paolo Bonzini
2020-09-19 16:23     ` 罗勇刚(Yonggang Luo)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).